Skip to main content
ExamExplained
NSW · Maths Extension 1
Maths Extension 1 study scene
§-Syllabus dot point
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 four-part structure, the add-and-subtract trick that rewrites the n = k + 1 expression in terms of the n = k case plus a divisible chunk, the multiplier method for exponentials, and fully worked proofs including a mixed-base example and divisibility by a composite number.

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 use induction to prove that an expression E(n)E(n) built from an integer parameter nn is always divisible by a fixed integer dd, for every positive integer nn. The work is concentrated in the inductive step, where the whole game is to rewrite E(k+1)E(k + 1) so that one piece is the E(k)E(k) the hypothesis already controls and the rest is visibly a multiple of dd. Saying "it is divisible because the hypothesis says so" is not enough; you have to display the factor of dd explicitly.

The answer

What "divisible by dd" means in a proof

Divisibility is the statement that E(n)E(n) is an exact multiple of dd, written E(n)=d×(integer)E(n) = d \times (\text{integer}). Translating the word "divisible" into that algebraic form is the single most important move, because it gives you something concrete to work with. So the hypothesis is never just "assume E(k)E(k) is divisible by dd"; it is "assume E(k)=dME(k) = d M for some integer MM", and the goal of the step is to reach "E(k+1)=d×(some integer)E(k + 1) = d \times (\text{some integer})".

The four-part structure

To prove E(n)E(n) is divisible by dd for all positive integers nn, follow the same four parts as every other induction:

  1. Base case: verify E(1)E(1) is divisible by dd by direct substitution, showing the actual multiple.
  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, by writing it in a form that uses E(k)=dME(k) = d M 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 add-and-subtract trick (the core technique)

The add-and-subtract trick is the reliable way to manufacture the E(k)E(k) chunk inside E(k+1)E(k + 1). You start from E(k+1)E(k + 1), and you add and subtract whatever is needed to make E(k)E(k) appear, so that the expression splits into "E(k)E(k)" plus "a leftover", and you then check the leftover is a multiple of dd. Because you add and subtract the same quantity, you have changed nothing, only the grouping.

The classic illustration is an1a^n - 1 being divisible by a1a - 1. Step the power up by writing ak+1=aaka^{k + 1} = a \cdot a^k, then add and subtract aa so that ak1a^k - 1 appears:

ak+11=aak1=aaka+a1=a(ak1)+(a1).a^{k + 1} - 1 = a \cdot a^k - 1 = a \cdot a^k - a + a - 1 = a(a^k - 1) + (a - 1).

The first piece a(ak1)a(a^k - 1) contains ak1=E(k)a^k - 1 = E(k), which the hypothesis says is a multiple of a1a - 1; the second piece is a1a - 1 itself, plainly a multiple of a1a - 1. The sum of two multiples of a1a - 1 is a multiple of a1a - 1, so E(k+1)E(k + 1) is too. That single identity is worth memorising as the template.

The multiplier method for exponentials

For an expression with a single exponential like 5n5^n, the fastest route is the multiplier method: pull out one factor of the base to step the exponent up, then substitute the hypothesis. From E(k)=5k1=4ME(k) = 5^k - 1 = 4M, rearrange to 5k=4M+15^k = 4M + 1, then

5k+11=55k1=5(4M+1)1=20M+4=4(5M+1).5^{k + 1} - 1 = 5 \cdot 5^k - 1 = 5(4M + 1) - 1 = 20M + 4 = 4(5M + 1).

The factor of 44 is now explicit. The same idea handles a2na^{2n} by writing a2(k+1)=a2a2ka^{2(k + 1)} = a^2 \cdot a^{2k}, and so on.

Two exponentials: split the larger base

When the expression has two different bases, such as 7n3n7^n - 3^n divisible by 44, neither one alone matches the hypothesis. The trick is to write the larger base as "smaller base plus the difference": here 7=4+37 = 4 + 3, so 77k=(4+3)7k=47k+37k7 \cdot 7^k = (4 + 3)7^k = 4 \cdot 7^k + 3 \cdot 7^k. The 37k3 \cdot 7^k then pairs with 33k-3 \cdot 3^k to rebuild 3(7k3k)=3E(k)3(7^k - 3^k) = 3 E(k), and the 47k4 \cdot 7^k is an obvious multiple of 44. This is the add-and-subtract idea wearing different clothes.

A different starting integer

If the statement says "for all n2n \ge 2" or "for all n0n \ge 0", start the base case at the smallest valid nn and run the step from there. The inductive step still goes from kk to k+1k + 1 exactly as before; only the base value changes.

How exam questions ask about divisibility

  • "Prove that E(n)E(n) is divisible by dd for all positive integers nn": the standard wording. Use the four parts; write the hypothesis as E(k)=dME(k) = d M.
  • "Show that dE(n)d \mid E(n)" or "... is a multiple of dd": identical task in different notation; dE(n)d \mid E(n) just means dd divides E(n)E(n).
  • "Prove that E(n)E(n) is even / odd": divisibility by 22. "Even" means E(k)=2ME(k) = 2M; "odd" means E(k)=2M+1E(k) = 2M + 1.
  • "Hence show that E(n)E(n) is divisible by dd" after an earlier algebra part: the earlier part usually hands you the factorisation you need for the step.
  • "Prove E(n)E(n) is divisible by 1212" (a composite): the method is unchanged; aim to display a factor of 1212. Sometimes it is easier to show divisibility by 33 and by 44 separately, but in HSC you can usually reach a factor of 1212 directly.

Edge cases and what-ifs

  • Composite divisors. For divisibility by a composite such as 66 or 1212, you can either reach the factor directly, or, if the algebra resists, prove divisibility by the coprime factors separately (for 66, by 22 and by 33) and combine. In HSC the direct factor is almost always reachable.
  • Using a consecutive-integer fact. Some proofs finish faster by noting that a product of consecutive integers is divisible by a small number, for example k(k+1)k(k + 1) is always even, so 3k(k+1)3k(k + 1) is divisible by 66. State the fact you are using.
  • Base case not at n=1n = 1: When the claim starts at n=0n = 0 or n=2n = 2, verify the base there. Everything else is identical.
  • Negative or zero multiples. A multiple of dd may be 00 (as in n3nn^3 - n at n=1n = 1) or negative; both still count as divisible. Do not be thrown if the base-case value is 00.

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 Q234 marksProve by mathematical induction that 5n15^n - 1 is divisible by 44 for all positive integers nn.
Show worked answer →
Base (n=1n = 1)
511=45^1 - 1 = 4, which is divisible by 44. Holds.
Hypothesis
Assume 5k15^k - 1 is divisible by 44 for some positive integer kk. So 5k1=4M5^k - 1 = 4 M for some integer MM.
Step
Consider 5k+11=55k1=5(4M+1)1=20M+51=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+115^{k + 1} - 1 is divisible by 44.

Conclusion: By the principle of mathematical induction, 5n15^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.

ExamExplained