Skip to main content

Worked Solutions

Financial Mathematics — Worked Solutions (HSC Maths Standard 2)

By Samadhi · Intuition tutor 1 min read

Created with Intu AI Reviewed by Intuition's expert tutors

Studying this? See our HSC Maths Standard 2 course →

Worked examples for HSC Maths Standard 2 financial mathematics. Each shows where the marks are awarded, the key idea, and the full solution explained by your choice of tutor — Stella, Ella or Cassie.

How to use these

Try each question first, then check your working. Use the tutor tabs to read the full solution in the style that suits you: Stella is direct and challenging, Ella is warm and explains the why, and Cassie is concise and analytical.

Example 1 — Reducing-balance loan

Standard 4 marks

Question

Priya borrows \$8000 on a reducing-balance loan charged at 1% per month. She repays \$700 at the end of each month.

(a) Using a recurrence relation, find the amount still owing after she has made 2 repayments. Give your answer to the nearest cent.

(b) Explain why the amount of interest charged decreases each month.

Solution

(a) Each month, add 1% interest then subtract the \$700 repayment. The recurrence is $A_{n} = 1.01\,A_{n-1} - 700$, with $A_0 = 8000$.

Month 1: $A_1 = 1.01(8000) - 700 = 8080 - 700 = 7380$.

Month 2: $A_2 = 1.01(7380) - 700 = 7453.80 - 700 = 6753.80$.

So she owes \$6753.80 after 2 repayments.

(b) Interest is charged on the balance, and the balance shrinks each month, so 1% of a smaller number is less interest. Quote the recurrence — examiners want the multiplier and the repayment shown explicitly.

Where the marks go

  • 1 mark: Correct recurrence relation $A_n = 1.01A_{n-1} - 700$
  • 1 mark: Correct balance after 1 repayment ($7380)
  • 1 mark: Correct balance after 2 repayments (\$6753.80)
  • 1 mark: Valid explanation linking falling balance to falling interest

Key idea

A reducing-balance loan applies interest to the current balance then subtracts a repayment; as the balance falls, so does the interest charged.

Example 2 — Depreciation

Standard 3 marks

Question

A café buys a coffee machine for \$9500. It depreciates by the declining-balance method at 15% per year.

(a) Find the salvage value of the machine after 4 years, to the nearest dollar.

(b) The café will replace the machine once its value first drops below \$4000. After how many full years does this happen?

Solution

(a) Declining balance: $S = V_0(1 - r)^n$ with $V_0 = 9500$, $r = 0.15$, $n = 4$.

$S = 9500(0.85)^4 = 9500 \times 0.52200625 \approx \$4959$.

(b) Need $9500(0.85)^n < 4000$, i.e. $(0.85)^n < 0.42105$.

$0.85^5 = 0.4437$ (still above), $0.85^6 = 0.3771$ (below). So it first drops below \$4000 after **6 years**. Don't round the rate — use $0.85$ exactly through the powers.

Where the marks go

  • 1 mark: Correct declining-balance setup $9500(0.85)^n$
  • 1 mark: Correct salvage value after 4 years (\$4959)
  • 1 mark: Correctly identifies 6 years for value below \$4000

Key idea

Declining-balance depreciation multiplies by $(1 - r)$ each year, so the value follows $V_0(1-r)^n$ — test whole years to find when it crosses a threshold.