document.write( "Question 864399: How much interest will be earned at the end of 5 years on a deposit of $2500 in an account paying 5% interest compound monthly?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #520975 by lwsshak3(11628) ![]() You can put this solution on YOUR website! How much interest will be earned at the end of 5 years on a deposit of $2500 in an account paying 5% interest compound monthly? \n" ); document.write( "*** \n" ); document.write( "compound interest formula: A=P(1+i)^n, P=initial investment, i=interest rate per period, n=number of periods, A =amount after n-periods \n" ); document.write( ".. \n" ); document.write( "For given problem: \n" ); document.write( "P=$2500 \n" ); document.write( "i=.05/12 \n" ); document.write( "n=5*12=60 \n" ); document.write( "A=2500(1+(.05/12))^60≈$3208 \n" ); document.write( "Interest earned=3208-2500=$708 \n" ); document.write( " |