document.write( "Question 1007988: How long does it take for an initial investment of $2,500, earning 6.18% interest, compounded continuously, to double? \n" ); document.write( "
Algebra.Com's Answer #623820 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! We use the formula for continuously compounded interest, \n" ); document.write( "A(t) = Ao * e^(rt) \n" ); document.write( "Plugging in we get \n" ); document.write( "5000 = 2500 * e^(.0618t) \n" ); document.write( "and solve for t \n" ); document.write( "2 = e^(.0618t) \n" ); document.write( "ln 2 = .0618t \n" ); document.write( "t = ln 2 / .0618 = 11.2 years \n" ); document.write( " |