Number & letter series

RoadmapsAptitude

Mental model

Every series is driven by a hidden rate of change.

Slowly growing series are additive, rapidly growing series are multiplicative/exponential, and erratic series are actually two interwoven series.

Method

  1. Examine the overall rate of growth between terms to identify the likely mathematical driver (addition for slow growth, multiplication/squares for rapid growth).
  2. Write down the first-level differences (the gap between consecutive terms) to expose hidden additive patterns.
  3. If the first-level differences don't reveal a clear pattern, calculate the second-level differences (the gap between the gaps).
  4. For letter series, immediately convert all letters to their alphabetical numerical equivalents (A=1, B=2 ... Z=26) and treat it as a standard number series.
  5. Apply the validated mathematical operation or difference pattern to the last known term to compute the missing term.

Worked example

Problem: Find the next number in the series: 2, 5, 11, 23, 47, ?

  1. Check rate of growth: The numbers roughly double each step, suggesting a multiplicative rule or rapidly growing additive rule.
  2. Find first-level differences: 5-2=3, 11-5=6, 23-11=12, 47-23=24.
  3. Analyze differences: The sequence of gaps is 3, 6, 12, 24. These differences are doubling at each step.
  4. Predict next difference: The next gap should be 24 * 2 = 48.
  5. Apply to last known term: Add the next gap to the last term: 47 + 48 = 95.

Answer: 95

Common mistakes

Glossary

multiplicative
Using multiplication to increase or decrease numbers.
interwoven
Mixed together so that two different patterns look like a single complicated one.
additive
Using addition to increase numbers step-by-step.

Recall questions

Questions & answers

Find the missing term: B, E, H, K, ?

N

Approach: Convert to numbers: 2, 5, 8, 11. Difference is +3. Next is 14, which maps to N.

Find the next number: 1, 4, 9, 16, 25, ?

36

Approach: Recognize the direct pattern of perfect squares: 1^2, 2^2, 3^2, 4^2, 5^2. Next is 6^2 = 36.

Return to Aptitude Roadmap