document.write( "Question 1004873: The amount of money, A, accrued at the end of n years when a certain amount, P, is invested at a
\n" );
document.write( "compound annual rate, r, is given by A=P(1+r) n . If a person invests $110 in an account that pays 5% interest compounded annually, find the balance after 15 years. \n" );
document.write( "
Algebra.Com's Answer #621214 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Your formula should be:- \n" ); document.write( "A=P(1+r)^n \n" ); document.write( "P = $110 \n" ); document.write( "r = 5% = 5/100 = 0.05 \n" ); document.write( "n = 15 \n" ); document.write( "A = $110(1 + 0.05)^15 \n" ); document.write( "A = $110(1.05)^15 \n" ); document.write( "A = $228.68 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |