document.write( "Question 1191374: Suppose you want to have $800,000 for retirement in 30 years. Your account earns 10% interest
\n" );
document.write( "a) How much would you need to deposit in the account each month?
\n" );
document.write( "b) How much interest will you earn? \n" );
document.write( "
Algebra.Com's Answer #849163 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Here's how to calculate the monthly deposit and the total interest earned:\r \n" ); document.write( "\n" ); document.write( "**a) Calculating the Monthly Deposit:**\r \n" ); document.write( "\n" ); document.write( "We'll use the future value of an ordinary annuity formula, which is:\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 ($800,000) \n" ); document.write( "* P = Periodic Payment (what we want to find) \n" ); document.write( "* r = Interest rate per period (10% per year, so 10%/12 per month, or 0.1/12) \n" ); document.write( "* n = Number of periods (30 years * 12 months/year = 360 months)\r \n" ); document.write( "\n" ); document.write( "Let's rearrange the formula to solve for P:\r \n" ); document.write( "\n" ); document.write( "P = FV * [r / ((1 + r)^n - 1)]\r \n" ); document.write( "\n" ); document.write( "Now, plug in the values:\r \n" ); document.write( "\n" ); document.write( "P = $800,000 * [(0.1/12) / ((1 + 0.1/12)^360 - 1)] \n" ); document.write( "P = $800,000 * [0.008333 / (1.008333^360 - 1)] \n" ); document.write( "P = $800,000 * [0.008333 / (19.788 - 1)] \n" ); document.write( "P = $800,000 * [0.008333 / 18.788] \n" ); document.write( "P ≈ $353.91\r \n" ); document.write( "\n" ); document.write( "So, you would need to deposit approximately $353.91 each month.\r \n" ); document.write( "\n" ); document.write( "**b) Calculating the Total Interest Earned:**\r \n" ); document.write( "\n" ); document.write( "1. **Calculate the total amount deposited:** \n" ); document.write( " Total Deposited = Monthly Deposit * Number of Months \n" ); document.write( " Total Deposited = $353.91 * 360 \n" ); document.write( " Total Deposited ≈ $127,407.60\r \n" ); document.write( "\n" ); document.write( "2. **Calculate the total interest earned:** \n" ); document.write( " Total Interest Earned = Future Value - Total Deposited \n" ); document.write( " Total Interest Earned = $800,000 - $127,407.60 \n" ); document.write( " Total Interest Earned ≈ $672,592.40\r \n" ); document.write( "\n" ); document.write( "Therefore, you will earn approximately $672,592.40 in interest. \n" ); document.write( " \n" ); document.write( " |