Number Series for IBPS PO — Missing Number, Wrong Number, Pattern Recognition

intermediate 18 min read

Concept

A number series is a sequence of numbers arranged according to a specific rule or logic. Your job in IBPS PO is either to find the missing term or to identify the one number that breaks the pattern — the "wrong number" variant.

Here is the key insight that most candidates miss: a series does not have to follow just one rule. The pattern might be in the terms themselves (each term is a perfect square), in the differences between terms (first differences form their own AP), or in the ratio between consecutive terms. Experienced solvers check these three layers in order, and they do it in under 30 seconds.

Think of it like reading a face in a crowd. At first glance you see a sea of numbers, but the moment you know what to look for — squares, cubes, odd-number differences, ×3 ratios — the pattern jumps out. The analogy that works for most students: a number series is like a lock. You try the most common keys first (squares, cubes, ×2, ×3, difference of differences), and one of them opens it.

Why does this matter for IBPS PO specifically? Number series typically appear in a cluster — five questions, one series each. If you can crack the pattern of any of those in under 20 seconds, you bank the time for DI sets. A student who spends 90 seconds on each series question is leaving points on the table somewhere else in the paper.

The vocabulary you need:

Deep Dive

Layer 1 — Check the Terms Directly

Before calculating anything, look at the numbers themselves. Do they remind you of squares or cubes you have memorized?

Squares to have cold in memory: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225, 256, 289, 324, 361, 400

Cubes: 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000

If three or more terms in the series appear on either list, you have your pattern. This takes under 5 seconds.

Variation: terms might be n² + n, n² − 1, n³ + n, etc. If the values are close to perfect squares/cubes but shifted by a small constant, check that.

Layer 2 — Arithmetic and Geometric Series

Arithmetic series (AP): The difference between consecutive terms is constant.

a, a+d, a+2d, a+3d, ...

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

Geometric series (GP): Each term is the previous term multiplied by a fixed ratio r.

a, ar, ar², ar³, ...

Example: 6, 18, 54, 162 → divide any term by the previous one: 18/6 = 3. This is a GP with r = 3. Next = 162 × 3 = 486.

Quick check: if terms are growing very fast (doubling, tripling), suspect GP. If growth is steady and linear, suspect AP.

Layer 3 — Difference Patterns

This is where IBPS PO questions get their teeth. The series itself might not be AP or GP, but the first differences form an AP or GP.

Difference of differences (second differences):

Write out the first differences. If those form an AP, you have a second-order pattern.

Example: 3, 8, 18, 33, 53, ?

This pattern — differences in AP — is one of the most common in IBPS PO. Recognizing it quickly is a skill worth drilling.

Odd/even difference sequences:

Example: 13, 16, 21, 28, 37, ?

Layer 4 — Mixed and Compound Patterns

Multiply-then-add: Each term = previous term × a + b.

Example: 3, 7, 15, 31, 63, ?

Look for these when the series grows faster than AP but slower than pure GP.

Alternating operations: Even-indexed terms follow one rule, odd-indexed terms follow another. Less common in IBPS PO but appears occasionally.

Layer 5 — Second-Order Difference Patterns

Some series require three passes:

  1. Compute first differences.
  2. Compute second differences (differences of first differences).
  3. If second differences form an AP, you know the rule.

Example: 4, 12, 36, 80, 150, ?

This is a third-order pattern — rare, but if you see a series where neither Layer 1–3 works, go here.

Wrong Number Series

The format changes: all five or six numbers are given, and you must find which one is wrong. Strategy: assume every number except one follows a consistent rule. Test the rule on the first three terms, then walk through the rest. The term that breaks the rule is the wrong one.

Do not second-guess yourself by trying a different rule after identifying a candidate. Confirm your rule holds on at least four of the five terms before marking.

Memory Tricks & Shortcuts

patternDifference Ladder

Write the series horizontally. Below it, write the first differences. Below that, write the second differences. The moment any row becomes constant or forms an obvious AP/GP, you have your rule. This structured layout prevents the scrambled mental arithmetic that costs 40+ seconds. Standard mental approach: 60s. Difference Ladder on paper: 20s — you see the pattern level immediately instead of guessing.

pattern×2 ±1 Detector

Whenever a series roughly doubles each step but is off by 1 (too much or too little), immediately test: next = previous × 2 + 1 OR next = previous × 2 − 1. Apply to the first three terms to confirm. Example: 3 → 7 → 15 → 31 fits ×2+1 perfectly. Standard trial-and-error: 45s. Direct ×2±1 test: 8s — only two multiplications to confirm.

patternSquares Anchor

When you see numbers like 121, 144, 169, 196 — numbers in the 100–400 range spaced irregularly — your first thought should be "these are squares of 11, 12, 13, 14..." Anchor on the smallest term, find its square root, and verify the sequence n², (n+1)², (n+2)²... Standard: write and compute differences (30s). Squares Anchor: 5s — just recognize 121 = 11² and the pattern is obvious.

estimationRatio Reveal

Divide any term by the previous one. If you get the same integer (or simple fraction) twice in a row, it is a GP. Do not compute all ratios — two matching ratios are sufficient confirmation. Then multiply the last term by r to get the answer. Example: 6 → 18 → 54: 18/6 = 3, 54/18 = 3. Done. Standard method (compute all differences, check): 35s. Ratio Reveal (two divisions): 10s.

patternOdd-Difference Scan

When first differences look like 3, 5, 7, 9 or 1, 3, 5, 7 — any sequence of odd numbers — you are looking at a second-order AP where second differences = 2. The next odd number is always current + 2. No need to recompute. Just extend the odd sequence and add to the last term. Standard approach (compute second differences manually): 25s. Odd-Difference Scan (pattern recognition): 7s.

Fast-Solving Framework

Use this decision tree in the exam hall. Do not skip steps — go in order, and stop the moment a step succeeds.

Step 1 — Eyeball test (3s): Do the terms look like perfect squares or perfect cubes? If yes, confirm on three terms and mark.

Step 2 — Ratio test (5s): Divide term₂ by term₁ and term₃ by term₂. If ratios match, it is GP. Multiply last term by r.

Step 3 — First differences (10s): Subtract consecutive terms. Do the differences form a constant (AP), an AP themselves (second-order), or a sequence of odd/even numbers?

Step 4 — Compound rule (10s): Try ×2+1, ×2−1, ×3+1, ×3−1 on the first three terms. If one matches, apply through to the end.

Step 5 — Second differences (15s): Compute differences of differences. If those form an AP, compute the next difference and work back.

Bail-out rule: If none of the above works in 45 seconds total, use elimination — plug each answer option back as the missing term and check if it creates a recognizable pattern. Start with the middle option.

Total budget: 60s per series question in IBPS PO. Do not exceed it.

Solved PYQs

Why this question: This is the most common difference-pattern variant — odd-number differences. If you can crack this in 10 seconds, you will crack 40% of IBPS PO series questions.

Previous Year Questionपिछले वर्ष का प्रश्न
Find the missing number: 13, 16, 21, 28, 37, ?
लुप्त संख्या ज्ञात कीजिए: 13, 16, 21, 28, 37, ?
  1. 46
  2. 48
  3. 50
  4. 52
  1. 46
  2. 48
  3. 50
  4. 52
Solutionसमाधान
The differences are 3, 5, 7, 9. These are consecutive odd numbers. The next difference should be 11. So 37 + 11 = 48.
अंतर 3, 5, 7, 9 हैं। ये लगातार विषम संख्याएं हैं। अगला अंतर 11 होना चाहिए। इसलिए 37 + 11 = 48।

Solving path: Write first differences: 16−13=3, 21−16=5, 28−21=7, 37−28=9. The differences are 3, 5, 7, 9 — consecutive odd numbers. Next difference = 11. Answer = 37 + 11 = 48.


Why this question: Squares recognition is a pure pattern-spotting skill. The faster you see "these are n²", the more time you protect for DI.

Previous Year Questionपिछले वर्ष का प्रश्न
Complete the series: 121, 144, 169, 196, ?
श्रृंखला पूरी कीजिए: 121, 144, 169, 196, ?
  1. 221
  2. 225
  3. 229
  4. 233
  1. 221
  2. 225
  3. 229
  4. 233
Solutionसमाधान
These are perfect squares: 11²=121, 12²=144, 13²=169, 14²=196, 15²=225.
ये पूर्ण वर्ग हैं: 11²=121, 12²=144, 13²=169, 14²=196, 15²=225।

Solving path: 121 = 11², 144 = 12², 169 = 13², 196 = 14². Next = 15² = 225.


Why this question: First differences in AP (multiples of 5) — this is the bread-and-butter IBPS PO pattern and appears nearly every year.

Previous Year Questionपिछले वर्ष का प्रश्न
Complete the series: 3, 8, 18, 33, 53, ?
श्रृंखला पूरी कीजिए: 3, 8, 18, 33, 53, ?
  1. 78
  2. 80
  3. 82
  4. 85
  1. 78
  2. 80
  3. 82
  4. 85
Solutionसमाधान
The differences between consecutive terms are: 5, 10, 15, 20. The next difference should be 25. So 53 + 25 = 78.
लगातार पदों के बीच अंतर हैं: 5, 10, 15, 20। अगला अंतर 25 होना चाहिए। इसलिए 53 + 25 = 78।

Solving path: First differences: 8−3=5, 18−8=10, 33−18=15, 53−33=20. These are 5, 10, 15, 20 — multiples of 5. Next = 25. Answer = 53 + 25 = 78.


Why this question: Cube series recognition. Once you see 8, 27, 64, you should say "2³, 3³, 4³" and be done.

Previous Year Questionपिछले वर्ष का प्रश्न
Complete the series: 8, 27, 64, 125, ?
श्रृंखला पूरी कीजिए: 8, 27, 64, 125, ?
  1. 196
  2. 216
  3. 225
  4. 243
  1. 196
  2. 216
  3. 225
  4. 243
Solutionसमाधान
This is the series of perfect cubes: 2³=8, 3³=27, 4³=64, 5³=125, 6³=216.
यह पूर्ण घनों की श्रृंखला है: 2³=8, 3³=27, 4³=64, 5³=125, 6³=216।

Solving path: 8=2³, 27=3³, 64=4³, 125=5³. Next = 6³ = 216.


Why this question: The ×2+1 compound pattern is tested frequently and catches candidates who only check differences or only check ratios — this one requires neither in isolation.

Previous Year Questionपिछले वर्ष का प्रश्न
Find the missing number: 3, 7, 15, 31, 63, ?
लुप्त संख्या ज्ञात कीजिए: 3, 7, 15, 31, 63, ?
  1. 125
  2. 126
  3. 127
  4. 128
  1. 125
  2. 126
  3. 127
  4. 128
Solutionसमाधान
Each term is obtained by multiplying the previous term by 2 and adding 1. 3×2+1=7, 7×2+1=15, 15×2+1=31, 31×2+1=63, 63×2+1=127.
हर पद पिछले पद को 2 से गुणा करके 1 जोड़ने से मिलता है। 3×2+1=7, 7×2+1=15, 15×2+1=31, 31×2+1=63, 63×2+1=127।

Solving path: Test ×2+1: 3×2+1=7 ✓, 7×2+1=15 ✓, 15×2+1=31 ✓, 31×2+1=63 ✓, 63×2+1=127 ✓.


Why this question: GP with integer ratio — straightforward, but only if you check ratios. Many candidates waste time computing differences and get confused.

Previous Year Questionपिछले वर्ष का प्रश्न
What comes next: 6, 18, 54, 162, ?
अगला पद क्या होगा: 6, 18, 54, 162, ?
  1. 324
  2. 486
  3. 648
  4. 810
  1. 324
  2. 486
  3. 648
  4. 810
Solutionसमाधान
Each term is multiplied by 3 to get the next term. 6×3=18, 18×3=54, 54×3=162, 162×3=486.
हर पद को 3 से गुणा करके अगला पद मिलता है। 6×3=18, 18×3=54, 54×3=162, 162×3=486।

Solving path: 18/6=3, 54/18=3, 162/54=3. GP with r=3. Answer = 162×3 = 486.


Why this question: Pure squares from 1² — the simplest pattern in the set, but worth clocking how fast you can confirm it and move on.

Previous Year Questionपिछले वर्ष का प्रश्न
Complete the series: 1, 4, 9, 16, 25, ?
श्रृंखला पूरी कीजिए: 1, 4, 9, 16, 25, ?
  1. 30
  2. 32
  3. 36
  4. 40
  1. 30
  2. 32
  3. 36
  4. 40
Solutionसमाधान
This is the series of perfect squares: 1²=1, 2²=4, 3²=9, 4²=16, 5²=25, 6²=36.
यह पूर्ण वर्गों की श्रृंखला है: 1²=1, 2²=4, 3²=9, 4²=16, 5²=25, 6²=36।

Solving path: 1=1², 4=2², 9=3², 16=4², 25=5². Next = 6² = 36.

Common Mistakes

Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →