Question 344233
Kurt invest $5,000 in an account with a 6.25% intreast rate a year. After how many years will his investment be $10,000?
FV = PV*(1 + r)^n ... r = %interest/100, n = years, FV = Future Value, PV = present value
-------------
10000 = 5000*(1 + 0.0625)^n
(1.0625)^n = 2
n*log(1.0625) = log(2)
n = log(2)/log(1.0625)
n =~ 11.4 years
-----------------
It's as good an example as any.