document.write( "Question 297013: If $5000 is invested in an account that pays interest compounded continuously, how long will it take to grow to $11,300 at 5.5%? \n" ); document.write( "
Algebra.Com's Answer #213932 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If $5000 is invested in an account that pays interest compounded continuously, how long will it take to grow to $11,300 at 5.5%? \n" ); document.write( "----------------------------------- \n" ); document.write( "A(t) = Pe^(rt) \n" ); document.write( "11,300 = 5000*e^(0.055t) \n" ); document.write( "2.26 = e^(0.055t) \n" ); document.write( "----- \n" ); document.write( "Take the natural log to get: \n" ); document.write( "0.055t = ln(2.26) \n" ); document.write( "t = 14.8248... \n" ); document.write( "---------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |