Skip to main content

Worked Solutions

Proof — Worked Solutions (HSC Maths Extension 1)

By Patrick · Intuition tutor 1 min read

Created with Intu AI Reviewed by Intuition's expert tutors

Studying this? See our HSC Maths Extension 1 course →

Worked examples for HSC Maths Extension 1 proof by mathematical induction. 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 — Induction for a series sum

Standard 3 marks

Question

Prove by mathematical induction that for all integers $n \geq 1$, $$1 \cdot 2 + 2 \cdot 3 + 3 \cdot 4 + \cdots + n(n+1) = \frac{n(n+1)(n+2)}{3}.$$

Solution

Base case $n = 1$: LHS $= 1 \cdot 2 = 2$; RHS $= \dfrac{1 \cdot 2 \cdot 3}{3} = 2$. True.

Assume true for $n = k$: $\sum_{r=1}^{k} r(r+1) = \dfrac{k(k+1)(k+2)}{3}$.

Prove for $n = k+1$. Add the next term $(k+1)(k+2)$:

$$\frac{k(k+1)(k+2)}{3} + (k+1)(k+2) = (k+1)(k+2)\!\left[\frac{k}{3} + 1\right] = \frac{(k+1)(k+2)(k+3)}{3}.$$

That is the formula with $n = k+1$. By induction it holds for all $n \geq 1$. Always state the conclusion sentence — markers want it.

Where the marks go

  • 1 mark: Verifies the base case $n = 1$
  • 1 mark: States the inductive assumption and adds the $(k+1)$ term
  • 1 mark: Factorises to reach $\frac{(k+1)(k+2)(k+3)}{3}$ and concludes

Key idea

Prove the base case, assume the result for $n = k$, then add the next term and factor out the common product to reach the $n = k+1$ form.

Example 2 — Induction for divisibility

Challenging 4 marks

Question

Prove by mathematical induction that $7^n - 3^n$ is divisible by $4$ for all integers $n \geq 1$.

Solution

Base case $n = 1$: $7 - 3 = 4$, divisible by 4. True.

Assume $7^k - 3^k = 4M$ for some integer $M$.

Prove $7^{k+1} - 3^{k+1}$ is divisible by 4. Write $7^{k+1} = 7 \cdot 7^k$ and split:

$$7^{k+1} - 3^{k+1} = 7\cdot 7^k - 3\cdot 3^k = 7(7^k - 3^k) + 7\cdot 3^k - 3\cdot 3^k.$$

So $7^{k+1} - 3^{k+1} = 7(4M) + 4\cdot 3^k = 4(7M + 3^k)$.

That is $4 \times$ an integer, so divisible by 4. By induction it holds for all $n \geq 1$. The move that earns marks is rewriting $7^{k+1}$ so the assumed term $7^k - 3^k$ appears.

Where the marks go

  • 1 mark: Verifies the base case $n = 1$ gives $4$
  • 1 mark: States the assumption $7^k - 3^k = 4M$
  • 1 mark: Rewrites $7^{k+1} - 3^{k+1}$ to expose the assumed term
  • 1 mark: Factors out 4 and concludes by induction

Key idea

For divisibility induction, rewrite the $k+1$ expression so the assumed multiple appears, then factor out the divisor.