document.write( "Question 691473: Juan is going to deposit $1,000 in an account that will earn him compund interest. The account pays 8% interest, compounded monthly. How much money will he have after 10 years? \n" ); document.write( "
Algebra.Com's Answer #426795 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Juan is going to deposit $1,000 in an account that will earn him compund interest. The account pays 8% interest, compounded monthly. How much money will he have after 10 years. \n" ); document.write( "** \n" ); document.write( "compound interest formula: A=P(1+r)^n, P=initial investment, r=interest rate per period, A=amt after n periods. \n" ); document.write( "For given problem: \n" ); document.write( "P=1000 \n" ); document.write( "r=.08/12 \n" ); document.write( "n=10*12=120 \n" ); document.write( ".. \n" ); document.write( "A=1000(1+.08/12)^120=2219.64 \n" ); document.write( "How much money will Juan have after 10 years. $2219.64 \n" ); document.write( " |