document.write( "Question 1100117: What is the future value of $4200 saved each year for 15 years at 9 percent ? \n" ); document.write( "
Algebra.Com's Answer #714613 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
The future value of a payment is:
\n" ); document.write( "FUTURE VALUE OF A PAYMENT
\n" ); document.write( "FV(PMT)=PMT*((1+i)^n -1)/i
\n" ); document.write( "FV = Future Value
\n" ); document.write( "PMT = Payment per time period
\n" ); document.write( "i = Interest Rate per Time Period
\n" ); document.write( "n = Number of Time Periods
\n" ); document.write( "So, here we have:
\n" ); document.write( "FV=4200*((1+.09)^15 -1)/.09=$123,315.84
\n" ); document.write( "
\n" );