0
0

Missing Term (Formula-Based)

Introduction

In a Missing Term (Formula-Based) series, each term is generated by a clear mathematical formula or rule that may use the term index (n), previous terms, or a combination of operations (powers, factorial, multiplication/addition patterns).

This pattern is important because many exam-style questions hide a compact rule (for example, Tn = n² + 1 or Tn = Tn-1 × n) and ask you to find a missing term by applying that formula.

Pattern: Missing Term (Formula-Based)

Pattern

The key idea: derive or recognise a mathematical formula that produces each term, then apply it to compute the missing value.

Formula (useful forms you may encounter):
Tn = a·n + b - linear formula (arithmetic progression).
Tn = a·r^(n-1) - geometric progression.
Tn = an² + bn + c - quadratic formula (use second differences).
Tn = Tn-1 · f(n) or Tn = Tn-1 + g(n) - recursive/formula-based rules.
When index-based, always try to write the term as a function of n (1,2,3,...).

Step-by-Step Example

Question

Find the missing term: 2, 6, 12, 20, ?, 42.

Solution

  1. Step 1: Observe positions and attempt formulas

    Write positions n = 1,2,3,4,5,6 beneath the terms: 2, 6, 12, 20, ?, 42. Try simple index-based formulas like n², n(n+1), n²+1, etc.
  2. Step 2: Test likely formula n(n+1)

    Compute n(n+1) for n=1..6: 1·2=2, 2·3=6, 3·4=12, 4·5=20, 5·6=30, 6·7=42. These match the known terms.
  3. Step 3: Apply the formula to the missing position

    For n = 5 → 5·6 = 30.
  4. Final Answer:

    30
  5. Quick Check:

    Sequence via n(n+1): 2, 6, 12, 20, 30, 42 → matches given terms around the blank ✅

Quick Variations

1. Index-based polynomials: Tn = an² + bn + c - check second differences.

2. Factorial-like growth: Tn = n! or n! ± k - huge jumps; look for factorial cues.

3. Recursive formulas: Tn = Tn-1 + p(n) or × q(n) - examine relation between consecutive terms.

4. Mixed index + previous-term rules: Tn = n·Tn-1 or Tn = Tn-1 + n², etc.

Trick to Always Use

  • Step 1 → Try index substitution: write term positions (1,2,3, ...) under the series.
  • Step 2 → Test simple forms in order: linear (an+b), product n(n+1), squares/cubes, factorials.
  • Step 3 → If differences are non-constant, compute first and second differences to spot quadratic patterns.
  • Step 4 → For recursive ideas, check ratios or term/previous-term relationships.

Summary

Summary

  • Try expressing terms as a function of their index (n).
  • Use differences (first/second) to detect linear or quadratic rules.
  • Test recursive rules when index-based formulas don't fit.
  • Quick-check your answer by plugging the value back into the identified formula or checking neighbouring terms.

Example to remember: n(n+1) produces 2,6,12,20,30,... - a very common formula-based series.

Practice

(1/5)
1. Find the missing term: 7, 10, 13, ?, 19
easy
A. 16
B. 15
C. 18
D. 14

Solution

  1. Step 1: Observe differences

    10 - 7 = 3, 13 - 10 = 3, 19 - ? should also fit the same gap.
  2. Step 2: Identify the formula

    Constant difference → arithmetic progression with common difference d = 3 (linear formula Tₙ = a₁ + (n-1)d).
  3. Step 3: Apply the rule

    Next term after 13 = 13 + 3 = 16.
  4. Final Answer:

    16 → Option A
  5. Quick Check:

    Sequence with 16: 7,10,13,16,19 → differences all = 3 ✅
Hint: Check first differences; constant difference → arithmetic progression.
Common Mistakes: Assuming a multiplicative rule when differences are constant.
2. Find the missing term: 3, 6, 12, ?, 48
easy
A. 12
B. 24
C. 18
D. 30

Solution

  1. Step 1: Check ratios

    6 ÷ 3 = 2, 12 ÷ 6 = 2, 48 ÷ ? should also equal 2 if geometric.
  2. Step 2: Identify the formula

    Common ratio r = 2 → geometric progression Tₙ = a·r^(n-1).
  3. Step 3: Apply the rule

    Next term after 12 = 12 × 2 = 24.
  4. Final Answer:

    24 → Option B
  5. Quick Check:

    Sequence: 3,6,12,24,48 → each term ×2 ✅
Hint: Test multiplicative ratio (consecutive division) for geometric sequences.
Common Mistakes: Mixing up additive and multiplicative rules.
3. Find the missing term: 2, 5, 10, 17, ?
easy
A. 25
B. 24
C. 26
D. 27

Solution

  1. Step 1: Try index-based formula

    Test n² + 1 for n = 1,2,3,4,...: 1²+1=2, 2²+1=5, 3²+1=10, 4²+1=17.
  2. Step 2: Identify the formula

    So Tₙ = n² + 1 fits the sequence.
  3. Step 3: Apply the rule

    For n = 5 → 5² + 1 = 26.
  4. Final Answer:

    26 → Option C
  5. Quick Check:

    Values: 1²+1,2²+1,3²+1,4²+1,5²+1 → 2,5,10,17,26 ✅
Hint: Try n² ± k or n³ ± k when differences grow non-linearly.
Common Mistakes: Using first differences only - index formulas often use n explicitly.
4. Find the missing term: 6, 11, 18, 27, ?
medium
A. 36
B. 35
C. 40
D. 38

Solution

  1. Step 1: Compute first differences

    11 - 6 = 5, 18 - 11 = 7, 27 - 18 = 9 → D₁ = 5,7,9.
  2. Step 2: Check second differences

    7 - 5 = 2, 9 - 7 = 2 → constant second difference = +2, indicating a quadratic formula Tₙ = an² + bn + c.
  3. Step 3: Extend the difference sequence

    Next first difference = 9 + 2 = 11 → Next term = 27 + 11 = 38.
  4. Final Answer:

    38 → Option D
  5. Quick Check:

    First diffs 5,7,9,11 → terms 6,11,18,27,38 ✅
Hint: If second differences are constant, use quadratic extension (add same increment to first differences).
Common Mistakes: Forcing arithmetic progression when second differences reveal quadratic behavior.
5. Find the missing term: 2, 6, 24, ?, 720
medium
A. 120
B. 144
C. 96
D. 480

Solution

  1. Step 1: Recognise rapid growth

    Sequence grows very fast: 2 → 6 → 24 → ? → 720. Test factorials: 2!=2, 3!=6, 4!=24, 5!=120, 6!=720.
  2. Step 2: Identify the formula

    Terms follow n! starting at n=2 (i.e., T₁=2!, T₂=3!, ...).
  3. Step 3: Apply the rule

    Missing term corresponds to 5! = 120.
  4. Final Answer:

    120 → Option A
  5. Quick Check:

    Factorials: 2!,3!,4!,5!,6! → 2,6,24,120,720 ✅
Hint: For very fast growth, test factorials or powers (n! or n^k).
Common Mistakes: Assuming geometric progression when factorial growth is present.

Mock Test

Ready for a challenge?

Take a 10-minute AI-powered test with 10 questions (Easy-Medium-Hard mix) and get instant SWOT analysis of your performance!

10 Questions
5 Minutes