document.write( "Question 250014: Find the amount of an annuity that consists of 10 annual payments of $1000 each into an account that pays 6% interest per year \n" ); document.write( "
Algebra.Com's Answer #182013 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
FV=P((1+i)^n-1)/i
\n" ); document.write( "FV=1000((1.06)^10-1)/.06
\n" ); document.write( "FV=1000((1.79)-1)/.06
\n" ); document.write( "FV=790/.06
\n" ); document.write( "FV=$13,166.67
\n" ); document.write( "
\n" );