Number Series
Arithmetic and Difference-Based Series
Always compute the gap between consecutive terms FIRST. If the difference is constant, it's a simple arithmetic series (e.g., 5, 9, 13, 17 — add 4). If the difference itself changes by a fixed amount, it's a 'difference of differences' series (e.g., 2, 5, 10, 17 — gaps are 3, 5, 7, so +9 next = 26). Speed trick: write the gaps in a small row below the numbers. For IBPS Clerk, most arithmetic series add or subtract a value that grows by +1, +2, or follows odd/even numbers. If gaps form 1, 2, 3, 4 you are dealing with consecutive natural numbers; if 1, 3, 5, 7 they are consecutive odd numbers. Recognising the gap pattern in under 5 seconds is the key to scoring fast here.
In 'find the wrong term' questions, build the expected sequence from the first valid gap and check where it breaks. Example: 6, 11, 17, 23, 30, 39. Gaps should grow as +5, +6, +7, +8, +9 giving 6, 11, 17, 24, 32, 41. So 23 is wrong (should be 24). Memory aid: verify both directions — sometimes the error is early and everything after shifts. Check at least two gaps before committing. For IBPS Clerk these are usually single-step patterns, so once two consecutive gaps confirm the rule, the odd one out is obvious.
Memorise these signature gap sequences to identify series instantly: (1) Equal gaps = arithmetic; (2) +1, +2, +3, +4 = adding natural numbers; (3) +2, +4, +6, +8 = adding even numbers; (4) +1, +3, +5, +7 = adding odd numbers (these produce perfect-square-related jumps); (5) +3, +6, +9, +12 = multiples of 3. Summary tip: if numbers grow slowly and roughly linearly, suspect addition; if they grow fast and accelerate, suspect multiplication (covered in another topic). For Clerk-level speed, scan the magnitude of growth first — small steady steps mean a difference series.
Multiplication and Division Series
If a series grows rapidly, divide consecutive terms instead of subtracting. A constant ratio means geometric (e.g., 3, 6, 12, 24 — ×2). Often the multiplier itself changes: 1, 2, 6, 24, 120 multiplies by 2, 3, 4, 5. Speed trick: a value roughly doubling or tripling each step signals multiplication. For series like 5, 10, 30, 120 the multipliers are 2, 3, 4. Memory aid: 'ratio rising' patterns usually use ×2, ×3, ×4… or ×1.5, ×2, ×2.5. When the multiplier is fractional, the series may rise then fall, so always confirm the ratio across at least two pairs before deciding.
IBPS Clerk frequently uses '×n then ±k' rules. Example: 2, 5, 11, 23, 47 follows ×2 +1 each time (2×2+1=5, 5×2+1=11). Another: 3, 7, 15, 31, 63 is ×2 +1. To detect, check if term = (previous × small number) ± constant. Speed method: pick a likely multiplier (usually 2 or 3), multiply the first term, and see what you must add to reach the second; then verify that same operation on the next pair. If it holds twice, apply it for the answer. These mixed series look intimidating but reduce to one repeated formula.
Descending fast-shrinking series are usually division-based. Example: 480, 240, 80, 20 divides by 2, 3, 4. Another common form uses ×0.5 or ÷ growing integers. Example: 720, 360, 120, 30, 6 divides by 2, 3, 4, 5. Memory aid: if a big number collapses quickly toward small values, suspect dividing by an increasing sequence (2, 3, 4, 5…). For Clerk, factorial-like patterns (n!) appear occasionally: 1, 2, 6, 24, 120. Recognise 24 and 120 as factorial signposts. Summary: rising multiplier going up = multiply; rising divisor going down = divide.
Mixed-Operation and Squares/Cubes Series
Memorise squares up to 30² and cubes up to 15³ — they appear disguised in series. Cubes: 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000. Squares: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144. Trick: if numbers near these values appear with a small offset, the series may be n²±k or n³±k. Example: 2, 9, 28, 65 is n³+1 (1+1, 8+1, 27+1, 64+1). Another: 0, 3, 8, 15, 24 is n²−1. Spotting a near-square or near-cube and checking the constant offset is the fastest route to the answer.
Some series interleave two independent patterns — odd positions follow one rule, even positions another. Example: 2, 8, 4, 16, 6, 24 splits into (2, 4, 6 = +2) and (8, 16, 24 = +8). Speed trick: if a series oscillates up and down or seems chaotic, separate alternate terms onto two lines and analyse each. For IBPS Clerk these are usually simple sub-patterns (arithmetic or doubling). Memory aid: count the terms — an even count with a zig-zag shape strongly suggests two interleaved sequences. Solve each strand separately, then place your answer in the correct alternating slot.
Consider 2, 6, 12, 20, 30, ?. The differences are 4, 6, 8, 10, so next gap is 12 → 30+12=42. Alternatively each term equals n²+n: 1²+1=2, 2²+2=6, 3²+3=12, 4²+4=20, 5²+5=30, 6²+6=42. Recognising the n²+n (or n(n+1)) form lets you jump straight to the answer without computing every gap. Many Clerk series hide such product forms — 6, 12, 20, 30 are products of consecutive integers (2×3, 3×4, 4×5, 5×6). Knowing these product chains saves precious seconds.
Wrong-Number and Missing-Term Strategy
Step 1: Glance at growth speed — slow/linear suggests addition; fast suggests multiplication. Step 2: Compute the first 2-3 differences or ratios. Step 3: Establish the rule from the EARLY terms (they are most often correct). Step 4: Apply the rule forward and the first term that violates it is the answer. Speed tip: never assume the wrong term is in the middle — scan systematically from the start. If the rule holds for the first three terms, the break point is your answer. Always double-check by confirming the rule resumes correctly AFTER replacing the wrong term, which validates your choice.
For missing-term questions (a blank in the middle), use BOTH neighbours. Find the rule from terms before AND after the gap, then confirm both directions meet at the blank. Example: 4, 8, ?, 32, 64 is doubling, so the blank is 16 (8×2=16 and 16×2=32). Memory aid: if you can verify the rule on either side of the gap, your answer is almost certainly correct. For alternating series with a blank, identify which sub-pattern the blank belongs to (odd or even position) and solve only that strand. This avoids confusion and saves time on Clerk's speed-sensitive section.
Trap 1: A single arithmetic 'fits-twice' coincidence — always verify a rule across at least three terms, not two. Trap 2: Confusing ×2 with +n when early small numbers behave similarly (2,4 could be ×2 or +2). Use the third term to disambiguate. Trap 3: Mixed series where you stop at the first rule that 'almost' works. For IBPS Clerk, allocate roughly 30-40 seconds per series; if a pattern doesn't emerge in two passes, mark it and move on. Summary: confirm rules on multiple terms, watch for ×/+ ambiguity, and never burn 2+ minutes on a single number-series question.