10.1 Number Series
Key Takeaways
- Abstract Reasoning carries about 15% of the PUPCET, and number series are its most predictable item type
- Always compute the differences between consecutive terms first — a constant difference means an arithmetic series
- Constant second differences reveal quadratic-type rules, as in 4, 6, 11, 19, 30 (gaps of 2, 5, 8, 11)
- A series that rises and falls erratically is usually two interleaved series — split the odd and even positions
- Memorize squares to 15² = 225, cubes to 6³ = 216, and primes up to 50 for instant recognition
Why Number Series Matter for the PUPCET
Abstract Reasoning makes up roughly 15% of the PUPCET, and number series items are its most predictable question type. You are shown a row of numbers with one term missing and asked to pick the number that continues the pattern. Because the exam is paper-based, fully multiple-choice, and allows no calculator, these items reward a fast, systematic routine rather than heavy computation. A student who can classify a series within ten seconds banks extra time for the harder Mathematics and Science items.
A number series is a sequence whose terms follow a hidden rule. Your job is to uncover the rule and extend it by one term. Almost every PUPCET number series belongs to one of nine families.
The Nine Pattern Families
| Family | Rule | Example | Next term |
|---|---|---|---|
| Arithmetic | Add a constant | 5, 9, 13, 17, ? | 21 (+4 each step) |
| Geometric | Multiply by a constant | 4, 8, 16, 32, ? | 64 (×2 each step) |
| Increasing differences | Gaps grow by a fixed amount | 2, 3, 5, 8, 12, ? | 17 (gaps 1, 2, 3, 4, 5) |
| Second differences | Gaps of the gaps are constant | 1, 4, 10, 19, 31, ? | 46 |
| Alternating | Two operations take turns | 5, 10, 8, 16, 14, ? | 28 (×2, −2, ×2, −2) |
| Squares or cubes | Terms are n² or n³, sometimes shifted | 2, 5, 10, 17, 26, ? | 37 (n² + 1) |
| Primes | Consecutive prime numbers | 2, 3, 5, 7, 11, ? | 13 |
| Fibonacci-type | Each term is the sum of the two before it | 2, 3, 5, 8, 13, ? | 21 |
| Interleaved | Two independent series woven together | 2, 10, 4, 20, 8, 30, ? | 16 |
The General Solving Procedure
Train yourself to run the same checklist on every item, in this order:
- Compute the differences between consecutive terms. If the differences are constant, the series is arithmetic — add the constant to the last term and you are done.
- Study the differences themselves. If they grow by 1, by 2, or double each step, extend that gap pattern and add the next gap to the last term.
- Compute the second differences (the differences of the differences). A constant second difference signals a quadratic-type rule built on squares.
- Check the ratios by dividing each term by the one before it. A constant ratio means a geometric series.
- Split odd and even positions into two separate rows written one above the other. Interleaved series look chaotic until you do this, then each row becomes tame.
- Compare against known families: squares (1, 4, 9, 16, 25, 36, 49), cubes (1, 8, 27, 64, 125), primes (2, 3, 5, 7, 11, 13, 17), and Fibonacci sums.
Memorize the squares up to 15² = 225 and the cubes up to 6³ = 216 before test day. Recognizing a shifted square like 26 (= 25 + 1) instantly is the single biggest time-saver in this topic.
Worked Examples
Example 1 — Arithmetic
Series: 7, 12, 17, 22, ? Differences: 12 − 7 = 5, 17 − 12 = 5, 22 − 17 = 5. Constant difference of 5, so the rule is add 5. Answer: 22 + 5 = 27.
Example 2 — Geometric
Series: 3, 6, 12, 24, ? Differences (3, 6, 12) are not constant, so check ratios: 6 ÷ 3 = 2, 12 ÷ 6 = 2, 24 ÷ 12 = 2. Constant ratio of 2. Answer: 24 × 2 = 48.
Example 3 — Increasing differences
Series: 10, 11, 13, 16, 20, ? Differences: 1, 2, 3, 4 — growing by 1 each step. The next gap is 5. Answer: 20 + 5 = 25.
Example 4 — Second differences
Series: 4, 6, 11, 19, 30, ? First differences: 2, 5, 8, 11. Second differences: 3, 3, 3 — constant. Extend the first differences: 11 + 3 = 14. Answer: 30 + 14 = 44.
Example 5 — Alternating operations
Series: 4, 8, 6, 12, 10, ? The jumps are ×2, −2, ×2, −2 — two operations taking turns. After 10 comes a ×2 step. Answer: 10 × 2 = 20.
Example 6 — Squares with a shift
Series: 0, 3, 8, 15, 24, ? Differences are 3, 5, 7, 9 — the odd numbers — which strongly suggests squares. Compare with 1, 4, 9, 16, 25: every term is exactly one less than a square. Rule: n² − 1. Answer: 36 − 1 = 35.
Example 7 — Fibonacci-type
Series: 1, 4, 5, 9, 14, ? Test the sum rule: 1 + 4 = 5 ✓, 4 + 5 = 9 ✓, 5 + 9 = 14 ✓. Each term is the sum of the two terms before it. Answer: 9 + 14 = 23.
Example 8 — Interleaved
Series: 3, 20, 6, 15, 12, 10, ? The series bounces up and down, so split positions. Odd positions: 3, 6, 12 — doubling. Even positions: 20, 15, 10 — subtracting 5. The missing term sits in the seventh (odd) position, so double 12. Answer: 24.
Example 9 — Primes
Series: 31, 37, 41, 43, ? Differences are 6, 4, 2 with no clean extension, and the ratios hover near 1. Step back and recognize the list: these are consecutive prime numbers. The next prime after 43 is 47.
Common Traps
- Stopping at the first pattern you see. The gaps 2, 4 could continue as 6 (increasing by 2) or as 8 (doubling). Always verify your rule against at least three known terms before committing.
- Ignoring interleaving. A series that rises and falls erratically, like 5, 30, 10, 25, 15, 20, is almost always two calm series woven together — split before you panic.
- Forgetting shifted squares and cubes. If every term sits one or two units away from a perfect square (2, 5, 10, 17), subtract the shift first, then recognize the family.
Speed Tips
- Jot the differences on your scratch paper instead of computing in your head; written gaps reveal patterns faster.
- Check the families in order of likelihood: arithmetic and increasing-difference series dominate actual exams, so test those first.
- If a series resists all six checklist steps for more than 30 seconds, shade your best guess, mark the item, and return later — pattern insight often arrives on a second look with fresh eyes.
What is the next term in the series 7, 12, 19, 28, 39, ?
Aling Nena records her daily sari-sari store savings in her notebook: ₱3, ₱5, ₱9, ₱17, ₱33. If the pattern continues, how much does she save on the sixth day?