document.write( "Question 1000342: How long will it take $3000 to grow to $23000 if it is invested at 7% compounded monthly? \n" ); document.write( "
Algebra.Com's Answer #617807 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How long will it take $3000 to grow to $23000 if it is invested at 7% compounded monthly? \n" ); document.write( "A(t) = P(1+(r/n))^(n*t) \n" ); document.write( "------- \n" ); document.write( "23000 = 3000(1+(0.07/12))^(12t) \n" ); document.write( "------ \n" ); document.write( "1.00583^12t = (23/3) \n" ); document.write( "------ \n" ); document.write( "12t*log(1.00583) = log(23/3) \n" ); document.write( "----- \n" ); document.write( "12t = log(23/3)/log(1.00583) \n" ); document.write( "----- \n" ); document.write( "12t = 350.40 \n" ); document.write( "----- \n" ); document.write( "time = 29.19 years \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |