Skip to main content
ExamExplained
NSW Β· Maths Advanced
Maths Advanced study scene
Β§-Syllabus dot point
NSWMaths AdvancedSyllabus dot point

How are reducing-balance loan repayments calculated, and how much of each payment goes to interest versus principal?

Use recurrence relations and the present value of an annuity to find loan repayments, outstanding balances and total interest paid

A focused answer to the HSC Maths Advanced dot point on loan repayments. Recurrence model for the outstanding balance, closed-form for the repayment via the present value of an annuity, splitting payments into interest and principal, and total interest, with worked examples.

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

What this dot point is asking

NESA wants you to model a reducing-balance loan with a recurrence relation, derive the closed-form formula for the regular repayment using the present value of an annuity, compute outstanding balances and total interest, and split a single payment into interest and principal components.

The answer

A reducing-balance loan works by two actions every period, always in the same order: interest is charged on the current balance, then the fixed payment is subtracted. Because each payment chips a little off the principal, the balance the interest is charged on shrinks, so the interest portion of the next payment is smaller and a larger slice of the same fixed payment goes to principal. The balance therefore falls a little faster every period, tracing the gently steepening curve below all the way to zero.

Outstanding balance of a reducing-balance car loan over time A line chart of the amount still owed on a 25000 dollar car loan at 0.6 percent per month with 497 dollar 39 cent monthly repayments. The balance, drawn in the heavier accent colour, starts at 25000 dollars and falls month by month, slightly faster as time goes on, reaching zero at month 60 when the loan is paid off. A marker at month 24 shows about 16061 dollars still owing. $5k$10k$15k$20k$25k 01224364860 $25,000 owed $16,061 at mth 24 paid off, mth 60 balance owing ($) month $25,000 at 0.6% per month, $497.39 repayments: the balance falls a little faster each month.

The recurrence model

A loan of PP is repaid by equal payments MM at the end of each period. Interest of rate rr per period accrues on the outstanding balance. Let BnB_n be the balance just after the nnth payment, with B0=PB_0 = P.

Each period: add interest, then subtract the payment.

Bn=Bnβˆ’1(1+r)βˆ’M.B_n = B_{n - 1}(1 + r) - M.

Iterating this recurrence and summing the resulting geometric series gives the closed form

Bn=P(1+r)nβˆ’Mβ‹…(1+r)nβˆ’1r.B_n = P(1 + r)^n - M \cdot \frac{(1 + r)^n - 1}{r}.

The first term P(1+r)nP(1 + r)^n is what the loan would grow to if no payments were ever made; the second term is the future value of the payments made so far (the same annuity sum used for savings). The difference is what is still owed. This closed form is the shortcut for "the balance after the nnth payment" when nn is too large to iterate by hand.

The repayment formula (present value of an annuity)

The loan is fully repaid when Bn=0B_n = 0. Setting the closed form to zero and solving for MM:

M=Pr(1+r)n(1+r)nβˆ’1=Pr1βˆ’(1+r)βˆ’n.M = \frac{P r (1 + r)^n}{(1 + r)^n - 1} = \frac{P r}{1 - (1 + r)^{-n}}.

Equivalently, the loan amount is the present value of the stream of nn payments:

P=Mβ‹…1βˆ’(1+r)βˆ’nr.P = M \cdot \frac{1 - (1 + r)^{-n}}{r}.

This is the present-value-of-annuity formula. It is the discounted sum of the geometric series Mv+Mv2+β‹―+MvnM v + M v^2 + \cdots + M v^n with v=(1+r)βˆ’1v = (1 + r)^{-1}.

Splitting a payment into interest and principal

The interest portion of the kkth payment is the interest charged on the previous (opening) balance:

Ik=rβ‹…Bkβˆ’1.I_k = r \cdot B_{k - 1}.

The principal portion is the rest:

Pk=Mβˆ’Ik.P_k = M - I_k.

Early in the loan, most of each payment goes to interest. Near the end, almost all goes to principal. The principal portion grows geometrically with ratio (1+r)(1 + r) across periods, because Pk+1=Mβˆ’rBkP_{k+1} = M - rB_k and Bk=Bkβˆ’1βˆ’PkB_k = B_{k-1} - P_k, so the part repaid each period multiplies by (1+r)(1+r).

Building the amortisation schedule, row by row

The safest way to see the split shift is to build a schedule one row at a time, carrying each closing balance down to be the next opening balance. Take the $25000 car loan at 0.6%0.6\% per month (r=0.006r = 0.006) with the $497.39 monthly repayment found below, and build the first three months stage by stage. Each row follows the same three rules: interest is the opening balance times rr; principal repaid is payment minus interest; closing balance is opening plus interest minus payment.

Stage 1, the first month. The opening balance is the whole loan, $25000. Interest is 0.006Γ—25000=150.000.006 \times 25000 = 150.00, i.e. $150.00. The payment is $497.39, so principal repaid is 497.39βˆ’150.00=347.39497.39 - 150.00 = 347.39, i.e. $347.39, and the closing balance is 25000+150βˆ’497.39=24652.6125000 + 150 - 497.39 = 24652.61, i.e. $24652.61.

Month Opening Interest (Γ—0.006\times 0.006) Payment Principal repaid Closing
11 25000.0025000.00 150.00150.00 497.39497.39 347.39347.39 24652.6124652.61

Stage 2, carry the closing balance down. Month 22 opens at last month's close, $24652.61. Interest is 0.006Γ—24652.61=147.920.006 \times 24652.61 = 147.92, i.e. $147.92, already lower because the balance is lower. Principal repaid is 497.39βˆ’147.92=349.47497.39 - 147.92 = 349.47, i.e. $349.47, slightly more than last month, and the closing balance is $24303.14.

Month Opening Interest (Γ—0.006\times 0.006) Payment Principal repaid Closing
11 25000.0025000.00 150.00150.00 497.39497.39 347.39347.39 24652.6124652.61
22 24652.6124652.61 147.92147.92 497.39497.39 349.47349.47 24303.1424303.14

Stage 3, repeat the pattern. Month 33 opens at $24303.14. Interest is 0.006Γ—24303.14=145.820.006 \times 24303.14 = 145.82, i.e. $145.82, principal repaid is 497.39βˆ’145.82=351.57497.39 - 145.82 = 351.57, i.e. $351.57, and the closing balance is $23951.57.

Month Opening Interest (Γ—0.006\times 0.006) Payment Principal repaid Closing
11 25000.0025000.00 150.00150.00 497.39497.39 347.39347.39 24652.6124652.61
22 24652.6124652.61 147.92147.92 497.39497.39 349.47349.47 24303.1424303.14
33 24303.1424303.14 145.82145.82 497.39497.39 351.57351.57 23951.5723951.57

Stage 4, read the trend. Across the three rows the interest column falls (150.00β†’147.92β†’145.82150.00 \to 147.92 \to 145.82) while principal repaid rises (347.39β†’349.47β†’351.57347.39 \to 349.47 \to 351.57). The payment never changes, but its split shifts steadily from interest toward principal. Continue this to the end and the balance reaches zero at month 6060, with total interest 60Γ—497.39βˆ’25000=4843.4060 \times 497.39 - 25000 = 4843.40, i.e. $4843.40.

Watching the interest-versus-principal split shift

The same fixed $497.39 payment is split very differently early and late in the loan. Each panel below shows a single payment as a bar: the accent block on the left is the interest portion Ik=rBkβˆ’1I_k = rB_{k-1}, the muted block on the right is the principal portion Mβˆ’IkM - I_k. The faded bars preview the payments still to come.

Stage 1, payment 1. With the full $25000 still owing, interest claims $150.00 of the payment and only $347.39 reduces the principal.

Stage 1: payment 1 is almost all interestStacked bars of the fixed 497 dollar 39 cent monthly repayment on a 25000 dollar car loan, split into an accent interest portion on the left and a muted principal portion on the right, for payments 1, 24, 48 and 60. Early payments are mostly interest; late payments are mostly principal.Stage 1interestprincipaleach bar = $497.39payment 1int $150.00prin $347.39payment 24payment 48payment 60Stage 1: payment 1 is almost all interest.

Stage 2, payment 24. Two years in, the balance has fallen to about $16061, so interest is only $98.76 and $398.63 now goes to principal.

Stage 2: by payment 24 the split has shiftedStacked bars of the fixed 497 dollar 39 cent monthly repayment on a 25000 dollar car loan, split into an accent interest portion on the left and a muted principal portion on the right, for payments 1, 24, 48 and 60. Early payments are mostly interest; late payments are mostly principal.Stage 2interestprincipaleach bar = $497.39payment 1int $150.00prin $347.39payment 24int $98.76prin $398.63payment 48payment 60Stage 2: by payment 24 the split has shifted.

Stage 3, payment 48. Four years in, interest is down to $37.22 and the bar is now overwhelmingly principal at $460.17.

Stage 3: payment 48 is mostly principalStacked bars of the fixed 497 dollar 39 cent monthly repayment on a 25000 dollar car loan, split into an accent interest portion on the left and a muted principal portion on the right, for payments 1, 24, 48 and 60. Early payments are mostly interest; late payments are mostly principal.Stage 3interestprincipaleach bar = $497.39payment 1int $150.00prin $347.39payment 24int $98.76prin $398.63payment 48int $37.22prin $460.17payment 60Stage 3: payment 48 is mostly principal.

Stage 4, the final payment. By payment 6060 barely a few dollars of interest remain, and almost the entire payment clears the last of the principal.

Stage 4: the final payment 60 is nearly all principalStacked bars of the fixed 497 dollar 39 cent monthly repayment on a 25000 dollar car loan, split into an accent interest portion on the left and a muted principal portion on the right, for payments 1, 24, 48 and 60. Early payments are mostly interest; late payments are mostly principal.Stage 4interestprincipaleach bar = $497.39payment 1int $150.00prin $347.39payment 24int $98.76prin $398.63payment 48int $37.22prin $460.17payment 60int $2.97prin $494.42Stage 4: the final payment 60 is nearly all principal.

This front-loading is why making extra repayments early saves far more interest than the same dollar later: an extra dollar paid in month 11 avoids interest for the whole remaining life of the loan, while the same dollar near the end avoids almost none.

Total interest

Total amount paid over the loan is MnM n. Since the loan amount PP is returned, total interest is

Itotal=Mnβˆ’P.I_{\text{total}} = M n - P.

Time to repay

If a borrower fixes the payment MM rather than the term nn, set Bn=0B_n = 0 and solve for nn:

n=βˆ’ln⁑(1βˆ’Pr/M)ln⁑(1+r).n = \frac{-\ln(1 - P r / M)}{\ln(1 + r)}.

The expression inside the log must be positive, which requires M>PrM > P r: the payment must exceed the first period's interest. If M=PrM = Pr the balance never moves (an interest-only loan); if M<PrM < Pr the balance actually grows and the loan never finishes. Because the last payment is usually a smaller partial payment, round the term up to the next whole period.

How exam questions ask about loan repayments

Each wording points to one of the tools above:

  • "Find the monthly repayment / instalment." Use M=Pr1βˆ’(1+r)βˆ’nM = \dfrac{Pr}{1 - (1 + r)^{-n}}, the present-value-of-annuity formula rearranged for MM.
  • "Find the balance owing after the nnth payment." Use the closed form Bn=P(1+r)nβˆ’M(1+r)nβˆ’1rB_n = P(1 + r)^n - M\dfrac{(1 + r)^n - 1}{r}, or run the recurrence if only a couple of rows are needed.
  • "Complete the next row of the schedule" or "find the balance after the 3rd repayment." A recurrence / amortisation-table question: interest on the opening balance, principal equals payment minus interest, roll the closing balance forward.
  • "How much of the kkth payment is interest / pays off the loan?" A split question: Ik=rBkβˆ’1I_k = rB_{k-1}, principal =Mβˆ’Ik= M - I_k. Find Bkβˆ’1B_{k-1} first by table or formula.
  • "Find the total interest paid over the life of the loan." Total interest =nMβˆ’P= nM - P (or add the actual payments if the last is partial).
  • "After how many months is the loan repaid?" Set Bn=0B_n = 0, solve for nn with logs, and round up.
  • "Does the loan ever finish?" or "why does so little of an early payment reduce the principal?" Compare MM with rPrP for completion; for the front-loading, note interest is charged on the large early balance, so most of MM is consumed by interest.

Edge case: interest-only versus reducing-balance

Take the same $25000 at 0.6%0.6\% per month. An interest-only payment would be M=rP=0.006Γ—25000=150M = rP = 0.006 \times 25000 = 150, i.e. $150 per month: it covers exactly the interest, so the balance stays at $25000 forever and no principal is repaid. The reducing-balance payment of $497.39 is $347.39 larger, and that extra is precisely what buys down the principal each month and clears the loan in 6060 payments. This is the general rule: a reducing-balance payment must exceed the interest-only payment rPrP, and the closer it sits to rPrP, the longer the loan runs.

Exam-style practice questions

Practice questions written in the style of NESA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

2022 HSC Q215 marksA loan of &#36;300000 is repaid by equal monthly instalments over 2525 years at 6%6\% per annum compounded monthly. Find the monthly repayment and the total amount paid.
Show worked answer β†’

Per-period rate: r=0.0612=0.005r = \frac{0.06}{12} = 0.005. Number of payments: n=25Γ—12=300n = 25 \times 12 = 300. Loan: P=300000P = 300000.

Monthly repayment MM comes from the present-value-of-annuity formula:

P=Mβ‹…1βˆ’(1+r)βˆ’nrβ€…β€ŠβŸΉβ€…β€ŠM=Pr1βˆ’(1+r)βˆ’nP = M \cdot \frac{1 - (1 + r)^{-n}}{r} \implies M = \frac{P r}{1 - (1 + r)^{-n}}.

(1.005)βˆ’300β‰ˆ0.22397(1.005)^{-300} \approx 0.22397, so 1βˆ’(1.005)βˆ’300β‰ˆ0.776031 - (1.005)^{-300} \approx 0.77603.

M=300000β‹…0.0050.77603=15000.77603β‰ˆ1932.90M = \frac{300000 \cdot 0.005}{0.77603} = \frac{1500}{0.77603} \approx 1932.90, i.e. $1932.90.

Total paid: 300Γ—1932.90β‰ˆ579870300 \times 1932.90 \approx 579870, i.e. $579870, so interest is about $279870.

Markers reward the per-period rate, the right formula, an accurate compound factor, the monthly repayment to cents, and the total computed from MnM n.

2021 HSC Q224 marksA loan of &#36;20000 at 9%9\% per annum compounded monthly is repaid by monthly instalments of &#36;300. Find the outstanding balance immediately after the 24th payment.
Show worked answer β†’

r=0.0075r = 0.0075, M=300M = 300. Using the recurrence, the balance after nn payments is

Bn=P(1+r)nβˆ’Mβ‹…(1+r)nβˆ’1rB_n = P(1 + r)^n - M \cdot \frac{(1 + r)^n - 1}{r}.

(1.0075)24β‰ˆ1.19641(1.0075)^{24} \approx 1.19641.

B24=20000β‹…1.19641βˆ’300β‹…0.196410.0075B_{24} = 20000 \cdot 1.19641 - 300 \cdot \frac{0.19641}{0.0075}.

=23928.20βˆ’300β‹…26.188=23928.20βˆ’7856.40β‰ˆ16071.80= 23928.20 - 300 \cdot 26.188 = 23928.20 - 7856.40 \approx 16071.80, i.e. $16071.80.

Markers expect the standard outstanding-balance formula, accurate intermediate values, and a final answer to cents.

Practice questions

Original practice questions graded from foundation to exam level, each with a full worked solution. Try them before revealing the solution.

foundation2 marksA reducing-balance loan of &#36;10000 is charged interest at 0.5%0.5\% per month and repaid by monthly instalments of &#36;300. Find how much of the first payment is interest and how much reduces the principal.
Show worked solution β†’

Interest is charged on the opening balance. The first month opens with the full loan, so

I1=rΓ—B0=0.005Γ—10000=50.I_1 = r \times B_0 = 0.005 \times 10000 = 50.

In dollars the interest portion is $50.00.

Principal repaid is the rest of the payment.

P1=Mβˆ’I1=300βˆ’50=250.P_1 = M - I_1 = 300 - 50 = 250.

So $50.00 of the first payment is interest and $250.00 reduces the principal.

Marker's note: one mark for I1=rB0=50I_1 = rB_0 = 50 (interest on the opening balance), one for P1=Mβˆ’I1=250P_1 = M - I_1 = 250. Charging interest on B0βˆ’MB_0 - M instead of B0B_0 is the usual slip.

foundation2 marksA loan follows the recurrence Bn=Bnβˆ’1(1.008)βˆ’250B_n = B_{n-1}(1.008) - 250 with B0=5000B_0 = 5000. Find the outstanding balance immediately after the first repayment.
Show worked solution β†’

Apply the recurrence once with n=1n = 1. Add the month's interest, then subtract the payment:

B1=B0(1.008)βˆ’250=5000Γ—1.008βˆ’250.B_1 = B_0(1.008) - 250 = 5000 \times 1.008 - 250.

Evaluate.

B1=5040βˆ’250=4790.B_1 = 5040 - 250 = 4790.

So the balance after the first repayment is $4790.00.

Marker's note: one mark for substituting B0=5000B_0 = 5000 into the recurrence, one for the answer $4790.00. Subtracting the payment before adding interest reverses the required order and loses the mark.

core3 marksA loan of &#36;12000 is charged interest at 6%6\% per annum compounded monthly and repaid by monthly instalments of &#36;400. Using the closed form Bn=P(1+r)nβˆ’M(1+r)nβˆ’1rB_n = P(1+r)^n - M\dfrac{(1+r)^n - 1}{r}, find the balance owing immediately after the 12th payment. Give your answer to the nearest cent.
Show worked solution β†’

Set up the per-period quantities. The monthly rate is

r=0.0612=0.005,P=12000,M=400,n=12.r = \frac{0.06}{12} = 0.005, \qquad P = 12000, \qquad M = 400, \qquad n = 12.

Compute the compound factor.

(1.005)12β‰ˆ1.061678,(1.005)12βˆ’1β‰ˆ0.061678.(1.005)^{12} \approx 1.061678, \qquad (1.005)^{12} - 1 \approx 0.061678.

Substitute into the closed form.

B12=12000Γ—1.061678βˆ’400Γ—0.0616780.005.B_{12} = 12000 \times 1.061678 - 400 \times \frac{0.061678}{0.005}.

B12=12740.14βˆ’400Γ—12.3356=12740.14βˆ’4934.23=7805.91.B_{12} = 12740.14 - 400 \times 12.3356 = 12740.14 - 4934.23 = 7805.91.

So the balance owing after 1212 payments is about $7805.91.

Marker's note: one mark for the per-period rate r=0.005r = 0.005, one for an accurate (1.005)12(1.005)^{12}, one for the final $7805.91 from the closed form. Using the annual rate 0.060.06 in place of 0.0050.005 is the standard error.

core4 marksThe table below is the start of the amortisation schedule for a &#36;8000 loan charged 1%1\% interest per month with a fixed monthly repayment of &#36;700. Month 1 opens at &#36;8000.00, is charged &#36;80.00 interest, repays &#36;620.00 of principal and closes at &#36;7380.00. Month 2 opens at &#36;7380.00, is charged &#36;73.80 interest, repays &#36;626.20 and closes at &#36;6753.80. (a) Complete the row for month 3, giving the interest, principal repaid and closing balance. (b) Explain, using the figures, why the principal-repaid column increases every month even though the payment is fixed.
Show worked solution β†’

Part (a): month 3 opens at the month 2 closing balance, $6753.80. Interest is charged on that opening balance:

I3=0.01Γ—6753.80=67.54.I_3 = 0.01 \times 6753.80 = 67.54.

Principal repaid is the payment minus the interest:

P3=700βˆ’67.54=632.46.P_3 = 700 - 67.54 = 632.46.

Closing balance is opening plus interest minus payment:

B3=6753.80+67.54βˆ’700=6121.34.B_3 = 6753.80 + 67.54 - 700 = 6121.34.

So month 3 has interest $67.54, principal repaid $632.46 and closing balance $6121.34.

Part (b): the balance falls each month, so the interest charged on it falls too. Interest is Ik=0.01Γ—Bkβˆ’1I_k = 0.01 \times B_{k-1}, and since the opening balance drops each month (8000β†’7380β†’6753.80→…8000 \to 7380 \to 6753.80 \to \dots), the interest slice shrinks. The payment is fixed at $700, so principal repaid =700βˆ’Ik= 700 - I_k must grow by exactly the amount the interest falls.

Marker's note: one mark for I3=67.54I_3 = 67.54, one for P3=632.46P_3 = 632.46, one for B3=6121.34B_3 = 6121.34; one for explaining the falling interest forces the rising principal at a fixed payment. Charging month 3 interest on $8000 rather than the $6753.80 opening balance is the trap.

exam5 marksA home loan of &#36;250000 is charged interest at 4.8%4.8\% per annum compounded monthly and is to be repaid by equal monthly instalments MM over 2020 years. Let BnB_n be the balance owing after the nnth repayment. (a) Write down a recurrence relation for BnB_n and show that the closed form is Bn=250000(1.004)nβˆ’M(1.004)nβˆ’10.004B_n = 250000(1.004)^n - M\dfrac{(1.004)^n - 1}{0.004}. (b) Hence show that Mβ‰ˆ1622.39M \approx 1622.39. (c) Find the balance owing after 1010 years (the 120120th payment) and hence state what fraction of the original loan has been repaid at the halfway point of the term.
Show worked solution β†’

Part (a): build the recurrence and iterate it. The monthly rate is r=0.04812=0.004r = \dfrac{0.048}{12} = 0.004. Each month, interest is added to the opening balance and the payment is subtracted:

Bn=Bnβˆ’1(1.004)βˆ’M,B0=250000.B_n = B_{n-1}(1.004) - M, \qquad B_0 = 250000.

Iterating from B0B_0:

B1=250000(1.004)βˆ’M,B_1 = 250000(1.004) - M,

B2=B1(1.004)βˆ’M=250000(1.004)2βˆ’M(1.004)βˆ’M,B_2 = B_1(1.004) - M = 250000(1.004)^2 - M(1.004) - M,

and in general the subtracted payments form a geometric series:

Bn=250000(1.004)nβˆ’M[1+(1.004)+β‹―+(1.004)nβˆ’1]=250000(1.004)nβˆ’Mβ‹…(1.004)nβˆ’10.004,B_n = 250000(1.004)^n - M\big[1 + (1.004) + \cdots + (1.004)^{n-1}\big] = 250000(1.004)^n - M \cdot \frac{(1.004)^n - 1}{0.004},

using the geometric-series sum with first term 11 and ratio 1.0041.004.

Part (b): the loan is repaid when Bn=0B_n = 0 at n=240n = 240. Set B240=0B_{240} = 0 and solve for MM:

250000(1.004)240=Mβ‹…(1.004)240βˆ’10.004.250000(1.004)^{240} = M \cdot \frac{(1.004)^{240} - 1}{0.004}.

With (1.004)240β‰ˆ2.606700(1.004)^{240} \approx 2.606700:

M=250000Γ—0.004Γ—2.6067002.606700βˆ’1=250000Γ—0.004Γ—2.6067001.606700.M = \frac{250000 \times 0.004 \times 2.606700}{2.606700 - 1} = \frac{250000 \times 0.004 \times 2.606700}{1.606700}.

M=2606.7001.606700β‰ˆ1622.39,M = \frac{2606.700}{1.606700} \approx 1622.39,

so Mβ‰ˆM \approx $1622.39, as required.

Part (c): substitute n=120n = 120 into the closed form. With (1.004)120β‰ˆ1.614528(1.004)^{120} \approx 1.614528:

B120=250000Γ—1.614528βˆ’1622.39Γ—1.614528βˆ’10.004.B_{120} = 250000 \times 1.614528 - 1622.39 \times \frac{1.614528 - 1}{0.004}.

B120=403632.00βˆ’1622.39Γ—153.632=403632.00βˆ’249251.6β‰ˆ154380.44.B_{120} = 403632.00 - 1622.39 \times 153.632 = 403632.00 - 249251.6 \approx 154380.44.

So about $154380.44 is still owing after 1010 years. The principal repaid is

250000βˆ’154380.44=95619.56,250000 - 154380.44 = 95619.56,

which is 95619.56250000β‰ˆ0.383\dfrac{95619.56}{250000} \approx 0.383, i.e. only about 38%38\% of the loan is cleared at the halfway point in time.

Marker's note: one mark for the recurrence and one for the geometric-series derivation of the closed form in (a); one for setting B240=0B_{240} = 0 and reaching Mβ‰ˆ1622.39M \approx 1622.39 in (b); one for B120β‰ˆ154380.44B_{120} \approx 154380.44 and one for the interpretation that only about 38%38\% (not 50%50\%) of the debt is cleared halfway through in (c). The insight examiners reward is that time-halfway is not debt-halfway, because early payments are mostly interest.

foundation3 marksUsing the present value of an annuity P=M1βˆ’(1+r)βˆ’nrP = M\dfrac{1 - (1+r)^{-n}}{r}, find the present value of a stream of 2424 monthly payments of &#36;400 discounted at 0.5%0.5\% per month. Give your answer to the nearest cent.
Show worked solution β†’

Identify the quantities. Here M=400M = 400, r=0.005r = 0.005 and n=24n = 24.

Compute the discount factor.

(1.005)βˆ’24β‰ˆ0.887186,1βˆ’0.887186=0.112814.(1.005)^{-24} \approx 0.887186, \qquad 1 - 0.887186 = 0.112814.

Substitute into the present-value formula.

P=400Γ—0.1128140.005=400Γ—22.5628=9025.15.P = 400 \times \frac{0.112814}{0.005} = 400 \times 22.5628 = 9025.15.

So the present value of the stream is about $9025.15.

Marker's note: one mark for identifying MM, rr and nn, one for the discount factor (1.005)βˆ’24(1.005)^{-24}, one for the present value $9025.15. Using (1.005)24(1.005)^{24} (future value) instead of the negative index is the common confusion.

exam5 marksOn retiring, Priya invests a lump sum in an account earning 6%6\% per annum compounded monthly, and plans to withdraw a fixed amount DD at the end of each month. (a) Explain why the lump sum she needs is the present value of the withdrawals, and write the present-value-of-annuity relationship connecting the lump sum PP, the withdrawal DD, the monthly rate rr and the number of withdrawals nn. (b) Priya has &#36;400000 and wants the fund to last exactly 2525 years. Show that the largest fixed monthly withdrawal is about &#36;2577.21. (c) If instead Priya withdraws &#36;3000 each month, use n=βˆ’ln⁑(1βˆ’Pr/D)ln⁑(1+r)n = \dfrac{-\ln(1 - Pr/D)}{\ln(1 + r)} to find how many whole months the fund lasts, and comment on why it does not last the full 2525 years.
Show worked solution β†’

Part (a): the fund must be exactly large enough to fund every future withdrawal. Each withdrawal is made in the future, so its value today is discounted back at the monthly rate. The lump sum needed is the sum of those discounted withdrawals, which is the present value of an annuity:

P=Dβ‹…1βˆ’(1+r)βˆ’nr.P = D \cdot \frac{1 - (1 + r)^{-n}}{r}.

If the fund equalled less than this present value it would run dry early; if more, money would be left over.

Part (b): solve for DD with P=400000P = 400000, r=0.005r = 0.005 and n=25Γ—12=300n = 25 \times 12 = 300. Rearrange the present-value formula for DD:

D=Pr1βˆ’(1+r)βˆ’n.D = \frac{P r}{1 - (1 + r)^{-n}}.

With (1.005)βˆ’300β‰ˆ0.223966(1.005)^{-300} \approx 0.223966, so 1βˆ’0.223966=0.7760341 - 0.223966 = 0.776034:

D=400000Γ—0.0050.776034=20000.776034β‰ˆ2577.21,D = \frac{400000 \times 0.005}{0.776034} = \frac{2000}{0.776034} \approx 2577.21,

so the largest fixed monthly withdrawal is about $2577.21, as required.

Part (c): substitute P=400000P = 400000, D=3000D = 3000, r=0.005r = 0.005 into the term formula. First the interior of the log:

PrD=400000Γ—0.0053000=20003000=0.666667,1βˆ’PrD=0.333333.\frac{Pr}{D} = \frac{400000 \times 0.005}{3000} = \frac{2000}{3000} = 0.666667, \qquad 1 - \frac{Pr}{D} = 0.333333.

n=βˆ’ln⁑(0.333333)ln⁑(1.005)=1.0986120.0049875β‰ˆ220.27.n = \frac{-\ln(0.333333)}{\ln(1.005)} = \frac{1.098612}{0.0049875} \approx 220.27.

Rounding down to whole months, the fund sustains 220220 full withdrawals of $3000 (with a smaller final withdrawal in month 221221), which is about 18.418.4 years. It does not last the full 2525 years because $3000 exceeds the $2577.21 sustainable withdrawal, so the extra drawn each month erodes the capital faster than the 6%6\% interest can replenish it.

Marker's note: one mark for identifying the lump sum as the present value and writing the annuity relationship in (a); one for the correct substitution and one for reaching Dβ‰ˆ2577.21D \approx 2577.21 in (b); one for nβ‰ˆ220n \approx 220 months and one for the comparison 3000>2577.213000 > 2577.21 explaining the shorter life in (c). Confusing present value with future value in (a) undermines the whole question.

ExamExplained