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 #621213 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Future Value= Present Value(1+rate/number of periods)^time \n" ); document.write( "In this problem, because it's compounded annually, the number of periods is 1. Since any number divided by 1 equals the number: \n" ); document.write( "FV= 110(1+.05/1)^15= 110(1+.05)^15= 110(1.05)^15= 110(2.08)= 228.80 is your answer. \n" ); document.write( " |