Hi there
To find The interest rate the formula is
R=I÷pt
r interest rate?
I interest earned 622.5
P principle 12450
T time 1 year
So
R=622.5÷(12,450×1)
R=0.05×100=5%
Hope it helps
Answer:
B. 100
Step-by-step explanation:
(m + n)^2
= m^2 + 2mn + n^2
Rearrange
(m^2 + n^2) + 2mn
Substitute
(68) + 2*16
= 68 + 32
= 100
If this is asking for the nearest hundred thousand, and not ten thousand, than you would round up to 100,000. 91,284 is close to 100,000.
You could say each drink is d. And we'll say the total is t. David got 4 drinks,
So... 12.74 + 4d = t
Hope this helps!
Answer:
f(3) = 3
Step-by-step explanation:
f(1) = 1
f(2) = 2
f(n) = f(n − 2) + f(n − 1)
f(3) = f(3 - 2) + f(3 - 1)
= f(1) + f(2) = 1 + 2 = 3
Special Note: Have you heard of the Fibonacci sequence?
The formula f(n) = f(n − 2) + f(n − 1) is used to find the terms of the of the Fibonacci sequence