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 #621212 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The compound interest formula is given by \n" ); document.write( "A=P(1+r)^n \n" ); document.write( "Now just plug the facts in and get \n" ); document.write( "A = 110(1 + .05)^15 = 110(2.079) = $228.68 \n" ); document.write( " |