document.write( "Question 1173174: A local university is planning to invest $500,000 every 3 months in an investment which earns interest at the rate of 12% per year compounded quarterly. The first investment will be at the end of this current quarter. a) To what sum will be the investment grow at the end of 5 years. b) How much interest will be earned during this period? \n" ); document.write( "
Algebra.Com's Answer #850749 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let's break down this investment problem step-by-step:\r \n" ); document.write( "\n" ); document.write( "**a) To what sum will the investment grow at the end of 5 years?**\r \n" ); document.write( "\n" ); document.write( "1. **Identify the variables:** \n" ); document.write( " * Payment (PMT): $500,000 \n" ); document.write( " * Interest rate per year (r): 12% or 0.12 \n" ); document.write( " * Compounding frequency (n): Quarterly, so 4 times per year \n" ); document.write( " * Interest rate per period (i): r/n = 0.12 / 4 = 0.03 \n" ); document.write( " * Number of years (t): 5 \n" ); document.write( " * Total number of periods (N): t * n = 5 * 4 = 20\r \n" ); document.write( "\n" ); document.write( "2. **Use the future value of an ordinary annuity formula:**\r \n" ); document.write( "\n" ); document.write( " * FV = PMT * [((1 + i)^N - 1) / i]\r \n" ); document.write( "\n" ); document.write( "3. **Plug in the values:**\r \n" ); document.write( "\n" ); document.write( " * FV = $500,000 * [((1 + 0.03)^20 - 1) / 0.03] \n" ); document.write( " * FV = $500,000 * [((1.03)^20 - 1) / 0.03] \n" ); document.write( " * FV = $500,000 * [(1.80611123467 - 1) / 0.03] \n" ); document.write( " * FV = $500,000 * [0.80611123467 / 0.03] \n" ); document.write( " * FV = $500,000 * 26.870374489 \n" ); document.write( " * FV = $13,435,187.24 (approximately)\r \n" ); document.write( "\n" ); document.write( "Therefore, the investment will grow to approximately $13,435,187.24 at the end of 5 years.\r \n" ); document.write( "\n" ); document.write( "**b) How much interest will be earned during this period?**\r \n" ); document.write( "\n" ); document.write( "1. **Calculate the total amount invested:** \n" ); document.write( " * Total investment = PMT * N = $500,000 * 20 = $10,000,000\r \n" ); document.write( "\n" ); document.write( "2. **Calculate the total interest earned:** \n" ); document.write( " * Total interest = FV - Total investment \n" ); document.write( " * Total interest = $13,435,187.24 - $10,000,000 \n" ); document.write( " * Total interest = $3,435,187.24\r \n" ); document.write( "\n" ); document.write( "Therefore, the total interest earned during this period will be approximately $3,435,187.24. \n" ); document.write( " \n" ); document.write( " |