A number series is a sequence of numbers arranged according to a hidden rule. Your job is to find that rule, then apply it to discover the missing term or the next term.
Here is the honest difficulty profile for SSC MTS: the series questions are not as savage as SSC CGL — you will not see three-level difference-of-differences on a routine basis. But you cannot sleepwalk through them either. The patterns tend to be one clean operation — multiply by a constant, add an increasing difference, or map to cubes/squares with a twist.
Think of a number series like a lock combination. Once you figure out what motion opens one position, the same motion opens every position. Your only task is to find that motion fast.
A useful mental model: Look at two or three consecutive terms first, not just the last two. If you only compare the last pair, you might latch onto a coincidental difference. Three data points confirm the rule.
Common rule types you will actually encounter in SSC MTS:
n² + k or n³ + k for integer values of n.The analogy-style questions are just series logic in disguise. The "rule" connects input to output rather than connecting consecutive terms. Treat them identically.
For a plain arithmetic series, differences are constant. Check: T₂ − T₁ = T₃ − T₂. Done.
When differences are not constant, write out the differences and check if those differences form their own pattern.
Example from PYQ: 86, 91, 101, 116, ?
This two-level scan (terms, then differences of terms) solves a large fraction of SSC MTS series questions. Do it automatically.
When differences don't form an obvious pattern, switch your lens to ratios. Divide each term by the previous: T₂/T₁, T₃/T₂. If ratios are equal, it's geometric.
More commonly in SSC MTS, you get a mixed rule: multiply by a constant and then add or subtract a fixed number.
Template: Tₙ₊₁ = Tₙ × a ± b
How to crack it — take three consecutive terms T₁, T₂, T₃ and set up:
Subtract equation 1 from equation 2:
T₃ − T₂ = (T₂ − T₁) × a
So a = (T₃ − T₂) / (T₂ − T₁), and then b = T₂ − T₁ × a.
Look at PYQ: 9, 15, 33, 87, ?, 735, 2193
This algebraic extraction of a and b from three terms is your most powerful weapon for mixed-operation series. Learn it once, deploy it every time.
These look intimidating but follow a clean formula: Tₙ = nᵏ + c for some power k and constant c.
Recognition signals:
To identify: subtract small integers (0, 1, 2, −1) from each term and check if remainders are perfect squares or cubes.
PYQ: ?, 28, 65, 126, 217, 344
n³ + 1. For n=2: 2³+1 = 9.Train yourself to spot cubes: 1, 8, 27, 64, 125, 216, 343, 512 — and squares: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100. These eight cubes and ten squares cover everything that appears in SSC MTS.
The question gives: "A is related to B. C is related to ?" — find the rule connecting A to B, then apply it to C.
Strategy: try simple operations first, in this order:
PYQ: 13 → 103, 9 → 71, 15 → ?
Sometimes a series looks irregular but has a consistent step throughout. The trick is to not panic when the first difference looks strange.
PYQ: 34, 365, 388, ?, 434, 457
Run this three-step scan on every series before guessing: (1) Write down differences of consecutive terms — if they're constant or themselves form a simple pattern, you're done. (2) If differences fail, write down ratios T₂/T₁, T₃/T₂ — if they're equal or alternating, apply geometric rule. (3) If both fail, subtract small constants (0, 1, 2, −1, −2) from each term and check if remainders are perfect squares or cubes.
This three-pass scan eliminates 90% of SSC MTS series in under 30 seconds. Random guessing or exhaustive option-testing takes 90+ seconds per question.
When you suspect a ×a ± b rule, grab three consecutive terms T₁, T₂, T₃ and compute: a = (T₃ − T₂) / (T₂ − T₁), then b = T₂ − T₁ × a. This gives you the exact multiplier and adder in one algebraic step.
Standard method (trial and error of multipliers): 60–90 seconds. This formula: 20–25 seconds. The formula works because the b cancels when you subtract the two equations — you isolate a directly.
Memorise cubes up to 10 and squares up to 15 as a single lookup table. When a series seems to grow fast but not as fast as pure multiplication, subtract 1 from every term and scan the table. If you see 8, 27, 64, 125 — it's n³ + 1. If you see 9, 16, 25, 36 — it's n² + c.
Without this table memorised: you spend 45 seconds testing whether terms are cubes. With it: recognition is under 5 seconds. Drill: 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000.
For two-term analogy questions (A → B, C → ?), the most common hidden multiplier in SSC papers is 6, 7, or 8, often with ±1 or ±2 adjustment. Before doing any subtraction, quickly test: does B = A × 8 − 1? Does B = A × 7 + 2? You can verify two candidates in under 15 seconds.
Standard approach (guess-and-check all operations): 60 seconds. Targeted multiplier scan (×6, ×7, ×8 with offset ±1, ±2): 15 seconds. Covers the majority of SSC MTS analogy-series patterns.
When the first gap of a series is wildly different from all other gaps, calculate differences from the second term onward. If those subsequent differences are all equal, write down first term + step × 0, 1, 2, 3... starting from the second term and the pattern will be clear.
This prevents the single most common mistake in constant-difference questions: assuming the first gap defines the rule, when the series actually begins its pattern one term later.
When a number series question appears, run this decision tree:
Step 1 — Count terms and locate the gap. Is the missing number in the middle or at the end? Middle gaps require you to confirm from both sides once you find the rule.
Step 2 — Calculate three consecutive differences. Are they equal? → Arithmetic. Are they growing by a fixed amount? → Increasing-difference arithmetic. Move to step 3 if neither.
Step 3 — Calculate two consecutive ratios. Are they equal? → Geometric. Are they alternating? → Alternating geometric. Move to step 4 if neither.
Step 4 — Apply three-term formula for mixed-operation rule. Compute a = (T₃−T₂)/(T₂−T₁). If a is a clean integer (2, 3, 4, 5, 6), use it. Compute b and verify on a fourth term before finalising.
Step 5 — Subtract small integers and check for power patterns. Subtract 1, 2, 0, −1 from all terms and look for squares or cubes.
Step 6 — If nothing works, back-solve from options. Plug each option into the series, apply the apparent rule from the known terms, and check consistency. This is your last resort, not your first move.
Cap yourself at 90 seconds per question. If you have not cracked it by step 5, go to step 6 immediately.
Why this question: The cube-plus-constant pattern is a recurring SSC MTS trap. Students who haven't seen it waste 2 minutes on ratio testing.
Solving path: Calculate differences: 65−28=37, 126−65=61, 217−126=91, 344−217=127. These are not constant. Ratios are not clean. Move to power check — subtract 1 from each known term: 27, 64, 125, 216, 343. Recognise these as 3³, 4³, 5³, 6³, 7³. So pattern is n³ + 1, starting n=3. For n=2: 8+1 = 9.
Why this question: Two-term analogy questions are series problems in disguise. Students who don't recognise this try arithmetic operations first and lose 60 seconds.
Solving path: Check subtraction: 103−13=90. Is 90 divisible by 13? No. Check ratio: 103/13 ≈ 7.9. Not clean. Try multiplier ×8: 13×8=104, 104−1=103. Verify on second pair: 9×8=72, 72−1=71. Confirmed rule: ×8 − 1. Apply to 15: 15×8=120, 120−1=119.
Why this question: The ×2+1 pattern is geometrically familiar but trips students who only check differences (they see 4, 8, 16, 32 and call it "doubling differences" without finding the exact rule).
Solving path: Differences: 4, 8, 16, 32 — they double. That's a pattern but awkward to extend. Switch to ratio lens: 7/3 not clean. Try mixed: three-term formula — T₁=3, T₂=7, T₃=15. a = (15−7)/(7−3) = 8/4 = 2. b = 7 − 3×2 = 1. Rule: ×2+1. Verify: 15×2+1=31, 31×2+1=63. Then 63×2+1=127.
Why this question: The increasing-difference series is the single most common type in SSC MTS. Know the two-level scan cold.
Solving path: Differences: 91−86=5, 101−91=10, 116−101=15. Differences are 5, 10, 15 — arithmetic sequence itself (increasing by 5). Next difference = 20. Answer: 116+20=136.
Why this question: Mixed-operation series with ×3 − 12. The three-term formula is the fastest path. Verifying using two PYQs from the same year (2023) reinforces this template.
Solving path: T₁=9, T₂=15, T₃=33. a = (33−15)/(15−9) = 18/6 = 3. b = 15 − 9×3 = −12. Rule: ×3 − 12. Verify: 33×3−12=87. Confirmed. Apply to find missing: 87×3−12=261−12=249. Also verify forward: 249×3−12=735. Correct on both sides.
Why this question: The odd-gap outlier — the first gap (331) is massive and misleading. SSC MTS has used this format multiple times to catch students who panic at the first difference.
Solving path: First difference 365−34=331 — clearly not part of a clean pattern. Ignore it momentarily. Check differences from position 2 onward: 388−365=23, 434−?=23 means ?=411, 457−434=23. Constant difference of 23 from term 2 onward. Missing = 388+23=411. Verify: 411+23=434. Confirmed.
Checking only the last two terms before concluding the rule. Two data points can be coincidentally consistent. Always confirm with at least three consecutive pairs. A rule that holds for two gaps but fails for the third is not the rule.
Treating the first gap as the defining pattern. In series like 34, 365, 388, ..., the first gap is an outlier. Don't let one anomalous gap make you discard the actual arithmetic constant running through the rest of the series.
Mixing up which term position to use in power-based series. When the pattern is n³ + 1, the first term of the series corresponds to n=2 (not n=1). If you assign n=1 to the first term without checking, you get the wrong n-value for the missing term. Always verify your n-assignment against at least two known terms.
Spending more than 30 seconds on ratio-testing when the series is clearly mixed-operation. If T₂/T₁ gives a messy decimal, drop the pure-geometric hypothesis immediately and shift to the three-term formula for ×a ± b. Do not keep testing more decimals.
Not verifying the answer back into the series. After finding the missing term, slot it in and run one check — does the rule hold from the missing term to the next known term? This takes 5 seconds and catches arithmetic errors in multiplication.
Confusing two-term analogy questions for something exotic. When the question says "A is related to B as C is related to ?", it is a series/pattern question. Run the same DRR scan (Differences, Ratios, Remainders) on the A→B mapping. There is no separate "analogy" method needed.