document.write( "Question 1190655: You deposit $200 each month into an account earning 7% interest compounded monthly.\r
\n" );
document.write( "\n" );
document.write( "a) How much will you have in the account in 30 years? (Round down to the cents place.)\r
\n" );
document.write( "\n" );
document.write( "b) How much total money will you put into the account? (Give the exact value.)\r
\n" );
document.write( "\n" );
document.write( "c) How much total interest will you earn?
\n" );
document.write( "I am stuck on this; I've tried the formulas for it
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #849239 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Here's how to break down this compound interest problem:\r \n" ); document.write( "\n" ); document.write( "**a) Future Value:**\r \n" ); document.write( "\n" ); document.write( "We'll use the future value of an ordinary annuity formula:\r \n" ); document.write( "\n" ); document.write( "FV = P * [((1 + r)^n - 1) / r]\r \n" ); document.write( "\n" ); document.write( "Where:\r \n" ); document.write( "\n" ); document.write( "* FV = Future Value (what we want to find) \n" ); document.write( "* P = Periodic payment ($200) \n" ); document.write( "* r = Interest rate per period (7% annual / 12 months = 0.07/12 = 0.0058333...) \n" ); document.write( "* n = Number of periods (30 years * 12 months = 360)\r \n" ); document.write( "\n" ); document.write( "FV = 200 * [((1 + 0.0058333)^360 - 1) / 0.0058333] \n" ); document.write( "FV = 200 * [ (7.612255 -1)/0.0058333] \n" ); document.write( "FV = 200 * 1133.67 \n" ); document.write( "FV = 226734.14\r \n" ); document.write( "\n" ); document.write( "Rounded down to the cents place, you'll have approximately **$226,734.14** in the account after 30 years.\r \n" ); document.write( "\n" ); document.write( "**b) Total Money Deposited:**\r \n" ); document.write( "\n" ); document.write( "This is a simple multiplication:\r \n" ); document.write( "\n" ); document.write( "Total Deposited = Monthly Deposit * Number of Months \n" ); document.write( "Total Deposited = $200 * 360 \n" ); document.write( "Total Deposited = **$72,000**\r \n" ); document.write( "\n" ); document.write( "**c) Total Interest Earned:**\r \n" ); document.write( "\n" ); document.write( "Total Interest = Future Value - Total Deposited \n" ); document.write( "Total Interest = $226,734.14 - $72,000 \n" ); document.write( "Total Interest = **$154,734.14** \n" ); document.write( " \n" ); document.write( " |