document.write( "Question 22114: How long will it take for an investment to reach 4 times its original value if it is invested at 9.3% APR compounded monthly? compounded continuosly? \n" ); document.write( "
Algebra.Com's Answer #11811 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Compound interest formula: A = P(1+r/n)^(nt) \n" ); document.write( "A is amount you have now; P is amount you invested; r is annual \n" ); document.write( "interest rate; n is # of times compounded yearly; t is number of years. \n" ); document.write( "Let \"x\" be the amount invested and compounded monthly. \n" ); document.write( "Then \"4x\" is the amount you will have if it reaches 4 times it original value. \n" ); document.write( "So, 4x = x(1+0.093/12)^(12t) \n" ); document.write( " 4 = (1.00775)^12t \n" ); document.write( "Take the log of both sides to get the variable out of the exponent. \n" ); document.write( "log(4) = (12t)(log(1.00775) \n" ); document.write( "Solve for \"t\": \n" ); document.write( " t = (1/12)[log4/log(1.00775)] \n" ); document.write( " t = (1/12)(179.57) \n" ); document.write( " t = 14.96 years\r \n" ); document.write( "\n" ); document.write( "If compounded continuously the formula is A = Pe^rt \n" ); document.write( "In your case 4x = (x)e^(0.093)t \n" ); document.write( "Take the natural log of both sides after cancelling the \"x's\" to get: \n" ); document.write( "ln(4) = 0.093t \n" ); document.write( "t = [ln4]/0.093 \n" ); document.write( "t = 14.91 years\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " |