← Proof (ME-P1)

NSWMaths Extension 1Syllabus dot point

How do we use mathematical induction to prove divisibility statements?

Prove divisibility statements involving an integer parameter nn using mathematical induction

A focused answer to the HSC Maths Extension 1 dot point on induction proofs of divisibility. The standard four-part structure, the trick of writing k+1k + 1 expressions in terms of the kk case plus a divisible chunk, and worked examples.

Generated by Claude OpusReviewed by Better Tuition Academy8 min answer

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

What this dot point is asking

NESA wants you to use induction to prove that an expression involving an integer parameter nn is divisible by a fixed integer. The trick is in the inductive step: write E(k+1)E(k + 1) in terms of E(k)E(k) plus a term that is plainly divisible.

The answer

The structure

To prove E(n)E(n) is divisible by dd for all positive integers nn:

  1. Base case: Verify E(1)E(1) is divisible by dd by direct substitution.
  2. Inductive hypothesis: Assume E(k)E(k) is divisible by dd, that is E(k)=dME(k) = d M for some integer MM.
  3. Inductive step: Show E(k+1)E(k + 1) is divisible by dd. Write E(k+1)E(k + 1) in a form that uses E(k)=dME(k) = d M from the hypothesis, plus a term that is itself a multiple of dd.
  4. Conclusion: By the principle of mathematical induction, E(n)E(n) is divisible by dd for all positive integers nn.

The standard algebraic move

For E(k+1)E(k + 1), the most common technique is:

  • Factor out the common growth term (multiply by the base of the exponent, or expand the recurrence).
  • Rewrite using E(k)=dME(k) = d M from the hypothesis.
  • Show the remaining algebra produces another multiple of dd.

Example pattern: anβˆ’1a^n - 1 divisible by IMATH_27

For anβˆ’1a^n - 1 divisible by aβˆ’1a - 1 (for any integer aa): the standard manipulation is

ak+1βˆ’1=aβ‹…akβˆ’1=a(akβˆ’1)+(aβˆ’1).a^{k + 1} - 1 = a \cdot a^k - 1 = a (a^k - 1) + (a - 1).

By the inductive hypothesis, akβˆ’1a^k - 1 is a multiple of aβˆ’1a - 1. Adding another (aβˆ’1)(a - 1) keeps it a multiple.

Example pattern: combine two cases

For statements like n3+2nn^3 + 2 n divisible by 33, expand (k+1)3+2(k+1)(k + 1)^3 + 2(k + 1) and rewrite as k3+2kk^3 + 2 k plus extra terms. The hypothesis covers k3+2kk^3 + 2 k; show the extra is a multiple of 33.

Different starting integer

If the statement is "for all nβ‰₯2n \ge 2" or "for all nβ‰₯5n \ge 5", start the base case at the smallest valid nn and adjust accordingly. The induction step still goes from kk to k+1k + 1.

Past exam questions, worked

Real questions from past NESA papers on this dot point, with our answer explainer.

2022 HSC Q234 marksProve by mathematical induction that 5nβˆ’15^n - 1 is divisible by 44 for all positive integers nn.
Show worked answer β†’
Base (n=1n = 1)
IMATH_1 , which is divisible by 44. Holds.
Hypothesis
Assume 5kβˆ’15^k - 1 is divisible by 44 for some positive integer kk. So 5kβˆ’1=4M5^k - 1 = 4 M for some integer MM.
Step
Consider 5k+1βˆ’1=5β‹…5kβˆ’1=5(4M+1)βˆ’1=20M+5βˆ’1=20M+4=4(5M+1)5^{k + 1} - 1 = 5 \cdot 5^k - 1 = 5 (4 M + 1) - 1 = 20 M + 5 - 1 = 20 M + 4 = 4(5 M + 1).

This is 44 times an integer, so 5k+1βˆ’15^{k + 1} - 1 is divisible by 44.

Conclusion: By induction, 5nβˆ’15^n - 1 is divisible by 44 for all positive integers nn.

Markers reward each part, the algebraic manipulation that splits off the divisible chunk, and the explicit conclusion.

Related dot points