How to solve number series
Math & LogicFind the pattern in a sequence of numbers and supply the next term.
How to solve these
Mini-lessonA number series hides one rule that turns each term into the next. Find the rule from the gaps between numbers, then apply it one more time.
- 1
Write the gaps between terms
Look at how you get from each number to the next: +3, +6, +12. Seeing the gaps as their own little series is usually where the pattern appears.
- 2
Decide the operation
Steady gaps mean adding or subtracting. Gaps that grow fast mean multiplying. A mix (times 2, then plus 1) is common at higher difficulty, so test 'x then +' if a single step does not fit.
- 3
Apply the rule once more
Once the rule fits every step, use it on the last number to get the answer, then sanity-check it against the options.
Hacks
- If numbers shrink, the rule is subtraction or division. 81, 27, 9, 3 is divide by 3 each time.
- If numbers grow much faster than adding would, suspect multiplication.
- When nothing simple fits, check the gaps-of-the-gaps, or whether two interleaved series are at play.
Avoid these
- Assuming a constant difference when the gaps are actually changing.
- Stopping at the rule and forgetting to do the final step to reach the next term.
Worked examples
Answers shownFollow the steps on real items before you practise.
What number comes next? 2, 5, 11, 23, ?
Answer: D. Here is why:
- Check the gaps: +3, +6, +12. They double, so a single addition is not the rule.
- Test 'times 2 plus 1': 2x2+1=5, 5x2+1=11, 11x2+1=23. It fits every step.
- Apply it once more: 23 x 2 + 1 = 47.
What number comes next? 81, 27, 9, 3, ?
Answer: B. Here is why:
- The numbers shrink fast, so suspect division, not subtraction.
- Check it: 81/3=27, 27/3=9, 9/3=3. The rule is divide by 3.
- Apply it once more: 3 / 3 = 1.
What number comes next? 3, 4, 6, 9, 13, ?
Answer: C. Here is why:
- Write the gaps: +1, +2, +3, +4. They are not equal.
- The gaps themselves go up by 1 each step, so the next gap is +5.
- Apply it: 13 + 5 = 18.