Question 547356
A principal of $5000 is invested at 4% interest rate compounded monthly. Write the formula for the amount in the account after t years, and solve determine how long it will take the investment to grow to 8000.
------------------
A(t) = P(1+(r/n))^(nt)
-----
A(t) = 5000(1+(0.04/12))^(12t)
----
8000 = 5000(1+(0.04/12))^(12t)
(1.0033)^12t = (8/5)
----
Take the log to get:
12t = log(8/5)/log(1.0033)  
t = 11.88 years
======================
Cheers,
Stan H.
==================