document.write( "Question 1033886: if 2500 is invested at an interest rate of 6.5% compounded monthly how long will it take for the investment to reach 7500 \n" ); document.write( "
Algebra.Com's Answer #648506 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! if 2500 is invested at an interest rate of 6.5% compounded monthly how long will it take for the investment to reach 7500 \n" ); document.write( "--------- \n" ); document.write( "A(t) = P(1+(r/n))^(n*t) \n" ); document.write( "----- \n" ); document.write( "7500 = 2500(1+(0.065/12))^(12*t) \n" ); document.write( "------- \n" ); document.write( "1.0054^(12t) = 3 \n" ); document.write( "-------- \n" ); document.write( "12t = log(3)/log(1.0054) \n" ); document.write( "------ \n" ); document.write( "12t = 204 \n" ); document.write( "t = 17 years \n" ); document.write( "----------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------- \n" ); document.write( " |