Resources For Teachers For Tutors For Students & Parents Pricing
Year 12 Maths Extension 1 (2027) Proof

Proof of divisibility by induction

20 practice questions 2 video lessons Theory + worked examples

Learn proof of divisibility by mathematical induction for NSW Year 12 Mathematics Extension 1. This method proves that an expression is always divisible by a given number for every positive integer, by checking a base case and then carrying the result to the next case.

You will learn to verify the base case, assume the inductive hypothesis and rearrange the next-case expression to reveal the required factor, then state the conclusion clearly β€” a core divisibility proof regularly tested in the HSC Extension 1 exam.

Practice 20 questions
Practice questions

Every question with a fully worked solution.

Start practising
Watch 2 video(s)
  • Proof by Induction Divisibility proofs Watch
  • Induction Divisibility Watch
Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

Divisibility proofs by induction show that an expression is always a multiple of some number d. This NSW Year 12 Mathematics Extension 1 topic (NESA outcome ME1-12-01) uses the same base case and inductive step, with one key move: rewrite the n=k+1 expression so the n=k assumption appears, then factor out d.

A divisibility proof by induction shows that an expression E(n) is divisible by a fixed integer d for every n from a starting value onwards. "Divisible by d" means E(n)=dΓ—(an integer).

The structure is the same as any induction proof: a base case, an inductive hypothesis (assume E(k)=dM for some integer M), and an inductive step. What is special is the step: you rewrite E(k+1) as a multiple of E(k) plus a multiple of d, then factor d out of the whole thing.

If a claim is only true for odd n (or only even n), the step advances by two β€” from n=k to n=k+2 β€” so it stays within the odd (or even) numbers.

NESA link. Part of the Year 12 Proof by mathematical induction focus area. Outcome ME1-12-01 β€” "uses mathematical induction to prove results involving sums and divisibility" β€” with MAO-WM-01. The syllabus lists the example: prove 3n+7n is divisible by 10 for all odd n (worked in Example 3).

The logic of a divisibility proof by induction Four stages: the base case is divisible by d, assume E of k equals dM, prove E of k plus 1 is d times an integer, and conclude divisibility for all n. Base case E(1) = dM Assume E(k) = dM Prove E(k+1) = dΒ·q Divisible for all n
The base case and step, phrased for divisibility by d.
Splitting the k plus 1 expression E of k plus 1 is split into a multiple of E of k, which equals a times dM, and a multiple of d. Both parts are divisible by d, so the whole is divisible by d. E(k+1) a Γ— E(k) = a Γ— dM multiple of d both parts Γ· d β‡’ E(k+1) Γ· d
Rewrite E(k+1) so both pieces carry a factor of d, then take d out.

To prove E(n) is divisible by d for all nβ‰₯n0:

Base: E(n0)=dΓ—(integer).
Assume: E(k)=dM(M∈Z).
Step: E(k+1)=aE(k)⏟=adM+(multiple of d)⏟=dΓ—(integer).
E(k+1)=aE(k)+dr=d(aM+r)

Useful algebraic moves

SituationRewrite for the step
A power ak+1aβ‹…ak, then substitute ak from E(k)=dM
A difference anβˆ’bnak+1βˆ’bk+1=a(akβˆ’bk)+(aβˆ’b)bk
Only for odd (or even) nstep k→k+2, and prove the correct base case

Key idea. The step only succeeds if the leftover bracket after taking out d is an integer. You must actually use E(k)=dM; restating the claim proves nothing.

How to prove a divisibility result by induction

  1. Test the base case. Substitute the smallest n and check the value is a multiple of d.
  2. Assume the hypothesis. Write E(k)=dM for some integer M β€” and rearrange it (e.g. ak=dM+…) ready to substitute.
  3. Rewrite the step. Express E(k+1) as a multiple of E(k) plus a multiple of d. Substitute E(k)=dM, then factor d out; check the bracket is an integer.
  4. Conclude. State that, by the principle of induction, E(n) is divisible by d for all nβ‰₯n0. (For an odd-only claim, note the step went kβ†’k+2.)
Example 1 β€” A power minus one
Prove 4nβˆ’1 is divisible by 3 for all nβ‰₯1.
Solution

Base case (n=1): 4βˆ’1=3, divisible by 3.

Assume 4kβˆ’1=3M, so 4k=3M+1.

Inductive step:

4k+1βˆ’1=4β‹…4kβˆ’1
=4(3M+1)βˆ’1
=12M+3=3(4M+1)
4k+1-1=3(4M+1)

Divisible by 3, so by induction it holds for all nβ‰₯1.

Example 2 β€” A difference of powers
Prove 8nβˆ’3n is divisible by 5 for all nβ‰₯1.
Solution

Base case (n=1): 8βˆ’3=5, divisible by 5.

Assume 8kβˆ’3k=5M.

Inductive step: split 8β‹…8kβˆ’3β‹…3k as 8(8kβˆ’3k)+5β‹…3k:

8k+1βˆ’3k+1=8(8kβˆ’3k)+5β‹…3k
=8β‹…5M+5β‹…3k
=5(8M+3k)
8k+1-3k+1=5(8M+3k)

Divisible by 5, so by induction it holds for all nβ‰₯1.

Example 3 β€” NESA example (odd n)
Prove 3n+7n is divisible by 10 for all odd n. (A NESA syllabus example for ME1-12-01.)
Solution

Base case (n=1): 3+7=10, divisible by 10.

Assume for odd n=k: 3k+7k=10M.

Inductive step to the next odd value n=k+2:

3k+2+7k+2=9β‹…3k+49β‹…7k
=9(3k+7k)+40β‹…7k
=9(10M)+40β‹…7k
=10(9M+4β‹…7k)
3k+2+7k+2=10(9M+4Β·7k)

Divisible by 10. Since the base case (odd n=1) holds and the step goes odd β†’ odd, by induction it holds for all odd n.

Example 4 β€” A polynomial expression
Prove n3+2n is divisible by 3 for all nβ‰₯1.
Solution

Base case (n=1): 1+2=3, divisible by 3.

Assume k3+2k=3M.

Inductive step: expand (k+1)3+2(k+1) and group the assumption:

(k+1)3+2(k+1)=k3+3k2+3k+1+2k+2
=(k3+2k)+3(k2+k+1)
=3M+3(k2+k+1)
=3(M+k2+k+1)
(k+1)3+2(k+1)=3(M+k2+k+1)

Divisible by 3, so by induction it holds for all nβ‰₯1.

Common pitfalls

Restating instead of using. Write the assumption as E(k)=dM and actually substitute it. Simply repeating the claim for k+1 is not a proof.
The leftover must be an integer. After taking d out of E(k+1), the remaining bracket has to be a whole number β€” otherwise you have not shown divisibility.
Odd or even claims. If the statement is only for odd (or even) n, step from k to k+2, and make sure your base case is odd (or even).
No concluding sentence. Tie the base case and step together and cite the principle of induction.

Frequently asked questions

How do you prove divisibility by induction?

Check the base case is a multiple of d, assume E(k)=dM, then rewrite E(k+1) as a multiple of E(k) plus a multiple of d and factor d out.

What does the assumption E(k) = dM mean?

It says that at n=k the expression is exactly d times some integer M β€” the definition of "divisible by d". You then substitute it in the step.

How do you do induction for all odd n?

Prove the base case at n=1 and make the inductive step go k→k+2, so you move from one odd number to the next. The same trick (step by two) works for all even n.

How do you rewrite a^(k+1) in a divisibility proof?

Write ak+1=aβ‹…ak, then replace ak using the assumption so the inductive hypothesis appears inside the expression.

What is the trick for a^n βˆ’ b^n divisibility?

Split ak+1βˆ’bk+1=a(akβˆ’bk)+(aβˆ’b)bk. The first bracket carries the assumption; the second is a multiple of aβˆ’b.

Is divisibility by induction in the NSW Extension 1 course?

Yes β€” NESA outcome ME1-12-01. A named syllabus example is proving 3n+7n is divisible by 10 for all odd n.