document.write( "Question 1208037: You deposit $400 each month into an account earning 8% interest compounded monthly.
\n" );
document.write( "a) How much will you have in the account in 15 years?
\n" );
document.write( "b) How much total money will you put into the account?
\n" );
document.write( "c) How much total interest will you earn?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #846168 by math_tutor2020(3816)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answers: \n" ); document.write( "(a) $138,415.29 \n" ); document.write( "(b) $72,000 \n" ); document.write( "(c) $66,415.29\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------------------------------------------------------- \n" ); document.write( "Explanation for part (a)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If we had one deposit, then we'd use the compound interest formula. \n" ); document.write( "However, we instead have a steady stream of deposits. \n" ); document.write( "So we must use the future value of annuity formula.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "That particular formula is \n" ); document.write( "FV = P*( (1+i)^n - 1 )/i \n" ); document.write( "where, \n" ); document.write( "FV = future value = account balance at some point in the future \n" ); document.write( "P = deposit amount per month \n" ); document.write( "i = interest rate per month in decimal form \n" ); document.write( "n = number of months\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For this particular problem we have the following inputs \n" ); document.write( "P = 400 \n" ); document.write( "i = r/12 = 0.08/12, which I'll leave as a fraction \n" ); document.write( "n = 12*15 = 180 months (equivalent to 15 years)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's find the future value. \n" ); document.write( "FV = P*( (1+i)^n - 1 )/i \n" ); document.write( "FV = 400*( (1+0.08/12)^180 - 1 )/(0.08/12) \n" ); document.write( "FV = 138415.2886446 approximately \n" ); document.write( "FV = 138415.29\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------- \n" ); document.write( "Explanation for part (b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P = 400 dollars deposited each month. \n" ); document.write( "n = 180 months \n" ); document.write( "n*P = 180*400 = 72000 dollars is the total amount you deposit over the 15 year timespan.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------- \n" ); document.write( "Explanation for part (c)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To find the amount of total interest, subtract the previous results. \n" ); document.write( "interest = (result of part A) - (result of part B) \n" ); document.write( "interest = 138415.29 - 72000 \n" ); document.write( "interest = 66415.29 \n" ); document.write( " \n" ); document.write( " |