document.write( "Question 1141890: What will deposit of $80 made at the end of each month amount to after 4 years if interest is 4.8% compounded monthly?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #762542 by VFBundy(438)\"\" \"About 
You can put this solution on YOUR website!
Total = \"%28PMT%2A%28%28%281+%2B+r%2Fn%29%5E%28nt%29-1%29%2F%28r%2Fn%29%29%29\"
\n" ); document.write( "
\n" ); document.write( "PMT = 80; r = 0.048; n = 12; t = 4
\n" ); document.write( "
\n" ); document.write( "Total = \"%2880%2A%28%28%281+%2B+0.048%2F12%29%5E%2812%2A4%29-1%29%2F%280.048%2F12%29%29%29\" = $4224.13
\n" ); document.write( "
\n" );