Aptitude · Foundations
91 is not prime, and knowing why saves you a minute a paper
Before percentages, ratios or interest, every quantitative paper assumes you can classify a number on sight and predict whether a result will be odd or even. Both skills eliminate wrong options without solving anything.
Pick a number and watch the primality test stop early →01 The idea
Three classifications and one habit
An even number is one that 2 divides exactly: 0, 2, 4, 6, 8 and everything ending in those digits. An odd number is one that 2 does not divide. Nothing about that depends on the size of the number, only on its last digit, which is why parity is so cheap to check.
A prime number is one with exactly two factors — 1 and itself. So 2, 3, 5, 7, 11 are prime. Two consequences catch people out. One, 1 is not prime, because it has only one factor. Two, 2 is prime, and it is the only even prime, because every other even number has 2 as a third factor.
The trap is assuming an odd number that looks awkward is prime. 91 looks prime. It is 7 × 13. So does 51, which is 3 × 17, and 87, which is 3 × 29. Placement papers use exactly these numbers, because a student who guesses gets them wrong.
The habit worth building is the opposite of solving: before you calculate an answer, ask what kind of answer it must be. If a question's answer must be even and three of four options are odd, you are finished without arithmetic. That is what the parity rules in section 03 are for.
02 Worked example
Is 91 prime? Four divisions settle it
The point of this example is not the answer but the stopping rule. Most students test far too many divisors, or too few and guess. Determine whether 91 is prime.
Why stop at the square root? Because if 91 had a factor above 9.54, that factor would have to multiply by something below 9.54 to make 91 — and you would already have found the smaller one. Factors come in pairs straddling the root. That is the reason, and it turns primality from an endless check into three or four divisions.
03 The method
The parity rules, and why each one is true
Most students memorise this table and forget it. Each row has a one-line reason, and the reasons are easier to keep than the rows.
| Operation | Result | Why |
|---|---|---|
| Odd ± Odd | Even | (2m+1) ± (2n+1) loses the two 1s, leaving a multiple of 2 |
| Odd ± Even | Odd | The lone +1 survives, so the total cannot be a multiple of 2 |
| Even ± Even | Even | 2m ± 2n = 2(m ± n), still a multiple of 2 |
| Odd × Odd | Odd | (2m+1)(2n+1) = 2(…) + 1 — the +1 × +1 is left over |
| Odd × Even | Even | The even factor contributes a 2 that nothing removes |
| Even × Even | Even | Two factors of 2, so divisible by 4 as well |
| Division | No rule | The result need not even be a whole number, so parity does not apply |
05 Cheat sheet
Foundations on one page
The first three rows are the classifications. The rest is what you use them for, which is eliminating options rather than computing answers.
| Fact | Rule | Watch out for |
|---|---|---|
| Even | last digit in 0 2 4 6 8 | Size is irrelevant — only the last digit |
| Prime | exactly 2 factors | 1 is not prime |
| Only even prime | 2 | Every other even number has 2 as a third factor |
| Primality test limit | test primes up to √n | Factors pair around the root, so above it is wasted work |
| Sum of a list | odd iff an odd count of odds | Even terms never change parity |
| Product of a list | odd iff every factor is odd | One even factor makes it even |
| Division | no parity rule | The answer may not be a whole number at all |
06 Where & why
Where this actually earns marks
None of this is a question type on its own. It is the layer underneath the question types, and it shows up as speed rather than as a topic.
Directly tested, and the square-root stopping rule is the difference between finishing and running out of time.
In ratio, age and coin questions the answer must often be a whole number of a particular parity. Two options usually die immediately.
Every ratio and fraction question needs numbers broken into factors. Recognising 91 as 7 × 13 on sight is what makes cancelling fast.
The families of divisibility rules are built on these classifications, and they are the fastest way to find a factor without dividing.
07 Interview questions
What gets asked about numbers
Nine questions, from the definitions to the reasoning that makes the primality test fast.
Is 1 a prime number?
Is 2 prime? And are there other even primes?
How far do you have to test to decide whether a number is prime?
Why only prime divisors?
Is 91 prime?
Why is odd plus odd always even?
What is the parity of a product, in general?
Why is there no odd-even rule for division?
How does parity actually save time in an exam?
08 Practice problems
Six to sharpen the instinct
Do these without a calculator. Most are about deciding quickly rather than computing carefully.