Welcome! Today we're tackling Picking the Divisor and Knocking Out Cases — the skills that turn the four-step template into a real problem-solving tool.
Here's the thing — most questions don't just say "list all forms."
They say things like:
That means you need two additional skills:
| Skill | What it means |
|---|---|
| Picking the divisor | Figuring out what number to divide by |
| Knocking out cases | Proving why certain remainders can be thrown out |
Let's build both.
By the end of this section, you'll know exactly how to choose your divisor and eliminate the cases that don't apply.
The proof template says 'choose a divisor' as step 1 — but how do you know which divisor to choose?
It turns out the question itself tells you, if you know where to lookkey.
When a question says 'show that every positive integer is of the form , , or ,' the forms all involve .
When a question says 'show that every positive odd integer is of the form or ,' the forms involve .
Key insight: The coefficient of in the given forms tells you the divisor to use.
A question asks you to show that certain integers are of the form , , or .
What divisor should you use in the division lemma, and how many total cases will you need to list before you start eliminating?
Here's the rule for picking the divisor: look at the coefficient of (or , or whatever variable the question uses) in the target form.
The divisor is always this coefficient.
Why does this work? Because when you write , the number in front of is literally the divisor in the division lemma. It's not a coincidence — it's built into the structure of the equation!
For the question about , , : the coefficient is 6, so divide by 6divisor. This gives 6 total cases — one for each remainder .
⚠️ A common mistake: thinking the divisor is the number of target forms (here, 3wrong! because there are three forms listed).
But the divisor comes from the coefficient, not the count.
In forms like , , , the coefficient of is 6divisor — so the divisor is 6, giving us 6 cases to start with (remainders 0, 1, 2, 3, 4, 5).
Good — you can pick the right divisor.
But the question only asks you to show three of the six forms are valid for odd integers.
That means three forms need to be eliminated, and 'it's obviously even' isn't enough. You need algebra.
Here's where we are:
You're proving: 'Every positive odd integer is of the form or .'
You've applied the division lemma with divisor 4 and listed four forms:
Your task ✍️
Which of the four forms must be eliminated, and why?
For each form you eliminate, write the algebraic factorisation that proves it is even.
To prove a form is even, you need to show it can be written as (something).
That's your test — if you can factor out a , it's even. If you can't, it's odd.
Let's check each of the four forms systematically:
4m: Is this even?
Yes — it's 2 times . Even. Eliminate.out
4m + 1: Can we write this as 2 times something?
The leftover 1 means it's odd. Keep.
4m + 2: Is this even?
Yes — it's 2 times . Even. Eliminate.
4m + 3:
Odd. Keep.✓
So we eliminate and , keeping and .
The conclusion: Since every integer is one of these four forms (by the division lemma) and two are even, every ODD integer must be one of the remaining two:
The algebraic factorisation is what earns the marks.
You can eliminate with divisor 4. Now let's scale up — more cases to manage, more factorisations to write.
The logic is identical, but the bookkeeping gets more involved.
Consider the claim: 'Every positive odd integer is of the form , , or .'
You've chosen divisor 6 and listed all six forms:
Complete the proof.
For each form you eliminate, show the factorisation.
For each form you keep, briefly explain why it's oddgoal.
Let's work through all six forms systematically. The test: can you write the form as (a whole number)?
. Even — the factor of 2 is clear. Eliminate.
. You can pull out a 2 from the part, but you're left with a leftover that won't divide by 2. So this is odd. Keep.
6m + 2 = 2(3m + 1). Even — factor the whole thing by 2. Eliminate.
6m + 3 = 2(3m + 1) + 1. The 6m + 2 part is even, and adding 1 makes it odd. Keep.
6m + 4 = 2(3m + 2). Even. Eliminate.
6m + 5 = 2(3m + 2) + 1. Odd. Keep.
Pattern: Every even remainder (0, 2, 4) gives an even form, and every odd remainder (1, 3, 5) gives an odd form.
Makes sense — adding an even number to an even number () keeps it even, and adding an odd number makes it odd.
Conclusion: Three forms eliminated (, , ), three kept (, , ).
Since the division lemma guarantees every integer is one of the six forms, and three of them are even, all odd integers must be among the remaining three: , , or .
There's a common detour students take on these problems — one that's technically correct but makes the proof much harder than it needs to be.
Recognising this trap saves time and frustration.
Here's the scenario:
A student sees the question:
'Show that every positive odd integer is of the form or .'
They immediately write:
...and then try to work from there to get forms involving .
Think about this approach 🤔
What's wrong with this approach? Will it eventually work? And why is dividing by 4 directly a better starting point?
Starting with isn't wrong — every odd number can be written this way. The problem is that it doesn't get you to forms involving . You'd need a second division step.
Here's what happens: you write , and then you realise you need to know what form takes. So you apply the division lemma to with divisor 2: where or .
If :
If :
You get the right answer, but through two applications of the lemma.
Compare this to dividing by 4 directly: one step gives you , , , , and you eliminate the even ones. Same result, half the work.
The takeaway: When a problem asks for forms involving a specific number (like ), use that number as your divisor right from the start. Don't take a detour through and then split again — go straight to the source!
The lesson: when the target form involves , divide by straight away.
Don't start with a smaller divisor and work up — you're just making extra work for yourself.
Rule of thumb: Look at the question. See ? Divide by 4. See ? Divide by 6. Match the divisor to the target form.