Recognising Multiplicative Growth
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.
Ratio-Ladder & Half-Step Tricks
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.
| 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 |
- โ- 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.
"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.
- โ- 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.
Worked Example: Half-Step Multiplier
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.
Multiplicative & Ratio-Based Series โ revision notes (IBPS PO Prelims)
When a Number Series in IBPS PO grows fast, the logic is almost always multiplicative โ a geometric jump, a รk+c rule, or a moving fractional ratio. These are the "medium" 1โ2 questions in the 5-series set. Spot the growth rate, not just the gap.
The core idea
Take ratios (term รท previous term) instead of differences. A constant ratio = geometric series. A ratio that changes smoothly (ร1, ร1.5, ร2, ร2.5) or a hidden "รn then +c" is the usual bank twist.
Must-know patterns
| Type | Example | Logic |
|---|---|---|
| Constant ratio (GP) | 3, 6, 12, 24, 48 | ร2 |
| Fractional ratio | 16, 24, 36, 54, 81 | ร1.5 (ร3/2) |
| Multiplier increases | 2, 4, 12, 48, 240 | ร2, ร3, ร4, ร5 |
| รn + constant | 3, 7, 15, 31, 63 | ร2 + 1 |
| รn โ constant | 5, 9, 17, 33, 65 | ร2 โ 1 |
| Multiply by decreasing | 5, 5, 7.5, 15, 37.5 | ร1, ร1.5, ร2, ร2.5 |
nth term of a GP = aยทr^(nโ1). If you see repeated numbers early (5, 5โฆ), suspect a ร0.5 or ร1 start with a growing multiplier.
How to attack
- Divide each term by the previous. Constant โ GP, done.
- Not constant โ check if the multiplier itself steps up (ร2,ร3,ร4) or if it's "ร2+1 / ร2โ1 / ร3โ2" (compute one term forward to confirm).
- For half/decimal terms, expect a ร1.5 or ร2.5 fractional ratio.
Exam Tricks & Tips
- ๐ฏ Ratio-scan for fast growth: if terms roughly double or triple, divide (don't subtract) โ you'll find the rule in one pass.
- ๐ฏ Test รnยฑc together: when a plain รk doesn't fit, immediately try ร2+1, ร2โ1, ร3+1; bank setters reuse these constantly.
- ๐ฏ Decimal/half-term tell: a term like 40.5 or 22.5 signals a ร1.5 or ร2.5 ratio โ not addition.
- ๐ฏ Growing-multiplier cue: if ratios read 2, 3, 4, 5 the rule is "multiply by the next integer" โ verify the last given term to lock it.
- ๐ฏ Reverse-divide from the end: for a late blank, divide the following term by the expected multiplier to get the answer directly.
- โ Common mistake: treating a รn+c series as pure GP โ always subtract the constant back out (e.g. 3โ7 is ร2+1, not ร2.33).
Expected exam pattern
Typically 1โ2 of the 5 series questions. Fast-growing sequences, one blank. Because growth is steep, a wrong multiplier gives a wildly off value โ sanity-check magnitude against the options.
Quick recap
Divide, don't subtract. Constant ratio = GP; changing ratio = growing multiplier or รnยฑc. Decimal terms mean fractional ratios (ร1.5, ร2.5). Confirm on two steps, then fill the blank.
Multiplicative & Ratio-Based Series โ Flashcards (IBPS PO)
Cover, compute the ratio, then check. 11 cards on multiplicative and ratio series for IBPS PO.
Q1. For a fast-growing series, do you take differences or ratios?
A1. Ratios (term รท previous term). Fast growth almost always means a multiplicative rule.
Q2. 3, 6, 12, 24, ? โ logic and next term?
A2. Constant ratio ร2 (geometric) โ 24 ร 2 = 48.
Q3. 2, 4, 12, 48, ? โ spot the rule.
A3. Multiplier increases: ร2, ร3, ร4 โ next ร5 โ 48 ร 5 = 240.
Q4. 3, 7, 15, 31, ? โ the ratio isn't clean. What now?
A4. It's ร2 + 1 โ 31 ร 2 + 1 = 63.
Q5. 5, 9, 17, 33, ? โ find the pattern.
A5. ร2 โ 1 โ 33 ร 2 โ 1 = 65.
Q6. A term of 40.5 or 22.5 appears. What ratio should you suspect?
A6. A fractional ratio like ร1.5 or ร2.5 โ decimals rule out simple addition.
Q7. 16, 24, 36, 54, ? โ logic?
A7. ร1.5 (ร3/2) each time โ 54 ร 1.5 = 81.
Q8. nth term of a geometric progression?
A8. a ยท r^(nโ1), where a = first term, r = common ratio.
Q9. 5, 5, 7.5, 15, 37.5, ? โ why the repeat at the start?
A9. Growing multiplier ร1, ร1.5, ร2, ร2.5 โ next ร3 โ 37.5 ร 3 = 112.5.
Q10. Shortcut for a blank near the END of a multiplicative series?
A10. Divide the term after the blank by the expected multiplier to get the answer directly.
Q11. Classic mistake with รnยฑc series?
A11. Treating it as a pure GP. If a plain รk doesn't fit, test ร2+1, ร2โ1, ร3โ2 before giving up.