Number Series
Find missing/wrong; arithmetic, geometric patterns.
Arithmetic & Difference-Based Series
In every IBPS PO Prelims paper, five marks sit waiting in the Number Series block — and most of them fall to one simple trick: write the differences between consecutive terms in a row below the series. That single move solves the majority of "find the wrong number" and "find the missing number" problems in under twenty seconds.
Definition: A number series is an ordered list of numbers where each term is generated from the previous term (or terms) by a fixed rule. Your job is to find that rule.
Definition: A first difference is the gap between two consecutive terms: d₁ = T₂ − T₁, d₂ = T₃ − T₂, and so on. A second difference is the gap between consecutive first differences. The pattern hidden in the series almost always appears in the differences, not in the terms themselves.
Why "Stack the Differences" Is the Single Best Habit
The reason this trick works is structural. Banking exams test four or five recurring series families, and all of them have predictable behaviour in their first or second differences. If you stare at the terms — 3, 4, 6, 9, 13 — they look random. Stack the differences underneath — 1, 2, 3, 4 — and the rule is obvious: each difference grows by one. Stacking moves the problem from "spot the pattern" (slow, intuitive) to "describe a much smaller pattern" (fast, mechanical).
The second benefit is time discipline. The Prelims clock pushes a 35-question Reasoning + 35 Quant + 30 English burst into 60 minutes. You cannot afford to spend more than 30 seconds per number-series question. The "stack differences" trick rounds most questions down to 10-20 seconds and reserves your remaining time for the harder Data Interpretation and Quadratic Equation sets.
The third benefit is error checking. When you write the differences, you also expose the outlier. In a wrong-number question, four of five differences obey a rule and one breaks it — the term next to the broken difference is your wrong number. Without stacking, the wrong number is invisible.
The Four Recurring Difference Families
Almost every IBPS PO number-series question falls into one of four difference families:
(A) Constant difference (arithmetic series).
Example: 7, 12, 17, 22, 27 → differences 5, 5, 5, 5. The series adds 5 each time. Wrong-number variant: 7, 12, 18, 22, 27 — differences 5, 6, 4, 5 — the "18" is wrong (should be 17).
(B) Increasing difference (AP of differences).
Example: 3, 4, 6, 9, 13, 18 → differences 1, 2, 3, 4, 5. The first differences themselves form an arithmetic progression. Second differences are constant (=1). This is the most common type in Prelims.
Variant: 2, 5, 11, 20, 32 → differences 3, 6, 9, 12 (AP with common difference 3).
(C) Differences doubling (or multiplied by a fixed factor).
Example: 2, 3, 5, 9, 17, 33 → differences 1, 2, 4, 8, 16. Each first difference is double the previous one. Equivalently, each next term = 2 × previous − 1. Second differences are 1, 2, 4, 8 — a geometric progression, not a constant.
(D) Mixed alternation (+/− zigzag).
Example: 10, 8, 11, 7, 12, 6 → differences −2, +3, −4, +5, −6. The sign alternates and the absolute value increases by 1 each time. Two threads are interleaved: even-position terms decrease (8, 7, 6) and odd-position terms increase (10, 11, 12). Spotting the alternation is the key — always check the signs of your differences before assuming a single rule.
How to Run the Algorithm in the Exam
Given any series, do this in order:
Step 1: Write the series with generous space between terms.
Step 2: Below each gap, write the first difference. If they are all equal — Family A — you are done.
Step 3: If first differences grow but evenly, write the second differences. If those are constant — Family B — you are done.
Step 4: If the first differences keep doubling, halving, or follow a clear geometric ratio — Family C.
Step 5: If signs alternate, write odd-position terms and even-position terms separately and look for the rule in each thread — Family D.
Step 6: Only if none of the four match, look for squares (1, 4, 9, 16, 25), cubes (1, 8, 27, 64), or factorial / prime patterns. These are rarer in PO Prelims but common in Mains.
Why it matters: Number series is one of the highest-yield sections in IBPS PO Prelims. A trained candidate solves 5/5 in two minutes; an untrained one solves 2/5 in five minutes. That gap alone can decide section cut-off. Banks calibrate the section to reward speed and pattern recognition, not depth. Treating series as a checklist — stack differences, run the four families — outperforms any "intuitive" approach.
Real-world example: In IBPS PO Prelims 2022, a published Memory-Based question read "What comes next in 4, 5, 7, 11, 19, ?" Stack differences: 1, 2, 4, 8. Family C — differences doubling. Next difference = 16, so next term = 19 + 16 = 35. Time taken: about 12 seconds with the stack-trick. Without it, candidates often tried to fit a polynomial and lost a minute.
Common misconception: "Find a formula that fits all the terms at once." This is the slow, polynomial-fitting approach that wastes time. The right approach is local: look at gaps between consecutive terms, not at the whole series. Another mistake is to over-think: candidates assume IBPS hides exotic patterns, when in fact 80% of Prelims series fall into the four families above. Trust the simpler hypothesis first.
Worked Example: Find the Wrong Number
Question: Find the wrong number in the series: 5, 9, 17, 33, 65, 128, 257.
Solution:
Step 1: Write the differences. 9−5=4, 17−9=8, 33−17=16, 65−33=32, 128−65=63, 257−128=129.
Step 2: The pattern 4, 8, 16, 32 is clear — differences are doubling (Family C). The next difference should be 64, then 128. But the actual differences are 63 and 129 — both off by 1, traceable back to one bad term.
Step 3: Check: if the term after 65 had been 65+64 = 129, then 129+128 = 257 would be correct. So 128 is the wrong number — it should be 129.
Conclusion: The series with the corrected term reads 5, 9, 17, 33, 65, 129, 257. Each term satisfies Tₙ = 2·Tₙ₋₁ − 1.
Worked Example: Find the Missing Number
Question: 3, 4, 6, 9, ?, 18, 24.
Solution:
Step 1: Differences known so far: 1, 2, 3, ?, ?, 6.
Step 2: This looks like an AP of differences: 1, 2, 3, 4, 5, 6 (Family B).
Step 3: So the missing difference is 4, and the missing term is 9 + 4 = 13. Check: 13 + 5 = 18 ✓ and 18 + 6 = 24 ✓.
Conclusion: The missing number is 13.
:::compare
| Family | Signature of differences | Rule for next term | Typical example |
|---|---|---|---|
| A. Constant | All equal | Add the constant | 7, 12, 17, 22 (+5) |
| B. Increasing AP | First differences form an AP | Add the next difference in the AP | 3, 4, 6, 9, 13 (+1, +2, +3, +4) |
| C. Geometric / doubling | First differences multiplied by a fixed factor | Multiply previous difference | 2, 3, 5, 9, 17 (+1, +2, +4, +8) |
| D. Mixed alternation | Signs alternate, magnitude grows by 1 | Continue the zigzag | 10, 8, 11, 7, 12 (−2, +3, −4, +5) |
| ::: |
:::keypoints
- Always stack the first differences under the series before doing anything else.
- If first differences are constant → arithmetic series (Family A).
- If first differences form an AP → AP-of-differences series (Family B), second differences are constant.
- If first differences are doubling or follow a fixed ratio → geometric-difference series (Family C).
- If signs alternate → split odd and even positions and study each thread (Family D).
- In a wrong-number question, the broken difference flags the wrong term next to it.
- Aim for ≤ 20 seconds per series question; longer than that, mark and move on.
- Only after the four families fail, consider squares, cubes, primes, or factorials.
:::
:::memory
"Stack-Spot-Skip" — Stack the differences, Spot the family (A, B, C or D), Skip to the next question. Or remember CIDM for the four families — Constant, Increasing, Doubling, Mixed — said as a chant: "see-eye-dee-em, the four series rules I never forget."
:::
:::recap
- Number series questions are won in the difference row, not in the term row.
- The four families — Constant, Increasing AP, Doubling, Mixed-alternation — cover ~80% of IBPS PO Prelims.
- Stack first; if the pattern hides, stack the second differences too.
- Convert the search-for-a-rule problem into a check-against-four-templates problem and save minutes.
:::
Layered-difference method (speed trick):
Layer 1 = a2-a1, a3-a2, a4-a3, ...
Layer 2 = differences of Layer 1
Decision rule:
- Layer 1 constant -> add that constant for next term
- Layer 2 constant -> next Layer-1 diff = last diff + Layer-2 constant; add to last term
- Layer 1 ratios constant (x2, x3) -> multiplicative pattern, not pure difference
Useful prime/square/cube anchors to memorise for instant recognition:
Squares: 1,4,9,16,25,36,49,64,81,100,121,144
Cubes: 1,8,27,64,125,216,343,512
Primes: 2,3,5,7,11,13,17,19,23,29,31,37
When a number sits near n^2 or n^3 +/- a small constant, suspect a square/cube series rather than a difference series.
"Find the wrong number" is a bread-and-butter IBPS PO question. The trick is not raw arithmetic — it is pattern recognition under 20-second pressure. This worked example shows you the cleanest way to crack one of these without drowning in a forest of differences.
Definition: A wrong number problem gives you a numerical series that follows a hidden rule, but one term has been deliberately replaced with a near-miss value. Your job is to identify that one off-pattern term, not to "fix" the series mathematically.
The Series
Question: In the following series, find the number that does not fit the pattern.
4, 6, 10, 18, 33, 66, 130
Step 1 — Try the First Instinct: Differences
The default first move on any number-series question is to stack the differences between consecutive terms.
Differences: 6−4 = 2, 10−6 = 4, 18−10 = 8, 33−18 = 15, 66−33 = 33, 130−66 = 64.
So the difference row is: 2, 4, 8, 15, 33, 64.
This is messy. The first three (2, 4, 8) look like they are doubling, then 15 breaks the doubling, 33 breaks again, 64 nearly resumes it. That irregularity is itself a clue — it tells you the underlying rule is probably multiplicative on the terms themselves, not additive on the differences. Time to switch strategies.
Step 2 — Spot the Doubling Hint and Test "×2 ± constant"
Look at the original series again: 4 → 6 (about ×1.5), 6 → 10 (about ×1.67), 10 → 18 (about ×1.8), 18 → 33 (about ×1.83), 33 → 66 (exactly ×2), 66 → 130 (about ×1.97).
Every ratio is close to 2 but slightly under. That is the signature of a "previous × 2, then subtract a small constant" rule. Test the simplest version: next = previous × 2 − 2.
- 4 × 2 − 2 = 8 − 2 = 6 ✓
- 6 × 2 − 2 = 12 − 2 = 10 ✓
- 10 × 2 − 2 = 20 − 2 = 18 ✓
- 18 × 2 − 2 = 36 − 2 = 34 ✗ (series shows 33)
The rule holds for the first three jumps and breaks on the fourth, giving the value 34, while the series shows 33. So 33 is the candidate error.
Step 3 — Verify Forward From the Corrected Value
A real wrong-number pattern must hold on both sides of the erroneous term — otherwise you might have picked the wrong rule. Replace 33 with 34 in your head and continue:
- 34 × 2 − 2 = 68 − 2 = 66 ✓ (matches series)
- 66 × 2 − 2 = 132 − 2 = 130 ✓ (matches series)
The rule previous × 2 − 2 is confirmed across the entire series. The single offender is 33.
Conclusion: 33 is the wrong number; it should be 34.
Why This Method Works So Well
Why it matters: In IBPS PO Prelims you get roughly 30–40 seconds per Quant question on average. Wrong-number problems with clean ×2-style patterns can be cracked in under 15 seconds with this approach, freeing time for harder Data Interpretation sets in the same section.
The diagnostic logic:
- If consecutive differences look clean (constant, arithmetic, perfect squares) → use the differences directly.
- If consecutive ratios are close to a whole number (≈2, ≈3, ≈1.5) → test "×k ± constant" before anything else.
- If neither works, fall back to mixed rules (×n + n, alternating, prime additions).
Speed Note
A number that is almost double the previous one is the strongest "test ×2 ± constant first" signal in the whole topic. Don't spend 30 seconds tabulating differences when the ratio test cracks it in 10. This single habit saves 15–20 seconds per question, which over 35 quant questions translates to nearly 10 extra minutes in the paper — enough to attempt an entire DI set you would otherwise skip.
Pattern Library You Should Recognise Instantly
- ×2 + 0, ×2 + 1, ×2 − 1, ×2 ± 2, ×2 ± n (with n changing).
- ×3 − 1, ×3 + 2, ×3 ± n.
- ×n + (n²), ×n + (constant).
- Alternating: +1, +2, +4, +8 ... and ×2, ×3, ×4 ... mixed.
- Prime-add: +2, +3, +5, +7, +11 ...
The wrong number is almost always adjacent to the smooth rule by ±1 or ±2 — a typical IBPS examiner trick to make the error nearly invisible.
Real-world example: A 2022 IBPS PO Prelims candidate found a series "5, 11, 23, 47, 96, 191". Stuck on differences (6, 12, 24, 49, 95), they spent over a minute. With the ratio test: each term is ≈ ×2 +1, except 96 should be 95. Method spotted: × 2 + 1 throughout, so 96 → 95. Solved in 12 seconds. Same logic, same time saving.
Common misconception: Students often "correct" the series by changing the wrong term once they find any rule that fits. Always verify forward from the corrected term across at least one more step. If the rule does not hold beyond the suspected term, your rule was wrong — not the term.
Another misconception: Treating the first number as a candidate error. The first term is almost never the wrong one in IBPS-style series because there is no prior term to test it against. Look at terms with prior context (positions 4, 5, 6 are statistically the most common error spots).
:::compare
| Symptom | Rule to test first |
|---|---|
| Differences look constant / arithmetic | Arithmetic progression with a step |
| Differences are perfect squares / cubes | Difference series rule |
| Ratios near 2 | "previous × 2 ± constant" |
| Ratios near 3 | "previous × 3 ± constant" |
| Alternating up/down jumps | Two interleaved series |
| Adjacent gap is prime sequence | Prime addition rule |
| ::: |
:::keypoints
- Stack differences first, but switch strategy if they look messy.
- A ratio close to a whole number (≈2) screams "test ×2 ± constant".
- For our series, the rule is next = previous × 2 − 2.
- Plug-in test fails at 33: rule predicts 34, so 33 is wrong.
- Always verify forward from the corrected value through every later term.
- The first term is almost never the wrong one; focus on positions 4–6.
- Wrong values usually differ from the correct by only ±1 or ±2.
- Save 15–20 seconds per question by ratio-testing before drowning in differences.
:::
:::memory
"Double-something, then a constant" — whenever you see a term roughly twice the previous, immediately test "×2 + c" or "×2 − c" with a tiny integer c (typically ±1, ±2, ±3). It is the single highest-yield rule in IBPS PO series.
:::
:::recap
- Identify the rule by comparing ratios when differences look ugly.
- For 4, 6, 10, 18, 33, 66, 130 the rule is previous × 2 − 2.
- The misfit is 33; the correct value is 34.
- Verify forward to confirm before locking in your answer.
:::
Multiplicative & Ratio-Based Series
When terms grow fast (roughly doubling, tripling, or more), the engine is usually multiplication, not addition. Three families dominate IBPS PO Mains:
- Constant ratio (GP): 3, 6, 12, 24 (x2)
- Increasing-multiplier: 2, 2, 4, 12, 48 (x1, x2, x3, x4)
- Multiply-then-adjust: 5, 11, 23, 47 (x2 + 1)
The trap: a 'x increasing factor' series produces numbers that look chaotic. The fix is to divide each term by its predecessor and read off the ratio sequence (1, 2, 3, 4 ...). Fractional ratios like x1.5 or x2.5 are common in harder Mains sets, so do not assume integer multipliers. Always sanity-check the LAST given term against your rule before answering.
When IBPS PO Mains throws a number series like 4, 4, 8, 24, 96, 480, ... the slow solver tries to subtract consecutive terms and gets stuck. The trained solver divides — and the pattern jumps out.
Definition: A multiplicative or ratio-based series is one in which each term is obtained from the previous by multiplying with a number that itself follows a simple rule — usually an integer ladder (1, 2, 3, 4...) or a half-step ladder (0.5, 1, 1.5, 2...).
Definition: The multiplier sequence (or ratio sequence) is the list of quotients you get by dividing each term by the one before it. The shape of that sequence is what tells you the rule.
Why dividing is the first move
For a slow-growing series (4, 7, 10, 13...), differences work because the values grow by addition. For a fast-growing series (4, 8, 24, 96...), differences explode and look chaotic, but ratios stay tame and reveal a clean ladder. Bank-exam setters love this asymmetry because it forces candidates to choose the right operation. Make divide-first your default whenever a series doubles, triples or more between terms.
The general rule is
a_(n+1) = a_n × k, where k = 1, 2, 3, 4, ... (or 0.5, 1, 1.5, 2, ...)
If k is a clean integer ladder, the series is an increasing-integer multiplier series. If k advances in steps of 0.5, it is a half-step multiplier series — very common in IBPS Mains.
How to read the multiplier ladder
Walk along the series and write down each quotient — the second term divided by the first, the third by the second, and so on. If the quotients come out as 1, 2, 3, 4, you have an increasing-integer multiplier rule. If they come out as 1.5, 2, 2.5, 3, you have a half-step ladder. If one quotient is non-integer but consistent (say 2.5 repeats inside the ladder), do not panic — banks routinely use 2.5, 3.5, 4.5 as legitimate steps because they trip up candidates who insist on integers.
Worked pattern: 4, 4, 8, 24, 96, 480, ?
- 4 / 4 = 1
- 8 / 4 = 2
- 24 / 8 = 3
- 96 / 24 = 4
- 480 / 96 = 5
Quotients are 1, 2, 3, 4, 5 — a clean ladder. The next multiplier is 6, so the answer is 480 × 6 = 2880. The whole problem dissolves in under twenty seconds once you switch to division mode.
The half-step ladder — Mains-favourite trick
Try the series 8, 12, 24, 60, 180, ?
- 12 / 8 = 1.5
- 24 / 12 = 2
- 60 / 24 = 2.5
- 180 / 60 = 3
Quotients are 1.5, 2, 2.5, 3 — half-step ladder. The next multiplier is 3.5, so the answer is 180 × 3.5 = 630. If you had insisted on integer multipliers, the problem would have looked unsolvable.
Why it matters: IBPS PO Mains and SBI PO Mains both run a four- or five-question Number Series set under sharp time pressure. Each set typically mixes one increasing-multiplier series, one half-step series, one multiply-and-add series, one difference-of-difference series and maybe one square/cube series. Recognising the ratio family in two divisions saves you the trial-and-error.
When pure ratio fails — the multiply-and-add family
Sometimes you compute the quotients and they do not form a clean ladder, but the values are still growing fast. That hints at a multiply-and-add rule:
a_(n+1) = a_n × c ± d
where c is a fixed multiplier (very commonly 2, sometimes 3) and d is a fixed add-on.
Testing process: assume c = 2 and check what d must be using two consecutive pairs. If d is the same in both, the rule is locked in; otherwise try c = 3, c = 4, c = 0.5.
Worked pattern: 3, 7, 15, 31, 63, ?
- Differences: 4, 8, 16, 32 — these are doubling, which is itself a hint.
- Trial: assume a_(n+1) = 2·a_n + d. From 3 → 7: 7 = 2(3) + d ⇒ d = 1. Check 7 → 15: 15 = 2(7) + 1 ⇒ 15. Check 15 → 31: 31 = 2(15) + 1 ⇒ 31. The rule a_(n+1) = 2·a_n + 1 holds.
- Next term: 2(63) + 1 = 127.
The shortcut here is that c = 2 is by far the most frequent multiplier in IBPS multiply-and-add series — try it first. Move to c = 3 only when c = 2 gives an inconsistent d.
Common misconception: Students assume any fast-growing series must be a difference-of-difference (second-order) addition pattern. That works for arithmetic-quadratic series like 2, 5, 10, 17, 26, but not for series that double, triple or multiply by half-step. Spotting the growth speed in one glance saves you that wasted minute.
Real-world example: Compound interest is itself a multiplicative series — every year, the amount is multiplied by (1 + r/100). The same mental wiring you build for series questions actually helps in Data Interpretation, where compound-growth column charts repeatedly appear.
The DR-MA discipline
Run two tests, in order, on every fast-growing series:
- DR — Divide for Ratio. Compute consecutive quotients. If they form 1, 2, 3, 4 or 1.5, 2, 2.5, 3, you are done in three divisions.
- MA — Multiply-Add. If the quotients do not form a clean ladder, assume a_(n+1) = c·a_n + d with c = 2. Solve for d using one pair, verify with the next.
Run DR first because most fast-growing IBPS series are pure multiplicative. Run MA second because it covers the next-largest slice. Together, they resolve roughly 70% of the Number Series questions in a typical paper.
Question: Find the missing term — 6, 9, 18, 45, 135, ?, 1890.
Solution:
Step 1: Compute quotients — 9/6 = 1.5, 18/9 = 2, 45/18 = 2.5, 135/45 = 3.
Step 2: Quotients form a half-step ladder 1.5, 2, 2.5, 3. Next is 3.5.
Step 3: Missing term = 135 × 3.5 = 472.5. Sanity check on the next: 472.5 × 4 = 1890. Matches.
Conclusion: The missing term is 472.5.
Question: Find the next term — 2, 5, 14, 41, 122, ?
Solution:
Step 1: Quotients — 5/2 = 2.5, 14/5 = 2.8, 41/14 ≈ 2.93. Not a clean ladder.
Step 2: Try multiply-add with c = 3. From 2 → 5: 5 = 3(2) + d ⇒ d = −1. Check 5 → 14: 14 = 3(5) + (−1) ⇒ 14. Check 14 → 41: 41 = 3(14) + (−1) ⇒ 41. Rule locked: a_(n+1) = 3·a_n − 1.
Step 3: Next term = 3(122) − 1 = 365.
Conclusion: The next term is 365.
:::compare
| Pattern | Rule | Telltale quotient sequence | Quick check |
|---|---|---|---|
| Increasing-integer multiplier | a_(n+1) = a_n × k, k = 1,2,3,4... | 1, 2, 3, 4, 5 | Divide consecutive terms; integers in order |
| Half-step multiplier | a_(n+1) = a_n × k, k = 0.5,1,1.5,2... | 1.5, 2, 2.5, 3 | Divide consecutive terms; ladder of 0.5 |
| Multiply-and-add | a_(n+1) = c·a_n + d | Quotients drift toward c | Try c = 2 first; solve d from first pair |
| Difference of differences | a_(n+1) − a_n itself grows linearly | Quotients chaotic; first differences linear | Use subtraction, not division |
| ::: |
:::keypoints
- For fast-growing series, divide consecutive terms first — addition tests waste time.
- If quotients form 1, 2, 3, 4, the rule is a_(n+1) = a_n × k with k stepping by 1.
- If quotients form 1.5, 2, 2.5, 3, the rule is a half-step multiplier — banks love this.
- Non-integer but consistent multipliers (2.5, 3.5) are legitimate; do not discard them.
- When pure ratio fails, test a_(n+1) = 2·a_n + d before any other multiplier.
- Solve d from the first pair, verify on the second — a two-step lock.
- "DR before MA" — Divide-for-Ratio first, then Multiply-Add fallback.
- Half-step ladders are the favourite Mains-level pattern, designed to fool integer-only solvers.
:::
:::memory
"DR-MA" — Divide for Ratio first, then Multiply-Add. On every fast-growing series, your first stroke is division. Only if the ratio ladder fails do you reach for the multiply-add hammer.
:::
:::recap
- Fast-growing series demand a divide-first reflex; addition is for slow series.
- A clean integer or half-step ladder in the quotients identifies the rule in three divisions.
- Multiply-and-add (try c = 2 first) catches most of what pure ratio leaves behind.
- Two disciplined tests — DR then MA — resolve the bulk of IBPS PO number-series questions.
:::
Series: 6, 9, 18, 45, 135, ?
Step 1 - divide consecutive terms: 9/6 = 1.5, 18/9 = 2, 45/18 = 2.5, 135/45 = 3.
The multiplier rises by 0.5 each time: 1.5, 2, 2.5, 3, so next = 3.5.
Step 2 - apply: 135 x 3.5 = 472.5.
Answer: 472.5.
Why this matters: a candidate testing only integer multipliers gets stuck. The half-step ladder (1.5, 2, 2.5, 3, 3.5) is an IBPS PO Mains favourite. The instant you see a x1.5 first ratio, expect a +0.5 ladder and you can predict the answer before fully computing — then just do the final multiplication.
Squares, Cubes & Power-Based Series
In an IBPS PO paper, a number series like 3, 8, 15, 24, 35 can look maddeningly irregular — until you notice that each term is one less than a perfect square. That single shift in perspective is the heart of power-pattern recognition, the highest-yield trick in number series.
Definition: A power-based series is a sequence whose terms are derived from perfect squares (n²), perfect cubes (n³), or simple algebraic combinations of n with these powers (such as n² ± k, n³ ± k, or n² + n).
Definition: A disguise is a small constant adjustment (+1, −1, +n) added to a clean power so the term looks irregular at first glance, even though the underlying pattern is a known sequence.
Why this trick beats difference-hunting
The default move when you see an unfamiliar series is to compute differences between consecutive terms. That works beautifully for arithmetic progressions and slow polynomial growth, but it falls apart on power-based series. Consider 3, 8, 15, 24, 35. The first differences are 5, 7, 9, 11 — an arithmetic progression with common difference 2. So technically you COULD solve it with the difference method, but it costs you four arithmetic operations and time you do not have in a sectional clock. If you instead recognise that each term is exactly n² − 1 (2² − 1 = 3, 3² − 1 = 8, 4² − 1 = 15, 5² − 1 = 24, 6² − 1 = 35), you write down the answer in three seconds.
For faster-growing series — 0, 7, 26, 63 — difference hunting fails outright because each difference is larger than the previous one in a non-arithmetic way. The cubes n³ − 1 (with n = 1, 2, 3, 4) collapse the puzzle instantly.
The catalogue of common disguises
There are essentially six archetypes that cover the vast majority of IBPS PO power-based series.
1. n² ± k (square shifted by a constant):
Examples: 3, 8, 15, 24, 35 = 2²−1, 3²−1, 4²−1, 5²−1, 6²−1.
Or: 5, 10, 17, 26, 37 = 2²+1, 3²+1, 4²+1, 5²+1, 6²+1.
2. n³ ± k (cube shifted by a constant):
Examples: 0, 7, 26, 63, 124 = 1³−1, 2³−1, 3³−1, 4³−1, 5³−1.
Or: 2, 9, 28, 65, 126 = 1³+1, 2³+1, 3³+1, 4³+1, 5³+1.
3. n² + n (product of consecutive integers):
Examples: 2, 6, 12, 20, 30 = 1×2, 2×3, 3×4, 4×5, 5×6.
This is the same as n(n+1), a frequent source of pyramid-sum and arrangement-problem terms.
4. Alternating squares and cubes:
Examples: 1, 8, 9, 64, 25, 216 = 1², 2³, 3², 4³, 5², 6³.
Spot this when odd-position and even-position terms grow at very different rates.
5. n² · n (or n³ written as n·n²):
Examples: 1, 8, 27, 64 = 1³, 2³, 3³, 4³ (pure cubes).
Or 2, 16, 54, 128 = 2·1², 2·8, 2·27, 2·64 = 2n³.
6. Sum of square and cube:
Examples: 2, 12, 36, 80, 150 = 1²+1³, 2²+2³, 3²+3³, 4²+4³, 5²+5³ = n²(1+n).
The single highest-leverage investment for IBPS PO QA is memorising squares to 30 and cubes to 15 so completely that they appear in your mind the instant you see a familiar number. The "near-power" test then becomes nearly free.
The decision procedure
When you see an irregular series, run this five-second check:
Step 1: Look at the LARGEST term. Is it close to a perfect square or cube you recognise? (Squares up to 900, cubes up to 3375 should be instant recall.)
Step 2: Subtract the nearest square or cube and see if the leftover is a clean small constant (typically 0, ±1, ±2, or ±n).
Step 3: Verify against the SMALLEST term. If the same n² ± k pattern fits both ends, you have the rule.
Step 4: Confirm by computing one middle term.
Step 5: Apply the rule to the question mark.
If steps 1 and 2 yield nothing, only then fall back to first and second differences.
Worked example walk-through
Question: Find the next term in the series 1, 9, 25, 49, 81, ?
Solution:
Step 1: The largest given term is 81 = 9². Each term looks like a perfect square.
Step 2: Check the others. 1 = 1², 9 = 3², 25 = 5², 49 = 7², 81 = 9². The squares being used are of 1, 3, 5, 7, 9 — consecutive ODD numbers.
Step 3: The next odd number is 11.
Conclusion: 11² = 121. The answer is 121.
This series would have taken far longer with difference hunting. The differences are 8, 16, 24, 32 — themselves an AP — but you needed two more layers to confirm. Power-recognition gave the answer at step 2.
Why it matters: Number Series questions on IBPS PO routinely give 5 questions in 4–5 minutes. The candidates who clear sectional cut-offs are the ones who can dispose of two questions in under 30 seconds each, buying time for the three harder ones. Power-pattern recognition is THE skill that creates that time cushion.
Real-world example: When the IBPS PO 2023 pre-exam analysis was published, three of the five number-series questions were power-based variants — n² + n, alternating square-cube, and n³ − 1. Candidates who had practised the catalogue solved all three in under 90 seconds combined; others spent two minutes each just hunting differences.
A common misconception
A very common mistake is to assume that if the differences form an arithmetic progression, you MUST use the difference method. Often, an underlying n² + k pattern produces an AP of differences. Both methods will reach the same answer, but the power method is faster. Always run the "is this near a square or cube?" test FIRST.
Another error: applying squares of consecutive integers when the series actually uses squares of consecutive primes (2², 3², 5², 7², 11², …) or squares of consecutive odd numbers (1², 3², 5², …). The exam designers love this sub-trap — verify which integer-pattern is feeding the squares before committing.
:::compare
| Series type | General term | Quick recognition tag |
|---|---|---|
| n² ± k | term ≈ near-perfect-square | Largest term is 1–3 away from a square |
| n³ ± k | term ≈ near-perfect-cube | Rapid growth, terms near 1, 8, 27, 64, 125 |
| n² + n | n(n+1) | Each term = two consecutive integers multiplied |
| Alternating square / cube | mixed | Odd-position grows slowly, even-position grows fast |
| Squares of odd integers | (2n−1)² | All terms odd and growing 1, 9, 25, 49 … |
| Squares of primes | p² | Terms are 4, 9, 25, 49, 121 … (skips composites) |
| ::: |
:::keypoints
- Memorise squares 1²–30² and cubes 1³–15³ cold — this is the single biggest IBPS PO investment.
- Always check if the largest term is close to a perfect power BEFORE computing differences.
- Six core disguises: n² ± k, n³ ± k, n² + n, alternating sq/cube, k·n³, n²+n³.
- Verify the rule against TWO end terms and ONE middle term — three checks beat one.
- If differences themselves form a clean AP or GP, you have a polynomial; if they grow chaotically, suspect a power pattern.
- The integers feeding the squares may be consecutive, odd, primes — never assume "1, 2, 3, …" without checking.
:::
:::memory
"Near a square? Subtract and look." Three words capture the whole strategy: if a term is close to a perfect square or cube, subtract the nearest power and check whether what is left is a clean small constant.
:::
:::recap
- Power-based series are number sequences built on n², n³ or simple algebraic shifts.
- The recognition method beats the difference method on fast-growing series.
- Six disguises cover most IBPS PO power-pattern questions.
- Instant recall of squares to 30 and cubes to 15 is the foundation skill.
:::
Open any IBPS PO Mains number-series question and you will see the same hidden language: squares, cubes, and small twists like n² ± n. Aspirants who recognise these patterns within ten seconds clear the section; aspirants who recompute 19² from scratch every time run out of time. This lesson turns that recognition into a reflex.
Definition: A power-based number series is a sequence whose terms are generated from squares, cubes, or simple algebraic functions of small natural numbers (such as n² − 1, n(n+1), or n³ + n).
Definition: An alternating series is a sequence in which odd-position terms follow one rule and even-position terms follow a different rule.
The Reference Tables You Must Memorise
There is no shortcut around this — these have to live in your head the way 7 × 8 = 56 does. Before the exam, write them out daily for a week until you can recite either direction.
Squares 11–20
11² = 121, 12² = 144, 13² = 169, 14² = 196, 15² = 225, 16² = 256, 17² = 289, 18² = 324, 19² = 361, 20² = 400.
Squares 21–30
21² = 441, 22² = 484, 23² = 529, 24² = 576, 25² = 625, 26² = 676, 27² = 729, 28² = 784, 29² = 841, 30² = 900.
Cubes 6–12
6³ = 216, 7³ = 343, 8³ = 512, 9³ = 729, 10³ = 1000, 11³ = 1331, 12³ = 1728.
Notice the trap at 729: it is both 27² and 9³. A series that jumps 512 → 729 → 1000 is a cubes series; a series that jumps 676 → 729 → 784 is a squares series. The neighbouring terms tell you which.
The Algebraic Identities Used as Series Rules
Setters do not write n² as the rule — that is too obvious. They wrap it in a small identity, so the term values look unfamiliar but the gaps are clean. The three identities below cover the majority of identity-based series in IBPS PO, SBI PO and RRB Officer Scale Mains.
Identity 1: n² − 1 = (n − 1)(n + 1)
Sequence: 3, 8, 15, 24, 35, 48, 63, 80, 99, …
Each term is (n² − 1) starting from n = 2. Equivalently, each term is the product of two consecutive odd or even numbers offset by 2. Recognise it by the differences: 5, 7, 9, 11, 13 (consecutive odd numbers).
Identity 2: n(n + 1) — the "pronic" numbers
Sequence: 2, 6, 12, 20, 30, 42, 56, 72, 90, 110, …
Each term is n × (n + 1). Twice the triangular number. Recognise it by differences 4, 6, 8, 10, 12 (consecutive even numbers). These also equal n² + n.
Identity 3: n(n + 2) = n² + 2n
Sequence: 3, 8, 15, 24, 35, 48, 63, … (same numerical values as Identity 1!)
This is one of the great surprises of the chapter: n² − 1 and n(n + 2) shifted by one index give the same numbers, because (n − 1)(n + 1) = n² − 1 and n(n + 2) = (n + 1)² − 1. Setters exploit this ambiguity in the explanation; the values are what you have to recognise, not the formula label.
Bonus identity: sum of consecutive squares / cubes
1² + 2² + 3² + … + n² = n(n + 1)(2n + 1)/6.
1³ + 2³ + … + n³ = [n(n + 1)/2]².
Partial-sum series appear in 1–2 questions per Mains paper. Memorise these closed forms.
The Detection Trick: Alternate-Split
Most IBPS PO Mains "wrong term" or "missing term" questions on power series share one signature: alternate terms jump hugely. This is the setter telling you the series is alternating — odd-position terms follow one rule, even-position terms another.
Step-by-step alternate-split:
- Number every term by position: T1, T2, T3, T4, T5, T6, T7.
- Split into two sub-series: odd positions {T1, T3, T5, T7} and even positions {T2, T4, T6}.
- Analyse each sub-series independently. Each will usually be a clean squares, cubes or arithmetic series.
- Fill the blank using whichever sub-series it belongs to.
Why this works: when a single rule is forced to alternate between, say, squares of even numbers and cubes of consecutive integers, consecutive terms swing wildly. The eye sees chaos; the alternate-split sees two clean series.
Worked Example
Question: Find the missing term: 4, 27, 16, 125, 36, ?, 64.
Solution:
Step 1: Look at the spread — terms swing 4 → 27 → 16 → 125. Suspect an alternating pattern.
Step 2: Split. Odd positions (T1, T3, T5, T7) = 4, 16, 36, 64 → these are 2², 4², 6², 8². Even-numbered squares.
Step 3: Even positions (T2, T4, T6) = 27, 125, ? → these are 3³, 5³, ?. The pattern is cubes of consecutive odd numbers.
Step 4: Next odd number after 5 is 7. So T6 = 7³ = 343.
Conclusion: The missing term is 343.
Notice how a chaotic-looking series collapsed to two trivial sub-series the moment we split.
Why It Matters
Bank PO Mains gives roughly 1.2 minutes per question. A number series done by calculator-style trial and error will eat 3–4 minutes; the same series done by recognition is 20 seconds. Across 5 series questions, that is 15+ minutes saved — enough to attempt an entire data interpretation set.
Real-World Example
The 729 trap from earlier appears constantly in IBPS PO 2018, 2019 and SBI PO 2021 Mains papers. A real 2019 question read "512, 729, 1000, 1331, ?" — students who mistook 729 for 27² wasted 90 seconds looking for a squares pattern. The correct read is consecutive cubes 8³, 9³, 10³, 11³, 12³, so the answer is 1728.
Common Misconception
"If consecutive terms have a constant ratio, it must be a GP."
Often, it is actually a squares ratio. The sequence 1, 4, 9, 16, 25 has ratios 4, 2.25, 1.78, 1.56 — not constant — but a quick check of the terms themselves against the squares table makes the answer obvious. Always glance at the value of each term against your memorised tables before running difference/ratio analysis. The 2-second value-check saves the 60-second pattern hunt.
:::compare
| Identity | First few values | Recognition signal |
|---|---|---|
| n² | 1, 4, 9, 16, 25, 36 | Differences are consecutive odd numbers 3, 5, 7, 9 |
| n² − 1 = (n−1)(n+1) | 3, 8, 15, 24, 35, 48 | Differences are consecutive odd numbers 5, 7, 9, 11 |
| n(n+1) | 2, 6, 12, 20, 30, 42 | Differences are consecutive even numbers 4, 6, 8, 10 |
| n(n+2) | 3, 8, 15, 24, 35 | Same as n² − 1 shifted by one index |
| n³ | 1, 8, 27, 64, 125, 216 | Terms grow fast; check cubes table 6³–12³ |
| n³ + n | 2, 10, 30, 68, 130 | Term close to cube; subtract → small natural number |
| ::: |
:::keypoints
- Squares 11²–30² and cubes 6³–12³ must be instant recall — drill them daily.
- 729 = 27² and 9³; the neighbours decide which.
- Three killer identities: n² − 1, n(n+1), n(n+2).
- Sum of squares: n(n+1)(2n+1)/6. Sum of cubes: [n(n+1)/2]².
- Wild swings between alternate terms ⇒ alternate-split is the first move.
- Always value-check against memorised tables before chasing differences or ratios.
:::
:::memory
SCAR — Squares, Cubes, Alternate-split, Reference table.
First, Square or Cube it? Then if jumps are wild, Alternate-split. Confirm with the Reference table you memorised.
:::
:::recap
- Memorisation, not cleverness, wins power-based series.
- Identities (n² − 1, n(n+1), n(n+2)) hide squares inside fresh-looking terms.
- Alternate-split is the single highest-value move in IBPS PO number series.
- 729 is the most-trapped number in Indian banking exams — own it.
:::
Series: 0, 3, 8, 15, 24, ?, 48
Step 1 - test the power map. 0 = 1^2-1, 3 = 2^2-1, 8 = 3^2-1, 15 = 4^2-1, 24 = 5^2-1.
Step 2 - the missing term is 6^2-1 = 35, and the last given 48 = 7^2-1 confirms the rule.
Answer: 35.
Cross-check with differences: 3, 5, 7, 9, 11, 13 — consecutive odd numbers, which is exactly the signature of an n^2-based series (since n^2 increments by successive odd numbers). Either route works; the power map is faster once you recognise that the differences are odd numbers in arithmetic progression. Train your eye to flag '3,5,7,9...' differences as a square series immediately.
Wrong-Term, Mixed & Two-Line Series
If you have prepared for IBPS PO Prelims you are comfortable with "find the next term". Then you open the Mains paper, look at the series questions, and the format has changed beneath your feet. The bank wants something heavier — they want you to catch a wrong term that hides inside a series, or to extend a second series in parallel with a first. These two formats reward discipline, not flashes of cleverness.
Definition: A Wrong-Term series is a complete sequence in which exactly one term breaks the underlying rule; you must identify that rogue term. A Two-Line (parallel) series gives Series I fully and Series II with only a starting value; you must apply Series I's rule to Series II and find a stated term.
Format 1 — Find the Wrong Number
Imagine a careful clerk has copied a long series from a master ledger, and one digit slipped. Your job is forensic: lock the rule on the first three or four clean terms, then walk forward and catch the first violation.
The classical mistake is to assume the wrong term is "somewhere in the middle". It is not. It is wherever the rule first breaks. Sometimes term 2 is already wrong; sometimes term 7 is the culprit. The position is determined by which earlier terms agree.
Working method
Step 1: Look at the first three or four gaps (differences, ratios, alternating patterns). The rule that fits at least three consecutive gaps is your candidate rule.
Step 2: Test the rule term-by-term from the start. The first term whose predicted value does not match the printed value is the wrong term.
Step 3: Cross-verify by checking that the next term after the wrong one also matches the rule when computed from the previous correct value. This rules out a "two wrong terms" confusion.
Worked Example
Question: Identify the wrong term: 5, 11, 24, 49, 100, 203, 410.
Solution:
Step 1: Gaps and patterns — 11 = 5×2 + 1; 24 = 11×2 + 2; 49 = 24×2 + 1? No, 24×2 + 1 = 49 — yes. So pattern looks like ×2 + alternating 1, 2.
Step 2: 5×2+1 = 11 (ok); 11×2+2 = 24 (ok); 24×2+1 = 49 (ok); 49×2+2 = 100 (ok); 100×2+1 = 201, but printed is 203 — first violation here.
Step 3: Verify: if 201 were correct, 201×2+2 = 404, but printed is 410. The break persists from 203 onward, confirming 203 is the rogue.
Conclusion: 203 is the wrong term; it should be 201.
Format 2 — Two-Line (Parallel) Series
This is the format that catches under-prepared aspirants. Series I is given in full; Series II is given only as a starting number and you are told the same operation pattern applies. Often you must find the 3rd, 4th or 5th term of Series II.
Working method
Step 1: Extract the operation pattern from Series I, writing each step explicitly: e.g. "+3, ×2, +5, ×2 …". Do not say "doubling and adding" — say which step is which.
Step 2: Apply the same sequence of operations from the starting term of Series II.
Step 3: Re-read the question to confirm which term of Series II is being asked. This is the single most common slip — students extract the rule correctly but compute the wrong term number.
Worked Example
Question:
Series I: 4, 6, 11, 23, 50, 110
Series II: 7, ?, ?, ?, ?, ?
Find the 4th term of Series II.
Solution:
Step 1: Find the operations in Series I.
- 4 → 6: difference 2.
- 6 → 11: difference 5.
- 11 → 23: difference 12.
- 23 → 50: difference 27.
- 50 → 110: difference 60.
Differences are 2, 5, 12, 27, 60. Each next difference ≈ previous × 2 + 1: 2×2+1 = 5; 5×2+2 = 12; 12×2+3 = 27; 27×2+6 = 60? Not clean.
Let us try another reading: each term = previous × 2 − something. 4×2 − 2 = 6; 6×2 − 1 = 11; 11×2 + 1 = 23; 23×2 + 4 = 50; 50×2 + 10 = 110. The added/subtracted numbers are −2, −1, +1, +4, +10 — pattern: differences of these increase as 1, 2, 3, 6 — still not crisp. In a real Mains question the operations are clean by design; this rough work shows why you must lock the rule from the cleanest reading and stop second-guessing.
Step 2: Suppose the locked rule (extracted from Series I) is t(n+1) = 2·t(n) − 2, then 2·t(n) − 1, then 2·t(n) + 1, then 2·t(n) + 4. Apply to Series II starting at 7:
- 1st = 7.
- 2nd = 2(7) − 2 = 12.
- 3rd = 2(12) − 1 = 23.
- 4th = 2(23) + 1 = 47.
Step 3: Question asked for the 4th term.
Conclusion: 4th term of Series II = 47 under this locked rule.
The lesson is not the exact arithmetic — it is the process: lock, write, apply, re-read.
Why it matters
Wrong-term and two-line formats sit in the Quantitative Aptitude / Data Analysis section of IBPS PO Mains, where each question is worth as much as a hard caselet but takes a fraction of the time if your rule extraction is clean. Two of these in 4 minutes is a higher reward-per-second than almost any other Mains topic.
Real-world example
Two-line series mirrors how forecasting works at the RBI: a published interest-rate trajectory is the "Series I"; an analyst takes the same rule and applies it to a fresh starting condition (a different bank's data) to project values. The discipline of "lock the rule, apply identically" is the same.
Common misconception
The biggest myth: "If the rule doesn't fit on first read, the question is faulty." It is almost never faulty. The rule is rarely a single operation — it is usually a mixed cycle (e.g. × 2, +3, × 2, +5, × 2, +7). Aspirants who give up after one wrong guess lose marks they could have earned by trying a second cycle pattern.
A second misconception: extending the wrong line. In a parallel series, students sometimes apply the rule to Series I again and report its next term, when the question asked for a Series II term. Re-read the question every time before circling.
:::compare
| Feature | Find-the-Wrong-Term | Two-Line (Parallel) |
|---|---|---|
| Input | Full series with one rogue | Full Series I + start of Series II |
| Output | The position/value of the wrong term | A specific term of Series II |
| Rule extraction | From first 3–4 clean terms | From all of Series I |
| Risk point | Wrong term is not always in the middle | Mis-reading which line to extend |
| Best speed habit | Compute predicted values explicitly | Write each operation step before applying |
| ::: |
:::keypoints
- Lock the rule from the first 3–4 clean terms before testing further.
- The wrong term is wherever the rule first breaks — not necessarily in the middle.
- For two-line series, write each operation explicitly before applying it to Series II.
- Re-read the question: which line, which term number, which type of answer?
- Mixed-cycle rules (× 2, +3, × 2, +5 …) are common in Mains; try a cycle if a single op fails.
- Cross-verify the wrong term: the next term, computed from the correct value, should match.
- Bank Mains rarely use posh rules (sums of factorials etc.); favour simple ×, +, ±, alternation.
- Two-line and wrong-term questions are high-reward and high-speed once you trust your process.
:::
:::memory
WRONG = First Break. TWO-LINE = Lock, List, Lift. Lock the operations from Series I, List each step on the margin, Lift the operations onto Series II from its start. Three L-words, three steps, no panic.
:::
:::recap
- Wrong-term: derive rule from early terms; first violation is your answer.
- Two-line: extract operations from Series I, apply identically from Series II's start.
- Discipline beats cleverness — write every step, re-read the question, then circle.
- Mis-reading which line to extend is the most common avoidable mistake.
:::
Two-line series solving framework:
Step 1 (Series I): list operations o1, o2, o3 between successive terms. Common operation chains:
+/- successive squares: +1, +4, +9, +16
x then +: x2+1, x2+2, ...
+/- alternating constants
Step 2: write operations as a portable recipe, e.g. [x2, then +k that itself increases].
Step 3 (Series II): apply o1, o2, o3 from the given start term.
Wrong-term checklist:
- Compute forward from term1 using the locked rule.
- The FIRST mismatch is the wrong term (later terms may be 'built on' the error in well-set papers, but standard sets keep only one rogue value).
- Verify the corrected value restores the chain end-to-end.
Time target: Series I rule in ~25s, Series II answer in ~15s.
Two-line series questions look intimidating because they show two parallel sequences and ask about a value that doesn't seem to appear. The trick is to stop staring at the second line and instead read the operation off the first. Once you have the rule, the second line is a routine drill.
Definition: A two-line (parallel) series problem gives you a fully-worked-out reference series in line one and a partially-shown series in line two that follows the same operation pattern but starts from a different number. You have to extract the rule from line one and apply it to line two.
The mental model: rule first, numbers second
Most candidates lose marks on these problems by treating the second line as a fresh puzzle. Don't. Treat line one as a recipe card — your only job there is to discover the recipe (the sequence of multipliers, adders, or operations) cleanly and write it down. Once the recipe is locked, line two becomes mechanical: apply step 1's operation to the starting term, then step 2's operation to that result, and so on.
The savings are real. In IBPS PO Prelims, where you might have 60 seconds per quant question, this approach lets you finish two-line series in under 45 seconds with high accuracy. The candidates who miss are the ones who try to spot a "new" pattern in line two when the pattern is already given.
The worked problem
Question: Series I: 4, 6, 12, 30, 90, 315. Series II starts at 6. Find the 4th term of Series II.
Solution:
Step 1 — Extract the operations from Series I. Compute each ratio:
- 6 / 4 = 1.5
- 12 / 6 = 2
- 30 / 12 = 2.5
- 90 / 30 = 3
- 315 / 90 = 3.5
So the multipliers form a "half-step ladder": ×1.5, ×2, ×2.5, ×3, ×3.5. This is a clean arithmetic progression of multipliers (each is 0.5 more than the previous), which is a classic IBPS pattern. The instant you see ratios climbing by 0.5, you should suspect a half-step ladder and stop checking other patterns.
Step 2 — Apply the same multipliers to Series II, starting at 6:
- Term 1 = 6
- Term 2 = 6 × 1.5 = 9
- Term 3 = 9 × 2 = 18
- Term 4 = 18 × 2.5 = 45
Conclusion: The 4th term of Series II is 45.
Why "find the 4th term" means three operations
Notice that going from Term 1 to Term 4 takes three multiplications, not four. Count the arrows between terms, not the terms themselves. This is the single most common silly mistake on two-line series. A safe habit is to write the terms with arrows above:
T1 →×1.5→ T2 →×2→ T3 →×2.5→ T4
Three arrows, three operations. If you needed Term 5 you'd add one more arrow (×3) and land on 45 × 3 = 135.
Why it matters
Why it matters: two-line series sit in the high-yield zone of IBPS PO, SBI PO, RRB Officer and SSC CGL number-series sections. They reward speed because the rule extraction takes most of the time, and the application is fast. Mastering the "rule-first" approach typically lifts a candidate's number-series accuracy from 60% to 90%+ with no extra theory.
Real-world example
Real-world example: imagine a savings account where the interest multiplier itself grows each year — 1.5x in year 1, 2x in year 2, 2.5x in year 3 and so on. Friend A deposits Rs 4, friend B deposits Rs 6 on the same scheme. The same multipliers act on both deposits; only the starting amount differs. After 3 years, friend A's balance is 4 → 6 → 12 → 30, friend B's is 6 → 9 → 18 → 45 — exactly the structure of a two-line series.
Common misconception
Common misconception: "The pattern in line two might be different from line one." It is not — that is the entire point of the problem type. Always assume identical operations. If the pattern doesn't seem to fit, your extraction from line one is wrong; redo line one rather than inventing a new rule for line two.
Another common misconception
Common misconception: "The k-th term means k operations from the start." It means k − 1 operations from Term 1. A clean check is the reference line itself: in our example, Term 4 of Series I is 30, and getting there from 4 took three multiplications (×1.5, ×2, ×2.5), not four. Use the reference line as a sanity check whenever you're unsure how many operations to apply.
A second technique: try differences when ratios don't work
If ratios in line one don't form a clean ladder, try differences instead. Same logic — compute T2 − T1, T3 − T2, T4 − T3, and look for a pattern (arithmetic, geometric, or a known sequence like squares, cubes, primes). The "rule-first" mindset is the same; only the rule type changes. A useful sequence of checks is:
- Ratios — multipliers in arithmetic or geometric progression.
- Differences — arithmetic, doubling, or following squares/cubes.
- Mixed operation — alternate ×n and +n (rarer, but seen in SBI PO).
- Polynomial — second differences constant, indicating a quadratic rule.
In our problem, ratios cracked it on the first try because they formed the half-step ladder.
:::compare
| Step | Series I (given) | Series II (apply same rule) |
|---|---|---|
| Start | 4 | 6 |
| ×1.5 → | 6 | 9 |
| ×2 → | 12 | 18 |
| ×2.5 → | 30 | 45 ← answer |
| ×3 → | 90 | 135 |
| ×3.5 → | 315 | 472.5 |
| ::: |
:::keypoints
- In a two-line series, both lines follow the SAME operation sequence.
- Read the rule off line one (the fully-given line); never invent a new rule for line two.
- Try ratios first; if they form a ladder (e.g., ×1.5, ×2, ×2.5, …), apply directly.
- If ratios don't fit, switch to differences, then mixed operations, then polynomial.
- The k-th term needs (k − 1) operations from Term 1 — count arrows, not numbers.
- For this problem: multipliers ×1.5, ×2, ×2.5 give 6 → 9 → 18 → 45.
- The 4th term of Series II is 45.
:::
:::memory
"Recipe in line one, dish in line two." Extract the recipe (operation sequence) from the line that gives all terms. Then cook the dish (apply step by step) from line two's starting number.
:::
:::recap
- Step 1: get ratios from Series I — they form the ladder ×1.5, ×2, ×2.5, ×3, ×3.5.
- Step 2: starting at 6, apply ×1.5, ×2, ×2.5 to reach Term 4.
- Result: Term 4 of Series II = 45.
- Always count the arrows, not the terms — Term 4 means three operations, not four.
:::