A letter series question gives you a sequence of letters, letter-clusters, or a mix of letters and numbers, with one term missing. Your job is to identify the rule governing the sequence and apply it once to find the missing term.
Think of the English alphabet as a numbered ruler — 26 positions, A=1 through Z=26. Every letter series question is really asking: what arithmetic operation connects consecutive positions? Once you see it as a number problem dressed in letter clothes, the whole chapter clicks.
Here is the analogy that works best: imagine a clock face, but with 26 slots instead of 12. When you go past Z (position 26), you wrap around to A (position 1) and keep counting. So if you are at Y (position 25) and the rule says +3, you land at B (position 2), not some imaginary letter. This wrap-around behavior is where most candidates lose marks — they forget the alphabet is circular, not linear.
The three main types you will see in SSC MTS:
Single-letter series — one letter per term, like J, O, T, Y, D, ?. Find the gap between consecutive positions and extend.
Letter-cluster series — groups of 2, 3, or 4 letters per term, like CNT, FQU, ITV, LWW, ?. Each position within the cluster follows its own independent rule. Track position-1, position-2, and position-3 separately.
Alphanumeric series — letters and numbers mixed, or pure number sequences appearing in reasoning papers. The number pattern and letter pattern run in parallel tracks.
The skill being tested is not memorization — it is how fast you can assign positions, compute differences, and spot whether the gap is constant, alternating, or follows some other simple pattern. At the SSC MTS level, patterns are always one of: constant gap, alternating gaps, or a small fixed step applied to each slot of a cluster independently.
Before anything else, fix these anchor points in memory:
| A=1 | F=6 | K=11 | P=16 | U=21 | |-----|-----|------|------|------| | B=2 | G=7 | L=12 | Q=17 | V=22 | | C=3 | H=8 | M=13 | R=18 | W=23 | | D=4 | I=9 | N=14 | S=19 | X=24 | | E=5 | J=10 | O=15 | T=20 | Y=25 | | | | | | Z=26 |
You do not need to memorize all 26. Memorize the multiples-of-5 anchors: E=5, J=10, O=15, T=20, Y=25. From any of these, you can reach any nearby letter in one small mental step.
Step 1: Convert each letter to its position number.
Step 2: Find the difference between consecutive terms.
Step 3: If the difference is constant, apply it once more. If differences alternate (say, +2, +4, +2, +4), continue the pattern.
Step 4: Convert back to a letter, applying wrap-around if needed (position > 26 → subtract 26; position ≤ 0 → add 26).
Example: J, O, T, Y, D, ? Positions: 10, 15, 20, 25, 4, ? Differences: +5, +5, +5, +5 — clearly constant. Next position: 4 + 5 = 9 → I
The wrap-around happened between Y (25) and D (4): 25 + 5 = 30, 30 − 26 = 4. Did you catch it? Most candidates write 30 and panic. Just subtract 26.
This is where SSC MTS questions get slightly harder. A cluster series like CNT, FQU, ITV, LWW, ? looks intimidating until you split it into columns:
| Position | Term 1 | Term 2 | Term 3 | Term 4 | Term 5 | |----------|--------|--------|--------|--------|--------| | Column 1 | C(3) | F(6) | I(9) | L(12) | ?(?) | | Column 2 | N(14) | Q(17) | T(20) | W(23) | ?(?) | | Column 3 | T(20) | U(21) | V(22) | W(23) | ?(?) |
Column 1 gaps: +3, +3, +3 → next = 12+3 = 15 → O Column 2 gaps: +3, +3, +3 → next = 23+3 = 26 → Z Column 3 gaps: +1, +1, +1 → next = 23+1 = 24 → X
Answer: OZX
Look — the rule is never "look at the whole cluster". Always decompose into columns and treat each column as an independent single-letter series. This one habit cuts your solving time in half.
Some series use a pairing logic: the sum of two corresponding letters' positions equals a fixed number (often 27, since A+Z = 1+26 = 27). When you see two interleaved sequences (odd-numbered terms and even-numbered terms running in opposite directions), check if consecutive pairs sum to 27.
Example from PYQs: CBD, XYM, FEG, UVT, IHJ, ? Pairing term 1 with term 2: C+X=3+24=27, B+Y=2+25=27, D+W=4+23=27. Same for terms 3 and 4. So term 5 (IHJ) must be paired with a term where I+?=27, H+?=27, J+?=27 → R=18, S=19, Q=17 → RQS.
For 4-letter clusters (like LAGB, NDIE, PGKH…), apply the column method identically — just track four columns. The gaps at each column position will be small integers (usually +2 or +3). Write them out, do not try to hold it in your head.
When adding a gap pushes you past Z:
When subtracting a gap pushes you before A:
This is the single most common error in this chapter. Build the habit of checking: "Is my result between 1 and 26?"
Memorize only E=5, J=10, O=15, T=20, Y=25. For any letter, locate the nearest anchor and count up or down. Example: What is the position of R? Nearest anchor is P=16... wait, use Q=17 from J=10+7=17, then R=18. Better: T=20, go back 2 → R=18. You reach any letter's position in under 3 seconds vs. counting from A every time (up to 10 seconds saved per letter).
When you see a cluster series (2, 3, or 4 letters per term), immediately draw a vertical line in your rough work separating each column. Solve each column as an independent single-letter series. This converts a seemingly complex 3-column problem into three trivial +k steps. Standard approach (treating the cluster as a unit): 60-90 seconds of confusion. Column method: 20-30 seconds flat — 3 steps per column, 3 columns done.
Before doing any arithmetic on a cluster series, quickly check: do the first letters of term 1 and term 2 add to 27? If yes, the series uses the A+Z=27 complement pairing. Find the complement of each letter in the odd-positioned term: complement of X = 27−X. This applies to questions where two interleaved sequences run in opposite directions. Spotting this saves you from chasing a non-existent arithmetic gap — standard gap-hunting: 90 seconds and likely wrong; complement check: 15 seconds.
Instead of subtracting 26 mentally, use the modular shortcut: any position > 26, subtract 26. Any position ≤ 0, add 26. Drill this as a reflex: 25+5=30 → 30−26=4=D. 3−5=−2 → −2+26=24=X. Write the raw sum first, then adjust. This prevents the common error of picking the wrong letter after wrap-around — costs 0 extra steps vs. prevents 1 wrong answer.
In a cluster series with 4 options that look similar, first compute only column-1 of your answer. Eliminate all options that don't match column-1. In most SSC MTS questions, this reduces 4 options to 1 or 2 immediately. Then verify column-2 only if needed. You avoid computing all columns in full — standard full-solve: 4-5 steps; elimination after column 1: often 1-2 steps.
When you see a series question in the exam hall, run this decision tree:
Step 1 — Count letters per term.
Step 2 — Check for complement pairing.
Step 3 — Apply column method.
Step 4 — Eliminate first.
Time target: Single-letter series: under 20 seconds. Cluster series: under 45 seconds. If you are at 60+ seconds, you are computing positions from scratch — use your anchor points.
Why this question: The most basic single-letter series with wrap-around — appears almost every year in some form.
Solving path: Convert to positions: J=10, O=15, T=20, Y=25, D=4. Gaps: +5, +5, +5, +5. Wrap-around between Y and D: 25+5=30, 30−26=4=D. Next: 4+5=9=I. Total time with anchors: 15 seconds.
Why this question: A 3-letter cluster series with different gap magnitudes per column — the column method is mandatory here.
Solving path: Split into columns. Column 1: C(3), F(6), I(9), L(12) → gap +3 → next = O(15). Column 2: N(14), Q(17), T(20), W(23) → gap +3 → next = Z(26). Column 3: T(20), U(21), V(22), W(23) → gap +1 → next = X(24). Answer: OZX. Elimination: only option D starts with O — confirm and move on.
Why this question: Tests the complement/sum rule — a pattern that trips up candidates who only look for arithmetic progressions.
Solving path: Check term-1 and term-2 positions column by column: C(3)+X(24)=27, B(2)+Y(25)=27, D(4)+M(?)... wait, D+W=4+23=27 but the cluster shows XYM, not XYW. Re-read: CBD and XYM — C+X=27, B+Y=27, D+M=4+13=17. Look at terms 3 and 4: FEG, UVT — F+U=6+21=27, E+V=5+22=27, G+T=7+20=27. So the pairing is odd term with even term. Term 5 is IHJ — find its pair: I(9)→27−9=18=R, H(8)→27−8=19=S, J(10)→27−10=17=Q → RQS.
Why this question: A 4-letter cluster series — good practice for the column method with more columns.
Solving path: Columns for LAGB, NDIE, PGKH, RJMK: Col 1: L(12), N(14), P(16), R(18) → +2 → T(20). Col 2: A(1), D(4), G(7), J(10) → +3 → M(13). Col 3: G(7), I(9), K(11), M(13) → +2 → O(15). Col 4: B(2), E(5), H(8), K(11) → +3 → N(14). Answer: TMON. Elimination after col 1: all options start with T — check col 2. Only TMON has M at position 2.
Why this question: A letter-pair series with wrap-around on the second letter — tests whether you handle circular alphabet correctly.
Solving path: AR, CU, EX, GA, ? Col 1: A(1), C(3), E(5), G(7) → +2 → I(9). Col 2: R(18), U(21), X(24), A(1) → +3 each. 18+3=21=U, 21+3=24=X, 24+3=27, 27−26=1=A. Next: 1+3=4=D. Answer: ID.
Forgetting wrap-around. When Y(25)+5 gives you 30, candidates often pick the 30th letter (which does not exist) or simply freeze. Always subtract 26 when your result exceeds 26.
Treating a cluster as a unit instead of using columns. Trying to find one single rule that governs all three letters of a cluster simultaneously wastes time and usually leads nowhere. Always decompose.
Confusing the complement rule with a gap rule. If the series uses sum=27 pairing, looking for a +k arithmetic progression will give you nothing. Always do the quick sum-check on the first two terms before hunting for gaps.
Miscounting positions from A. Counting A=1, B=2, ... all the way to S or R under exam pressure causes off-by-one errors. Use the five anchors (E, J, O, T, Y) and count from the nearest one.
Not using elimination first. Many candidates solve the complete answer and then match — but in cluster series, computing just column 1 and eliminating often ends the question. This habit alone saves 15-20 seconds per question.
Assuming all columns in a cluster follow the same rule. In CNT, FQU, ITV, LWW, OZX — columns 1 and 2 had +3 but column 3 had +1. Check each column independently, every time.