document.write( "Question 1172988: What is the present value of a 2-year deferred annuity at 4% interest compounded quarterly with payments of $1000 made every quarter for 3 years? \n" ); document.write( "
Algebra.Com's Answer #850791 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let's break down this calculation step-by-step:\r \n" ); document.write( "\n" ); document.write( "**1. Understand Deferred Annuity**\r \n" ); document.write( "\n" ); document.write( "* A deferred annuity is an annuity whose payments begin at some future date. \n" ); document.write( "* In this case, the payments begin 2 years from now (deferred period). \n" ); document.write( "* Payments are $1,000 made quarterly for 3 years. \n" ); document.write( "* Interest rate is 4% per year, compounded quarterly.\r \n" ); document.write( "\n" ); document.write( "**2. Calculate the Interest Rate per Period (i)**\r \n" ); document.write( "\n" ); document.write( "* Annual interest rate: 4% or 0.04 \n" ); document.write( "* Compounding frequency: Quarterly (4 times a year) \n" ); document.write( "* Interest rate per quarter: 0.04 / 4 = 0.01\r \n" ); document.write( "\n" ); document.write( "**3. Calculate the Number of Payment Periods (n)**\r \n" ); document.write( "\n" ); document.write( "* Payment duration: 3 years \n" ); document.write( "* Payments per year: 4 (quarterly) \n" ); document.write( "* Total payment periods: 3 * 4 = 12\r \n" ); document.write( "\n" ); document.write( "**4. Calculate the Present Value of the Ordinary Annuity**\r \n" ); document.write( "\n" ); document.write( "* We'll use the present value of an ordinary annuity formula: \n" ); document.write( " * PV = PMT * [(1 - (1 + i)^-n) / i] \n" ); document.write( " * Where: \n" ); document.write( " * PV = Present value of the annuity \n" ); document.write( " * PMT = Payment amount ($1,000) \n" ); document.write( " * i = Interest rate per period (0.01) \n" ); document.write( " * n = Number of periods (12)\r \n" ); document.write( "\n" ); document.write( "* PV = 1000 * [(1 - (1 + 0.01)^-12) / 0.01] \n" ); document.write( "* PV = 1000 * [(1 - (1.01)^-12) / 0.01] \n" ); document.write( "* PV = 1000 * [(1 - 0.887449) / 0.01] \n" ); document.write( "* PV = 1000 * [0.112551 / 0.01] \n" ); document.write( "* PV = 1000 * 11.2551 \n" ); document.write( "* PV = $11,255.10\r \n" ); document.write( "\n" ); document.write( "This $11,255.10 is the present value of the annuity at the *start* of the payment period, which is 2 years from now.\r \n" ); document.write( "\n" ); document.write( "**5. Calculate the Present Value of the Deferred Annuity**\r \n" ); document.write( "\n" ); document.write( "* Now, we need to discount this present value back to today (2 years earlier). \n" ); document.write( "* Deferred period: 2 years \n" ); document.write( "* Number of deferred periods: 2 * 4 = 8 quarters\r \n" ); document.write( "\n" ); document.write( "* We'll use the present value formula for a lump sum: \n" ); document.write( " * PV_deferred = PV / (1 + i)^deferred_periods \n" ); document.write( " * Where: \n" ); document.write( " * PV_deferred = Present value of the deferred annuity \n" ); document.write( " * PV = Present value of the annuity at the start of payments ($11,255.10) \n" ); document.write( " * i = Interest rate per period (0.01) \n" ); document.write( " * deferred_periods = Number of deferred periods (8)\r \n" ); document.write( "\n" ); document.write( "* PV_deferred = 11255.10 / (1 + 0.01)^8 \n" ); document.write( "* PV_deferred = 11255.10 / (1.01)^8 \n" ); document.write( "* PV_deferred = 11255.10 / 1.082857 \n" ); document.write( "* PV_deferred = $10,393.85 (approximately)\r \n" ); document.write( "\n" ); document.write( "**Therefore, the present value of the 2-year deferred annuity is approximately $10,393.85.** \n" ); document.write( " \n" ); document.write( " |