Question 146460
When you need something like this use Google.
--------------------
just give me the formula for figuring out a word problem involving compound interest. Orig invest $100. 7% annually. How long to earn $600.
---------------
A(t) = P(1+(r/n))^(nt)
600 = 100(1+(0.07/1)^(1*t)
6 = (1.07)^t
tlog(1.07) = log6
t = [log6]/[log(1.07)]
t = 26.48 years
====================
Cheers,
Stan H.