document.write( "Question 314329: Solve the problem.\r
\n" );
document.write( "\n" );
document.write( "If $1250 is invested at a rate of 8% compounded monthly, what is the balance after 10 years?
\n" );
document.write( "[A = P(1 + i)n]\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #224692 by rfer(16322) ![]() You can put this solution on YOUR website! A=P(1+r/n)^n*t \n" ); document.write( "A=1250(1+.08/12)^12*10 \n" ); document.write( "A=1250(1.00667)^120 \n" ); document.write( "A=1250*2.22 \n" ); document.write( "A=$2775 \n" ); document.write( " |