A number series is a sequence of numbers arranged according to a hidden rule. Your job in the exam is to crack that rule in under 30 seconds, then apply it to find the missing term or identify the one term that breaks the pattern.
Think of it like a combination lock. Each series has one specific mechanism — a multiplication factor, a difference pattern, a factorial step, or a mix. Once you find the mechanism, the answer is automatic. The difficulty is recognising the mechanism quickly under pressure.
Here is a useful analogy: imagine someone is walking up a staircase. Each step could be the same height (arithmetic progression), or each step could be double the previous one (geometric progression), or the steps could grow in a more complex rhythm. Your task is to look at the footprints already visible and reconstruct the staircase design.
For IBPS Clerk, the series questions are designed to be crackable in 30-45 seconds. They are not designed to require deep mathematics — they reward pattern fluency. That means the more series types you have seen, the faster your brain matches a new series to a familiar template.
There are roughly seven core types you will encounter:
×2 + 1 applied repeatedlyIBPS Clerk rarely uses anything more exotic than these seven. The "wrong number" variant is the same skill tested in reverse — you verify each term against the pattern and flag the one that deviates.
The simplest GP: first term a, common ratio r. The series goes a, ar, ar², ar³, ...
Check for GP by dividing consecutive terms. If T₂/T₁ = T₃/T₂, you have a GP. For IBPS Clerk, the ratio is almost always a small integer — 2, 3, 4, or 5.
Example: 2, 6, 18, 54, 162, ?
6/2 = 3, 18/6 = 3, 54/18 = 3. Confirmed GP with r = 3. Next term = 162 × 3 = 486.
Series: a, a+d, a+2d, a+3d, ...
Check by subtracting consecutive terms. If the differences are equal, it is a plain AP.
Here the multiplier itself increases: multiply by 2, then by 3, then by 4, then by 5, then by 6. This produces factorial-like growth.
Example: 6, 12, 36, 144, 720, ?
12/6 = 2, 36/12 = 3, 144/36 = 4, 720/144 = 5. Next multiplier is 6. Answer = 720 × 6 = 4320.
Look — this pattern shows up in IBPS Clerk almost every year in some form. Whenever you see rapid growth and division of consecutive terms gives 2, 3, 4... immediately write "factorial-type" and multiply by the next integer.
When neither the ratios nor the differences are constant, find the differences between consecutive terms and look for a pattern there.
Example: 3, 7, 16, 35, 74, ?
Differences: 7-3=4, 16-7=9, 35-16=19, 74-35=39.
Now look at those differences: 4, 9, 19, 39. Are these AP? 9-4=5, 19-9=10, 39-19=20. Still not constant. Go one level deeper: differences of differences are 5, 10, 20 — each doubling. So next difference-of-difference = 40, meaning next difference = 39+40=79, meaning next term = 74+79=153.
This is where candidates lose time. The key discipline is: if level-1 differences do not work, immediately try level-2 differences rather than guessing.
A very common IBPS Clerk type: ×2 + 1, or ×3 - 2, applied repeatedly.
Example: 2, 5, 11, 23, 47, 95, ?
2×2+1=5, 5×2+1=11, 11×2+1=23, 23×2+1=47, 47×2+1=95, 95×2+1=191.
For wrong-number questions on this pattern, scan all terms with your rule and flag the one that breaks it.
If a series looks like 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31... you are dealing with consecutive primes. Know primes up to 100 cold. For IBPS Clerk, the series will typically use primes in the range 2-50. The question will drop one prime or include one non-prime and ask you to spot it.
Do not scan randomly. Start from the first term, apply the rule you believe governs the series, and check each subsequent term. The term where the rule breaks is the wrong term.
When you are not sure of the rule, check the first three terms first to hypothesise the rule, then validate on the fourth and fifth terms. If it fails, you hypothesised wrong — revise.
One common trap: the wrong number is the last term. Many candidates stop checking after confirming five terms, assume the last one is the answer to fill in, and miss that the question asks you to find the wrong term among all listed terms — including the last.
Use this quick filter at the start:
2, 3, 4, 5...? → Factorial-type, multiply by next integer.When you divide consecutive terms and get rising integers (2, 3, 4, 5...), the next multiplier is always the next integer. Write the ratios as a ladder — if you see 2, 3, 4, 5, the next rung is 6. No calculation needed beyond one multiplication. This collapses a 4-step analysis into a 5-second read. Standard recognition: 30s. With ladder habit: 8s.
If first-level differences (D1) are not constant, immediately compute second-level differences (D2 = differences of D1). In IBPS Clerk, 90% of non-GP, non-factorial series resolve at D1 or D2. Never go to D3 in the exam hall — if D2 does not work, you have mis-read the series type. This prevents the common mistake of spending 2+ minutes chasing a pattern that does not exist. Standard method (trial-and-error): 60-90s. Structured D1→D2 drill: 25s.
For wrong-number questions, identify your rule using only the first three terms, then verify term 4 and 5. If the rule breaks at term 4, the wrong term is likely term 4. If it holds through term 5 but breaks at term 6, the wrong term is term 6. This sequential anchoring prevents you from second-guessing yourself. Do not try to "feel" the pattern globally — work left to right, one term at a time. Reduces average solve time from 60s to 35s by eliminating backtracking.
To confirm a GP, divide terms 2÷1 and terms 3÷2. If both give the same integer, that is your ratio — apply it without checking further. This is a 2-step confirmation, not a 5-step one. If the ratio is not an integer (e.g., you get 1.5, 2.5), it is almost certainly not a GP and you should switch to difference analysis immediately. GP confirmation: 2 divisions, 6s. Full verification: 4 divisions, 15s. Save the 9s.
If you suspect a prime series, do not list primes from 2. Start from the last term you can see and find the next prime from there. To check if a number n is prime, test divisibility only by primes up to √n. For numbers under 50, you only need to test 2, 3, 5, 7. This reduces a prime-check to 4 divisions maximum. Example: Is 31 prime? Test 2 (no), 3 (no), 5 (no) — √31 < 7, so stop. Yes, it is prime. Time: 8s vs 25s for writing out all primes from 2.
When you see a number series in the exam hall, run this decision tree — do not skip steps, do not guess early.
Step 1 — Scan growth rate. If terms are roughly doubling or more, try GP first (divide consecutive terms). If they are growing slowly, go to Step 2.
Step 2 — Compute D1. Subtract consecutive terms. If D1 is constant → AP, done. If D1 is itself an AP → answer is D1 pattern + last term, done.
Step 3 — Check D2. If D1 is not constant, find D2. If D2 is constant or follows a simple doubling/tripling rule → apply it and work back to the answer.
Step 4 — Check factorial-type. Divide consecutive terms. If ratios are 2, 3, 4, 5... → multiply last term by next integer, done.
Step 5 — Check two-step. If none of the above, test ×2 ± small constant or ×3 ± small constant on the first three terms.
Step 6 — Check primes/squares. If terms are small and look familiar, mentally check for perfect squares, cubes, or consecutive primes.
If you reach Step 6 without a match, flag the question, move on, and return. You have already used 40 seconds — do not invest more without a clear hypothesis.
Why this question: Tests the most fundamental GP recognition — if you cannot crack a constant-ratio series in under 15 seconds, you are losing easy marks.
Solving path: Divide 8÷2 = 4, 32÷8 = 4. Confirmed GP, r = 4. Apply: 512 × 4 = 2048. Time target: 12 seconds.
Why this question: Wrong-number detection on a two-step series. Tests whether you apply your rule sequentially rather than guessing.
Solving path: Identify rule from first three terms: 2×2+1=5, 5×2+1=11. Confirmed ×2+1. Verify: 11×2+1=23, 23×2+1=47, 47×2+1=95. Next should be 95×2+1=191, but the series shows 190. Wrong term = 190.
Why this question: Classic factorial-type series. Tests whether you spot the rising-ratio pattern immediately.
Solving path: Compute ratios: 12/6=2, 36/12=3, 144/36=4, 720/144=5. Ratio ladder: 2, 3, 4, 5 — next is 6. Answer = 720 × 6 = 4320.
Why this question: Second-level difference series. The most commonly fumbled type because candidates stop at D1.
Solving path: D1: 7-3=4, 16-7=9, 35-16=19, 74-35=39. D2: 9-4=5, 19-9=10, 39-19=20. D2 is doubling: next D2 = 40, so next D1 = 39+40=79, next term = 74+79=153.
Why this question: Tests prime number fluency — a pattern that is instantly obvious if you know your primes, and takes 2 minutes if you do not.
Solving path: Recognise 11, 13, 17, 19, 23, 29 as consecutive primes. Next prime after 29 is 31. Answer = 31. Time target: 10 seconds if primes are memorised.
Stopping difference analysis at D1. Many candidates compute first-level differences, see they are not constant, and immediately switch to guessing. The correct move is always to compute D2 before abandoning the difference approach.
Assuming the wrong number must be in the middle. In wrong-number questions, the error can be at any position including the last term. Always verify every term against your rule, including the final one.
Confusing factorial-type with GP. A factorial-type series (ratios 2, 3, 4, 5...) is not a GP (ratios are not constant). If you apply a fixed ratio to a factorial series, you will get a wrong answer fast. The diagnostic is simple: compute two consecutive ratios — if they differ by 1 each time, it is factorial-type, not GP.
Not verifying the rule on a third term before committing. Identifying a rule from just two terms is risky. Two consecutive terms can fit multiple patterns. Always confirm on a third term before applying forward.
Missing the prime series type. If the series has small, odd-looking numbers like 11, 13, 17, 19, 23, many candidates compute differences (2, 4, 2, 4 — alternating) and get confused. The alternating difference pattern is a hint that it might be primes — check that immediately.
Spending more than 45 seconds on one series. If you have not cracked the pattern in 45 seconds, mark and move. Series questions in IBPS Clerk are designed to have clean, recognisable patterns. A series that consumes 2 minutes is either a trap or a misread — both reasons to skip and return.