Number Patterns
A number pattern is a sequence built by a fixed rule, and each entry is a term. Spotting the rule lets you extend the sequence or fill a gap, which is the early root of algebraic thinking. The common families: arithmetic patterns add a constant (5, 10, 15, 20 adds 5); geometric patterns multiply by a constant (2, 4, 8, 16 doubles); square numbers come from squaring positions (1, 4, 9, 16, 25 = 1^2, 2^2, 3^2, 4^2, 5^2); triangular numbers add the next counting number each time (1, 3, 6, 10, 15); a Fibonacci-like rule adds the two previous terms (1, 1, 2, 3, 5, 8); and alternating patterns apply two operations in turn. Consecutive numbers sit next to each other with a fixed gap: consecutive natural numbers differ by 1, consecutive even or odd numbers differ by 2, consecutive multiples of k differ by k. Worth remembering: the sum of two consecutive natural numbers is always odd, and the sum of three consecutive natural numbers is always divisible by 3 (since (n-1) + n + (n+1) = 3n). To find a missing term, test for a common difference, then a multiply rule, then position-based or alternating patterns. The classic error is to fix on the first one or two gaps before checking the whole sequence.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Key Concepts — Quick Reference
Place value (base-10 columns and the two values of a digit)
| Ones | 1st place from right = 10^0 = 1 |
|---|---|
| Tens | 2nd place from right = 10^1 = 10 |
| Hundreds | 3rd place from right = 10^2 = 100 |
| Thousands | 4th place from right = 10^3 = 1000 |
| Face value | The digit itself, ignoring position. In 3582 the face value of 8 is 8. |
| Place value | Face value x value of its place. In 3582 the place value of 8 is 8 x 10 = 80. |
Roman numerals and parity rules
| Roman symbols | I = 1, V = 5, X = 10, L = 50, C = 100 |
|---|---|
| Add / subtract rule | Smaller after larger adds (VI = 6); smaller before larger subtracts (IV = 4, IX = 9, XL = 40, XC = 90) |
| Repetition rule | I, X, C repeat up to three times; V and L are never repeated and never subtracted |
| Even number | Ends in 0, 2, 4, 6 or 8; can be written as 2n |
| Odd number | Ends in 1, 3, 5, 7 or 9; can be written as 2n + 1 |