You can put this solution on YOUR website! how long will it take a sum of money to double if interest is at 11% compounded semiannually?
------
A(t) = Ao(1+(r/n))^(nt)
-----
2Ao = Ao(1+(0.11/2))^(2t)
----
Solve:
(1+0.055)^(2t) = 2
----
Take the log of both sides:
(2t) = log(2)/log(1.055)
---
2t = 12.946
----
t = 6.473 years
==================
Cheers,
Stan H.
==================