Even & Odd Numbers
Even numbers end in 0, 2, 4, 6, or 8 and divide exactly by 2 without remainder. Odd numbers end in 1, 3, 5, 7, or 9 and always leave a remainder of 1 when divided by 2. This fundamental classification appears throughout Key Stage 1 and forms the foundation for understanding divisibility, patterns, and number properties in later mathematics.
Why it matters
Even and odd numbers appear constantly in real-world situations. Bus routes often run every 2 minutes (even intervals), whilst football matches have 22 players (an even number ensuring equal teams). Shop prices like £3.99 use odd numbers to appear smaller. In mathematics, understanding even and odd properties helps solve problems about divisibility by 2, identify patterns in sequences, and predict outcomes in algebra. The concept supports Year 2 number work and builds toward GCSE topics like modular arithmetic and proof techniques. Programmers use even-odd tests to create alternating patterns in code, whilst statisticians rely on these classifications when analysing data sets with thousands of values.
How to solve even & odd numbers
Even & Odd Numbers
- Even numbers end in 0, 2, 4, 6, or 8. They divide exactly by 2.
- Odd numbers end in 1, 3, 5, 7, or 9.
- Even + even = even. Odd + odd = even. Even + odd = odd.
- Even × any = even. Odd × odd = odd.
Example: 14 is even (ends in 4). 23 is odd (ends in 3).
Worked examples
Which of these are odd? 6, 7, 10
Answer: 7
- Check each number → 6=even, 7=odd, 10=even — Odd numbers have a remainder of 1 when divided by 2.
How many even numbers? 3, 22, 13, 17, 21, 18
Answer: 2
- Check each number and count the even ones → 2 even numbers — Even numbers in the list: 18, 22. That is 2.
List all odd numbers between 21 and 29.
Answer: 21, 23, 25, 27, 29
- Go through each number from 21 to 29 → Check numbers 21 to 29 — An odd number is not divisible by 2. It ends in 1, 3, 5, 7, or 9.
- List all odd numbers in the range → 21, 23, 25, 27, 29 — The odd numbers between 21 and 29 are: 21, 23, 25, 27, 29.
Common mistakes
- Confusing zero's classification: 0 is even (ends in 0), not odd, yet some classify it incorrectly as odd.
- Misapplying addition rules: calculating 7 + 9 = 16 correctly but incorrectly stating that odd + odd = odd instead of even.
- Looking only at the first digit: identifying 31 as odd because it starts with 3, rather than checking the units digit.