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.
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 n² 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 n³. 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).
The harder format: a sequence is given in full but one number is incorrect.
Step-by-step:
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.
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.
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).
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).
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).
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).
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).
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.
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.
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.
Solving path: Recognise 1, 4, 9, 16, 25 as 1², 2², 3², 4², 5². Next is 6² = 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.
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.
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.
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.
Jumping to the answer before identifying the rule. When you see 4, 12, 36, 108, it is tempting to just pick 324 because it "looks right". Always verify: 4×3=12 ✓, 12×3=36 ✓, 36×3=108 ✓. Skipping verification gets you burned on traps where two options are "reasonable".
Confusing AP and GP when terms grow fast. If a series grows rapidly (doubles, triples), check ratios — not differences. Checking differences on a GP gives you messy, escalating numbers that mislead you into thinking it is a two-step rule when it is actually simple GP.
Forgetting that perfect square series can be descending. 100, 81, 64, 49... the brain expects series to go up. When it goes down, some candidates start looking for subtracted differences (100−81=19, 81−64=17, 64−49=15 — differences go down by 2). Both approaches give the same answer here, but recognising "these are squares counting down from 10" is faster.
In wrong-number series: doubting the first two terms. The setter almost always keeps the first term correct and uses it as the anchor. If you doubt term 1, you will re-derive the rule from scratch three times and waste 90 seconds. Trust terms 1, 2, and 3 unless all three disagree with each other.
Letter series: not converting to numbers first. Candidates try to "feel" the alphabetical gap between letters directly. This works for simple +2 or +3 gaps but fails immediately for patterns like triangular numbers or Fibonacci in letter form. Convert A→1, B→2, etc. always.
Using the wrong operation in two-step rules. In 3, 7, 15, 31, the rule is ×2+1. A common mistake is assuming it is +4, +8, +16 (which also works for 3→7→15→31 but gives a different next term: 31+32=63 vs 31×2+1=63 — they agree here, but this coincidence does not hold in all questions). When two rules seem to fit the given terms, test one more step backward or check all available terms to break the tie.