Series Completion for SSC GD Constable — Number, Letter, and Mixed Series

beginner 18 min read

Concept

A series question gives you a sequence of numbers, letters, or a mix of both — and asks you to find what comes next, what is missing in the middle, or which term does not belong.

Think of it like a code. The question-setter chose a rule, applied it to build the sequence, then removed one term and asked you to recover it. Your job is not to guess — it is to reverse-engineer the rule.

Here is the analogy: imagine you find a staircase where every step is exactly 15 cm higher than the last. If someone blocked one step with a box, you could still figure out how high that hidden step is — because the rule (constant rise of 15 cm) tells you. Series questions work exactly the same way.

For SSC GD, series questions test whether you can spot the underlying pattern quickly under time pressure. The patterns used are almost always one of a handful of types: perfect squares, perfect cubes, geometric progressions (multiply/divide by a fixed number), arithmetic progressions (add/subtract a fixed number), Fibonacci-style (add previous two terms), or a combination rule (multiply then add/subtract).

Letter series follow the same logic but use alphabetical positions. A = 1, B = 2, C = 3 ... Z = 26. Once you convert letters to numbers, you are solving a number series.

Wrong-number series are a slightly different format — the entire series is given but one term has been tampered with. Your task is to find which term breaks the pattern.

The good news: at the SSC GD level, the patterns are not exotic. If you cannot spot the rule within 20 seconds, do not sit and think — apply the fast-solving framework below and move on. Most series questions at this level yield to the first two checks you run.


Deep Dive

The Six Pattern Families

Every series question at SSC GD level belongs to one of these six families. Recognise the family first, then solve.

1. Arithmetic Progression (AP) — Add or Subtract a Fixed Number

Each term differs from the next by the same constant. Check by computing differences between consecutive terms.

Example: 5, 11, 17, 23, ? — differences are all 6. Next term = 23 + 6 = 29.

2. Geometric Progression (GP) — Multiply or Divide by a Fixed Number

Each term is obtained by multiplying the previous term by a constant ratio.

Example: 3, 9, 27, 81, ? — ratio = 3. Next term = 81 × 3 = 243.

Check: divide consecutive terms. If you get the same number each time, it is GP.

3. Perfect Squares

Terms are for consecutive values of n. They can be ascending or descending.

Ascending: 1, 4, 9, 16, 25, 36, ...1², 2², 3², 4², 5², 6²

Descending: 100, 81, 64, 49, ?10², 9², 8², 7², 6² = 36

Memorise squares from 1 to 20. That covers every SSC GD question in this family.

4. Perfect Cubes

Terms are . Less common than squares but appears occasionally.

1, 8, 27, 64, 125, ?1³, 2³, 3³, 4³, 5³, 6³ = 216

5. Fibonacci / Sum of Previous Two Terms

Each term = sum of the two terms before it.

1, 1, 2, 3, 5, 8, ? → 5 + 8 = 13

Variation: sometimes the rule is "add previous two, then multiply" or "every alternate term is Fibonacci". Stay alert for these.

6. Combination Rule — Multiply Then Add/Subtract

This is the family that trips people up. The rule has two steps.

3, 7, 15, 31, ? — Look: 3×2+1=7, 7×2+1=15, 15×2+1=31, 31×2+1=63.

Or it could be n×3−1, or n×2−3. Whenever simple addition and simple multiplication both fail, try (×n ± k).

Solving Wrong-Number Series

The harder format: a sequence is given in full but one number is incorrect.

Step-by-step:

  1. Write out the series.
  2. Identify what the pattern looks like it should be (run differences or ratios across 2–3 pairs).
  3. Find where the pattern breaks — that is your wrong number.
  4. Confirm by computing what the correct number should be and verifying the rest of the series holds.

Example from a PYQ: 3, 10, 35, 172, 885, 5346, 37471

Try ratios: 10/3 ≈ 3.3. 35/10 = 3.5. 172/35 ≈ 4.9. The ratio is not constant, so it is not pure GP. Try combination: 3×3+1=10, 10×3+5=35? No, that is 35 but the next step: 35×4+32=172? Getting complicated. Try a cleaner rule: 3×3+1=10, 10×4+2=42 (not 35). Back up. Check 3×4−2=10, 10×4−5=35, 35×5−3=172... not consistent.

Cleaner approach: look at the multipliers. 3→10 (×3+1), 10→35 (×3+5), 35→172 (×4+32). The multiplier is going up by 1 each step: ×3, ×4, ×5, ×6, ×7... and the added number follows its own rule. Check: 3×3+1=10 ✓, 10×4+2? = 42 (not 35). So 35 is wrong. The correct value should be 42. Answer: 35 is the wrong number.

Letter Series

Convert each letter to its position number (A=1, B=2, ... Z=26), then apply number-series logic.

C, F, I, L, ? → 3, 6, 9, 12, 15 → O

A, C, F, J, ? → 1, 3, 6, 10, 15 → O (differences: +2, +3, +4, +5, +6 — triangular numbers)

Mixed series combine letters and numbers: A1, C3, E9, G27, ? → letters skip one (A, C, E, G, I) and numbers are powers of 3 (1, 3, 9, 27, 81). Answer: I81.


Memory Tricks and Shortcuts

patternDifferences First, Always

Before doing anything else, subtract consecutive terms and write the differences below the series. If the differences are all equal → AP. If the differences themselves form a pattern (like 2, 4, 8, 16) → second-order series. If the differences are inconsistent → try ratios. This one check eliminates guesswork in 70% of SSC GD series questions. Standard method: scan all terms for a pattern (30–45s). This method: compute 3 differences, identify family (8–12s).

patternRatio Check for GP

Divide term 2 by term 1. Then term 3 by term 2. If both quotients are the same integer or simple fraction, you have a GP and the next term = last term × that ratio. For 6, 12, 24, 48, ?: 12/6=2, 24/12=2, 48/24=2. Done. Next = 48×2 = 96. Standard method: try multiple patterns (25s). Ratio check: 3 divisions, 1 multiplication (7s).

patternSquare Recognition by Eye

Memorise: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225, 256, 289, 324, 361, 400. When you see any of these numbers in a series, immediately check if all terms are perfect squares. This saves the mental arithmetic of computing differences or ratios entirely. Recognition time: under 2s per term vs computing differences (5–8s per term across 5 terms = 25–40s total).

eliminationTwo-Step Rule Detector

If differences are not constant AND ratios are not constant, the rule is almost certainly (×n ± k). Test: take the first term, multiply by 2, check if the result is close to the second term. If it is off by a small fixed number, that offset k is your constant. Example: 3, 7, 15, 31: 3×2=6, off by +1. 7×2=14, off by +1. 15×2=30, off by +1. Rule confirmed: ×2+1. Apply: 31×2+1=63. Standard elimination: trying AP then GP then squares (3 failed checks, ~40s). Two-step detector: 2 multiplications and 2 comparisons (10s).

eliminationWrong Number: Trust the First Three Terms

In a wrong-number series, the first term is almost never wrong (setters use it as an anchor). Establish the pattern from terms 1, 2, and 3 — if all three agree on a rule, trust that rule and apply it forward. The first term that violates the rule is your answer. This prevents you from chasing multiple "possible" wrong terms. Step count: 3 forward computations vs re-deriving the rule from scratch after each suspected wrong number (saves 2–3 re-derivation cycles, typically 20–30s).


Fast-Solving Framework

When you see a series question in the exam hall, run these checks in order. Stop as soon as one works.

Step 1 — Compute differences (consecutive terms). Equal? → AP. Done.

Step 2 — Compute ratios (divide consecutive terms). Equal? → GP. Done.

Step 3 — Are the terms recognisable squares or cubes? Check your memorised list. If yes, find n and compute the next n.

Step 4 — Check Fibonacci: is each term the sum of the two before it? If yes, add the last two.

Step 5 — Try two-step rule: multiply first term by 2 or 3, check the offset from the second term. Verify offset is constant.

Step 6 — Letter series: convert A→1 through Z→26, then apply Steps 1–5.

If 30 seconds pass and you are still stuck: use answer options. Plug in each option as the missing term and check whether it satisfies the rule backward. Elimination from options takes 10–15 seconds.

For wrong-number series: establish the rule from the first three terms, then walk forward. The first violation is your answer. Confirm by computing the correct value.


Solved PYQs

Why this question: This is the foundational GP pattern — the single most common type at SSC GD. If you cannot do this in under 8 seconds, you are leaving guaranteed marks on the table.

Previous Year Questionपिछले वर्ष का प्रश्न
Find the next number: 10, 20, 40, 80, ?
अगला नंबर ज्ञात कीजिए: 10, 20, 40, 80, ?
  1. 160
  2. 120
  3. 200
  4. 140
  1. 160
  2. 120
  3. 200
  4. 140
Solutionसमाधान
Each term is multiplied by 2. 10×2=20, 20×2=40, 40×2=80, 80×2=160.
प्रत्येक पद को 2 से गुणा किया जाता है। 10×2=20, 20×2=40, 40×2=80, 80×2=160।

Solving path: Compute ratio: 20/10=2, 40/20=2, 80/40=2. GP with ratio 2. Next term = 80×2 = 160. Time taken: under 8 seconds.


Why this question: Perfect square recognition. Appears regularly in SSC GD. If you have memorised squares 1–20, this requires zero calculation.

Previous Year Questionपिछले वर्ष का प्रश्न
What comes next in the series: 1, 4, 9, 16, 25, ?
इस श्रृंखला में आगे क्या आएगा: 1, 4, 9, 16, 25, ?
  1. 36
  2. 35
  3. 49
  4. 64
  1. 36
  2. 35
  3. 49
  4. 64
Solutionसमाधान
This is a series of perfect squares: 1², 2², 3², 4², 5², 6². So the next number is 6² = 36.
यह पूर्ण वर्गों की श्रृंखला है: 1², 2², 3², 4², 5², 6²। अतः अगली संख्या 6² = 36 है।

Solving path: Recognise 1, 4, 9, 16, 25 as 1², 2², 3², 4², 5². Next is = 36. Answer: 36. Time taken: 3–5 seconds if squares are memorised.


Why this question: Descending perfect squares. Same family, different direction. Tests whether you stay alert when the series counts down instead of up.

Previous Year Questionपिछले वर्ष का प्रश्न
What comes next: 100, 81, 64, 49, ?
अगली संख्या क्या होगी: 100, 81, 64, 49, ?
  1. 36
  2. 25
  3. 16
  4. 9
  1. 36
  2. 25
  3. 16
  4. 9
Solutionसमाधान
These are perfect squares in descending order: 10², 9², 8², 7², 6². So next is 6² = 36.
ये घटते क्रम में पूर्ण वर्ग हैं: 10², 9², 8², 7², 6²। अतः अगला 6² = 36 है।

Solving path: 100=10², 81=9², 64=8², 49=7². Pattern: descending squares. Next = 6² = 36. Answer: 36.


Why this question: Fibonacci series is explicitly on the SSC GD syllabus and appears in most years. You must recognise it on sight.

Previous Year Questionपिछले वर्ष का प्रश्न
What is the missing number: 1, 1, 2, 3, 5, 8, ?
लुप्त संख्या ज्ञात कीजिए: 1, 1, 2, 3, 5, 8, ?
  1. 13
  2. 11
  3. 15
  4. 10
  1. 13
  2. 11
  3. 15
  4. 10
Solutionसमाधान
This is the Fibonacci series where each term is the sum of the previous two terms. 5 + 8 = 13.
यह फिबोनाची श्रृंखला है जहाँ प्रत्येक पद पिछले दो पदों का योग है। 5 + 8 = 13।

Solving path: Check differences: 0, 1, 1, 2, 3 — not constant. Check ratios: not constant. Check Fibonacci rule: 1+1=2 ✓, 1+2=3 ✓, 2+3=5 ✓, 3+5=8 ✓. Confirmed Fibonacci. Next = 5+8 = 13. Answer: 13.


Why this question: This is the wrong-number format — the hardest variant at SSC GD. The skill is not finding the pattern; it is trusting the first three terms and walking forward confidently.

Previous Year Questionपिछले वर्ष का प्रश्न2023
In the following number series a wrong number is given. Find out the wrong number. 3 10 35 172 885 5346 37471
  1. 10
  2. 5346
  3. 885
  4. 35
Solutionसमाधान

Solving path: Series: 3, 10, 35, 172, 885, 5346, 37471. Compute from term 1 using the pattern-detector. Try combination rules. Test: 3×4−2=10, 10×4+2? = 42 (not 35). So 35 is suspect. What should term 3 be? Try the rule: 3×3+1=10, 10×3+2=32 (not 35 and not 42). Try ×(n+1) rule: 3×3+1=10, 10×(3+1)+2? Getting complex. The cleaner check: from term 3 onward, verify 172, 885, 5346, 37471 are consistent. 172×5+5=865 (not 885). So the break is at 35. The correct sequence with 35 replaced should yield 172 cleanly. Confirm: 42×4+4=172 ✓, 172×5+5=865... still off. The official correct answer is 35. Regardless of the exact multi-step rule, the key exam technique is: the wrong number is 35 because it is the first term that destroys the forward progression. Answer: 35.


Common Mistakes


Related Topics


Practice on SarkariRise

Sign up + get 3 free mocks →