Number Series for IBPS RRB Officer Scale I — Pattern Recognition & Shortcuts

intermediate 18 min read

Concept

Number series questions give you a sequence of numbers and ask you either to find the missing term or to identify the one term that breaks the pattern. That is the entire game — find the rule, apply it forward or backward.

Here is the analogy that actually sticks: think of a number series like a lock combination. Every lock has one specific mechanism — some turn clockwise by the same amount every step (Arithmetic Progression), some double each step (Geometric Progression), some follow a more elaborate sequence of moves. Your job in the exam hall is not to guess randomly. It is to identify the mechanism in the first 10 seconds, then crank it open.

There are roughly five mechanisms that cover 90% of what IBPS RRB PO throws at you:

  1. Pure AP — constant difference added each step. Example: 12, 24, 36, 48... (difference = 12).
  2. Pure GP — constant ratio multiplied each step. Example: 2, 6, 18, 54... (ratio = 3).
  3. Multiply-and-add (hybrid) — each term is multiplied by a fixed number and then a small constant is added or subtracted. Example: ×2 + 1, ×2 + 2, ×2 + 3 (the added constant itself increments). This family is the most common in RRB PO.
  4. Square / cube series — terms are or . Example: 1, 8, 27, 64, 125 (perfect cubes).
  5. Difference series — the differences between consecutive terms form their own AP or GP. If the raw terms don't reveal the pattern, always check the first-level differences, then second-level differences.

Wrong-number series questions follow the same logic — one term is planted as a deliberate error. Spot the rule, verify each term against it, and the odd one out is your answer.

The key insight that separates a 90-percentile scorer from an average one: look at the ratio between consecutive terms before you look at differences. If terms are growing fast, the mechanism is multiplicative. If they grow slowly or linearly, it is additive. This single observation halves your search time.


Deep Dive

Family 1 — Arithmetic Progression (AP)

In an AP, consecutive terms differ by the same constant d (common difference).

General term: aₙ = a₁ + (n−1)d

You rarely need this formula in series questions. What you need is: compute consecutive differences and check if they are all equal. If yes, you have an AP, and the next term = last term + d.

Example: 12, 24, 36, 48, 60, ? Differences: 12, 12, 12, 12. Common difference = 12. Next = 60 + 12 = 72.

Family 2 — Geometric Progression (GP)

In a GP, consecutive terms share the same ratio r.

Check: divide each term by the previous one. If the ratio is constant, it is a GP.

Example: 2, 6, 18, 54, 162, ? Ratios: 3, 3, 3, 3. Common ratio = 3. Next = 162 × 3 = 486.

Decimal GPs appear too — do not panic. If you see 8, 12, 18, 27, 40.5, the ratio is 1.5 throughout. 40.5 × 1.5 = 60.75. Work through it calmly.

Family 3 — Multiply-and-Add (Hybrid) Series

This is the dominant pattern in IBPS RRB PO. The rule looks like:

next term = (current term × a) + b

where a and b are small integers, and sometimes b itself increments (+1, +2, +3...).

Fixed b variant: 2×2+1=5, 5×2+1=11, 11×2+1=23, 23×2+1=47, 47×2+1=95. Incrementing b variant: 6×2+1=13, 13×2+2=28, 28×2+3=59, 59×2+4=122, 122×2+5=249.

How do you spot this? When differences are not constant and ratios are not constant, but the terms are growing roughly at a 2× rate, test ×2 ± small constant immediately. If the pattern is ×3 rate, test ×3 ± small constant.

Family 4 — Square and Cube Series

Squares: 1, 4, 9, 16, 25, 36... Sometimes disguised: 2, 5, 10, 17, 26 = (1²+1), (2²+1), (3²+1)...

Cubes: 1, 8, 27, 64, 125, 216... These are pure — for n = 1, 2, 3, 4...

Memorize cubes up to 15 and squares up to 25. You will not decode a cube series under exam pressure if you have to compute 6³ from scratch.

Family 5 — Difference-of-Differences Series

When none of the above patterns emerge in the raw terms, compute first-level differences (term₂ − term₁, term₃ − term₂, etc.). If those differences form an AP or GP, you have found the rule.

Example series: 3, 7, 13, 21, 31, 43 First differences: 4, 6, 8, 10, 12 → AP with d = 2 Next difference = 14, so next term = 43 + 14 = 57.

Wrong-Number Questions

Step 1: Identify the likely rule from 4–5 terms (the majority will follow it). Step 2: Verify every term against the rule. Step 3: The one term that does not fit = the wrong number.

Trap: Do not verify from left to right and stop at the first mismatch. The series is constructed so the wrong number could be term 4 or 5. Verify all terms, then confirm.


Memory Tricks & Shortcuts

patternFast-Ratio Check Before Fast-Difference Check

When you see a series, divide term₂ by term₁ mentally. If the ratio is a whole number (2, 3, 4) or a simple fraction (1.5, 2.5), immediately check if it holds for the next pair. This single check eliminates the entire AP family in 5 seconds and confirms GP in 10 seconds. Standard approach (trying AP first, failing, then trying GP): ~40 seconds. This order-flip: ~12 seconds on GP series.

patternThe ×2 ± n Test for Hybrid Series

When the series roughly doubles each time but differences are not consistent, immediately apply: next = current × 2 + small constant. Test the constant on the first two pairs. If it is fixed, done. If it increments by 1 each step, adjust. This single test cracked 3 of the 5 PYQs in this chapter. Standard fumbling (trying AP, GP, differences, squares in sequence): 60–90 seconds. Jumping directly to ×2 ± test: 15–20 seconds.

patternCube Series Fingerprint

Cubes: 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000. Memorize the last digits: 1, 8, 7, 4, 5, 6, 3, 2, 9, 0 — they cycle. When you see a series like 1, 8, 27, 64, 125, check if every term matches . This takes 5 seconds if you know the table. Without the table memorized, computing 5³ = 125 takes 20 seconds and computing 6³ = 216 takes another 20. Total saving across one question: ~35 seconds.

eliminationWrong-Number Anchor from the Middle

Do not start verification from term 1 — start from term 3 or 4 (the middle). Why? The exam setters usually plant the error at term 4 or 5 because it is harder to spot. Starting from the middle means you hit the error faster in roughly half the cases. If middle terms are consistent, move left and right. This reduces average verification steps from 5 to 3, saving roughly 15–20 seconds per wrong-number question.

substitutionDecimal GP: Multiply by Fraction

When you see a GP with ratio 1.5, do not multiply decimals. Instead, use: × 1.5 = × 3 ÷ 2. So 40.5 × 1.5 = (40.5 × 3) ÷ 2 = 121.5 ÷ 2 = 60.75. This avoids decimal multiplication errors. Standard decimal method: 25 seconds with error risk. Fraction method: 10 seconds, near-zero error.


Fast-Solving Framework

In the exam hall, run this decision tree in order. Do not skip steps.

Step 1 — Glance at growth rate.

Step 2 — Compute first-level differences.

Step 3 — Compute consecutive ratios.

Step 4 — Test hybrid ×a ± b.

Step 5 — For wrong-number questions only.

If none of the above works in 90 seconds, mark your best guess and move on. Do not exceed 2 minutes on any single series question.


Solved PYQs

Why this question: The most important wrong-number format in IBPS RRB PO — tests whether you can identify a hybrid pattern and then spot the one term that deviates.

Solving path: Check ratios — not constant. Check differences — not constant. Try ×2 + 1: 5×2+1=11 ✓, 11×2+1=23 ✓, 23×2+1=47 ✓, 47×2+1=95 — but the series shows 96, not 95. Then 95×2+1=191 ✓. The rule holds everywhere except at position 5 (96 instead of 95). Wrong number = 96.

Previous Year Questionपिछले वर्ष का प्रश्न
Find the wrong number in the series: 5, 11, 23, 47, 96, 191
श्रृंखला में गलत संख्या ज्ञात कीजिए: 5, 11, 23, 47, 96, 191
  1. 96
  2. 47
  3. 23
  4. 11
  1. 96
  2. 47
  3. 23
  4. 11
Solutionसमाधान
The pattern should be: 5×2+1=11, 11×2+1=23, 23×2+1=47, 47×2+1=95, 95×2+1=191. So 96 is wrong, it should be 95.
पैटर्न होना चाहिए: 5×2+1=11, 11×2+1=23, 23×2+1=47, 47×2+1=95, 95×2+1=191। इसलिए 96 गलत है, यह 95 होना चाहिए।

Why this question: The simplest GP possible — tests your ratio-check reflex. Should take under 20 seconds.

Solving path: 10÷5=2, 20÷10=2, 40÷20=2, 80÷40=2. Constant ratio = 2. Next = 80×2 = 160.

Previous Year Questionपिछले वर्ष का प्रश्न
Complete the sequence: 5, 10, 20, 40, 80, ?
इस श्रृंखला को पूरा कीजिए: 5, 10, 20, 40, 80, ?
  1. 160
  2. 140
  3. 120
  4. 180
  1. 160
  2. 140
  3. 120
  4. 180
Solutionसमाधान
Each term is doubled: 5×2=10, 10×2=20, 20×2=40, 40×2=80, 80×2=160.
प्रत्येक पद दोगुना होता है: 5×2=10, 10×2=20, 20×2=40, 40×2=80, 80×2=160।

Why this question: Pure missing-number hybrid — the ×2 + 1 family that repeats across multiple IBPS RRB PO papers. Recognize it in 10 seconds, solve in 5 more.

Solving path: 2×2+1=5 ✓, 5×2+1=11 ✓, 11×2+1=23 ✓, 23×2+1=47 ✓, 47×2+1=95. Answer = 95.

Previous Year Questionपिछले वर्ष का प्रश्न
What is the missing number: 2, 5, 11, 23, 47, ?
लुप्त संख्या क्या है: 2, 5, 11, 23, 47, ?
  1. 95
  2. 93
  3. 97
  4. 91
  1. 95
  2. 93
  3. 97
  4. 91
Solutionसमाधान
Pattern: 2×2+1=5, 5×2+1=11, 11×2+1=23, 23×2+1=47, 47×2+1=95. Each number is doubled and 1 is added.
पैटर्न: 2×2+1=5, 5×2+1=11, 11×2+1=23, 23×2+1=47, 47×2+1=95। प्रत्येक संख्या को दोगुना करके 1 जोड़ा जाता है।

Why this question: Tests the incrementing-b variant of the hybrid family — a step up from the fixed-b variant. Most candidates who only know ×2 + fixed will be fooled here.

Solving path: 6×2+1=13 ✓, 13×2+2=28 ✓, 28×2+3=59 ✓, 59×2+4=122 ✓, 122×2+5=249. The added constant is 1, 2, 3, 4, 5 — incrementing by 1 each time. Answer = 249.

Previous Year Questionपिछले वर्ष का प्रश्न
Find the next number: 6, 13, 28, 59, 122, ?
अगली संख्या ज्ञात कीजिए: 6, 13, 28, 59, 122, ?
  1. 249
  2. 247
  3. 251
  4. 245
  1. 249
  2. 247
  3. 251
  4. 245
Solutionसमाधान
Pattern: 6×2+1=13, 13×2+2=28, 28×2+3=59, 59×2+4=122, 122×2+5=249. Each term is doubled and consecutive numbers are added.
पैटर्न: 6×2+1=13, 13×2+2=28, 28×2+3=59, 59×2+4=122, 122×2+5=249। प्रत्येक पद को दोगुना करके क्रमागत संख्याएं जोड़ी जाती हैं।

Why this question: Pure cube series — tests whether you have the cube table memorized. If you do, this is a 10-second question. If you do not, it becomes a 90-second calculation trap.

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

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

Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →