Skip to main content
ExamExplained
VIC · General Mathematics
General Mathematics study scene
§-Syllabus dot point
VICGeneral MathematicsSyllabus dot point

How do annuity investments and savings plans grow when regular payments are added to a compounding balance, and how is the finance solver set up for them?

Model an annuity investment or savings plan where a regular payment is added to a compounding balance using the recurrence relation, analyse it on a finance solver, and find the final balance, total interest and required payment

A focused answer to the VCE General Mathematics Unit 3 Recursion and financial modelling key-knowledge point on annuity investments. Regular additions to a compounding balance, the growth recurrence, finance solver sign conventions, final balance, total interest, and solving for the required payment.

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

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

Jump to a section
  1. What this dot point is asking
  2. The growth recurrence
  3. Using the finance solver
  4. Reading an amortisation-style table
  5. Contrasting investments with loans
  6. Setting up the finance solver precisely
  7. Solving for the required payment
  8. Why this matters for the exams

What this dot point is asking

VCAA wants you to model a savings plan, called an annuity investment, where you add a regular payment to a balance that also earns compound interest. Each period the balance is multiplied by the growth factor and then a deposit is added. You set this up as a recurrence, analyse it on the finance solver, and find the final balance, the total interest earned, or the regular payment needed to reach a target. This is the savings mirror image of a reducing-balance loan.

The growth recurrence

Let V0V_0 be the initial deposit, R=1+r100kR = 1 + \frac{r}{100k} the growth factor per period (with rr the nominal annual rate and kk compounds per year), and dd the regular payment added each period. Then

V0=initial amount,Vn+1=RVn+d.V_0 = \text{initial amount}, \qquad V_{n+1} = R\,V_n + d.

This is a mixed recurrence: a geometric multiplication plus a constant addition. It is the same structure as a reducing-balance loan, except here the constant term is added rather than subtracted, because deposits build the balance up.

Using the finance solver

On a CAS finance solver you enter the number of payments NN, the annual rate, the present value, the payment, the future value, the payments per year and the compounds per year. The sign convention matters: money you put into the investment (the present value deposit and the regular payments) is usually entered as negative, and the future value you receive is positive. Set the unknown field to solve.

Reading an amortisation-style table

VCAA frequently presents a savings plan as a partly completed table showing, for each period, the opening balance, the interest added, the payment in and the closing balance. To fill a missing cell you use the period structure: interest for a period equals the opening balance times the per-period rate r100k\frac{r}{100k}; the closing balance equals opening balance plus interest plus deposit; and the next opening balance equals this closing balance. Working a single row by hand confirms you understand the model, and it is a common Exam 1 task where the finance solver is not allowed. Round only at the final step unless the question states otherwise, because rounding each interest figure early accumulates error across many periods.

Contrasting investments with loans

The annuity investment and the reducing-balance loan share the identical recurrence Vn+1=RVn±dV_{n+1} = R\,V_n \pm d; the only difference is the sign of the constant term. In a savings plan the deposit is added (+d+d) so the balance climbs; in a loan the repayment is subtracted (d-d) so the balance falls towards zero. This symmetry is worth stating explicitly because exam questions often pair the two, asking you to first build a deposit fund and then draw it down as a loan or pension. The interest interpretation also flips: for a savings plan interest is money you gain (balance minus principal minus deposits), whereas for a loan the total interest is what you pay (total repayments minus the amount borrowed).

Setting up the finance solver precisely

The seven solver fields must agree on the time unit. Set NN to the total number of payments, I%I\% to the nominal annual rate, PVPV to the negative of the initial deposit (money leaving you), PMTPMT to the negative of each regular deposit, FVFV to the positive target balance, and both P/YP/Y and C/YC/Y to the number of periods per year. To solve for the required payment, leave PMTPMT blank and enter the target FVFV; to solve for the rate, leave I%I\% blank. A sign error in PVPV or PMTPMT is the single most common cause of a nonsensical solver answer, so check that money paid in is negative and the future value you receive is positive.

Solving for the required payment

A common question gives a savings target and asks for the regular deposit needed. You enter the target as the future value, the known present value and rate, and solve for the payment. The solver returns the deposit per period that reaches the goal.

Why this matters for the exams

Annuity investment questions appear most years and reward correct solver setup and a clean interest calculation. They contrast neatly with reducing-balance loans: same mixed recurrence, opposite direction of the constant term. Show the recurrence or the solver inputs explicitly, and state the total interest as balance minus principal minus deposits so the marker can follow your reasoning.

Exam-style practice questions

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

2025 VCAA1 marksRita opens a savings account with an initial deposit of 4000.Theaccountearnsinterestcompoundingweekly.Aftertheinterestisaddedeachweek,Ritadepositsanadditional4000. The account earns interest compounding weekly. After the interest is added each week, Rita deposits an additional 50 into the account. Assume there are exactly 52 weeks in one year. The annual interest rate, compounding weekly, that is required to achieve a balance of $14 000 after three years is closest to A. 8.4% B. 14.2% C. 14.6% D. 17.2%
Show worked answer →

This is a savings plan (annuity investment): a compounding balance with a regular $50 added each week. It is set up on a finance solver with N = 3 x 52 = 156 weekly periods, PV = -4000, PMT = -50 (both paid in), FV = 14 000, P/Y = C/Y = 52, then solve for the annual rate.

The solver returns an annual interest rate of about 8.4%.

You can check it: at 8.4% per annum the weekly rate is 0.084 / 52, and compounding 4000with4000 with 50 added for 156 weeks gives about 14008,whichroundstothetarget14 008, which rounds to the target 14 000. So the answer is A.

VCAA 20224 marksMia opens a savings plan with \2000andadds and adds \150150 at the end of each month. The account pays a nominal 4.8%4.8\% per annum compounding monthly. (a) Write the recurrence relation that models the balance VnV_n after nn months. (b) Calculate the balance after 33 months. (c) Determine the total interest earned over those 33 months.
Show worked answer →

Build the mixed recurrence, then iterate, then separate interest from contributions.

(a) Monthly rate =4.8%/12=0.4%= 4.8\% / 12 = 0.4\%, so R=1.004R = 1.004. With deposit d=150d = 150: V0=2000V_0 = 2000, Vn+1=1.004Vn+150V_{n+1} = 1.004\,V_n + 150.

(b) V1=1.004×2000+150=2008+150=2158V_1 = 1.004 \times 2000 + 150 = 2008 + 150 = 2158. V2=1.004×2158+150=2166.63+150=2316.63V_2 = 1.004 \times 2158 + 150 = 2166.63 + 150 = 2316.63. V3=1.004×2316.63+150=2325.90+150=$2475.90V_3 = 1.004 \times 2316.63 + 150 = 2325.90 + 150 = \$2475.90.

(c) Deposits total 3×150=4503 \times 150 = 450; principal was 20002000. Interest =2475.902000450=$25.90= 2475.90 - 2000 - 450 = \$25.90.

Markers award one mark for the recurrence, two for the iterated balance, one for the interest separated from contributions.

ExamExplained