You can put this solution on YOUR website! What annual rate of interest compounded yearly is required to double an investment in 4 years?
------
A(t) = P(1+(r/n))^(nt)
---
Your problem requires that (1+(r/n))^(nt) = 2
------
(1 + (r/1))^(1*4) = 2
---
(1+r)^4 = 2
---
4*log(1+r) = log(2)
log(1+r) = (1/4)*0.3010
---
log(1+r) = 0.0753
---
1+r = 10^0.0753
1+r = 1.1892..
rate = 0.1892.. = 18.92%
============================
Cheers,
Stan H.
==============