document.write( "Question 1139582: If $1,000 is deposited for 6 years in a savings account earning 3.6% interest compounded monthly, how much interest is earned during the sixth year? \n" ); document.write( "
Algebra.Com's Answer #760063 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the formula to use is f = p * (1 + r) ^ n.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f is the future value \n" ); document.write( "p is the present value \n" ); document.write( "r is the interest rate per time period \n" ); document.write( "n is the number of time periods\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the investment period is 6 years * 12 = 72 months. \n" ); document.write( "the interest rate per month is 3.6% / 100 = .036 per year / 12 = .003 per month.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula becomes f = 1000 * (1 + .003) ^ 72 = 1240.701129.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that would be at the end of the sixth year.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "at the end of the fifth year, the fomula becomes f = 1000 * (1 + .003) ^ 60.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for f to get f = 1196.894803.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract 1196.894803 from 1240.701129 and you get 43.80632619.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's the interest earned during the sixth year.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this can be seen more clearly in the following spreadsheet printout.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the column headings are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "eom - end of month \n" ); document.write( "rembal - remaining balance \n" ); document.write( "int - interest earned from remaining balance in the previous month. \n" ); document.write( "cumint - cumulative sum of interest earned up to the end of month indicated. \n" ); document.write( " \n" ); document.write( " |