document.write( "Question 1077463: If you deposit $800 per month into a simple annuity, with APR 4.2%. how much do you have at the end of 25 years? \n" ); document.write( "
Algebra.Com's Answer #692620 by akch2002(12) You can put this solution on YOUR website! This is ordinary annuity problem. \n" ); document.write( "We have \n" ); document.write( "FV = PMT[(1+i)^n-1]/i \n" ); document.write( "Here PMT = 800, i = 4.2%/12 = 4.2/1200, n = 25*12 = 300 \n" ); document.write( "Hence, FV = 800[(1+4.2/1200)^300-1]/(4.2/1200) \n" ); document.write( "= 423409.65 \n" ); document.write( " |