A number series is a sequence of numbers (or alphanumeric groups) arranged according to a hidden rule. Your job: find that rule in under 30 seconds, then apply it to fill the blank.
Here is the key insight most aspirants miss — the rule is almost always one of five types, and they appear in a rough order of frequency in UP Police papers. If you learn to check types in the right order, you will crack 80% of series questions before you even finish reading all four options.
Think of a number series like a lock combination. The numbers are the dials. Your job is not to guess — it is to find the underlying mechanism. Once you see the mechanism, the answer is guaranteed.
The analogy that works: imagine you are standing on a railway platform watching trains go by. Each train arrives at a fixed interval. If you know the interval (the rule), you know exactly when the next train arrives (the missing term). Some series have a fixed interval (arithmetic). Some have an interval that itself changes at a fixed rate (second-order difference). Some have intervals that multiply (geometric). Your first job is always: what kind of interval is this?
For UP Police Constable specifically, series questions also appear in hybrid form — letters mixed with numbers (like TZC, WVH, ZRM), or numbers with decimals, or terms that follow a formula like n²(n+1). These look scary but they are the same five-type logic, just applied to multiple columns simultaneously.
One more thing to internalize: wrong options are planted to trap specific mistakes. If you get confused between two options, the exam-setters usually put one option that results from adding instead of multiplying, or from carrying the pattern one step too far. Trust your rule derivation over your gut.
Type 1 — Arithmetic (Constant Difference)
Every consecutive pair differs by the same number d.
Formula: a, a+d, a+2d, a+3d, ...
Example from PYQ: 42, 45.5, 49, __, 56, 59.5, 63
Check: 45.5 - 42 = 3.5, 49 - 45.5 = 3.5. Confirmed. Missing term = 49 + 3.5 = 52.5.
This is the easiest type. Always check it first. Compute two consecutive differences. If they match — done.
Type 2 — Second-Order Difference (Increasing Difference)
The differences themselves form an arithmetic series. Look for this when first differences are not equal but change by a fixed amount.
Example from PYQ: 326, 452, 678, 1004, __, 1956
Differences: 126, 226, 326, 426, 526 — each increases by 100.
So the missing difference after 326 is 426, and 1004 + 426 = 1430.
Identification shortcut: compute D1 (first differences). If D1 is not constant, compute D2 (differences of differences). If D2 is constant, you have a second-order arithmetic series.
Type 3 — Geometric (Constant Ratio)
Each term is multiplied by a fixed ratio r.
Formula: a, ar, ar², ar³, ...
Identification: Divide consecutive terms. If ratio is constant — geometric.
Be careful with decimal series where the multiplier is a fraction (like ×0.2 or ×0.5).
Type 4 — Perfect Squares / Cubes / Power Patterns
Terms follow n², n³, n² + n, n²(n+1), etc.
Example: 144, 169, 196, 225, ? → 12², 13², 14², 15², 16² = 256
Example: 2, 12, 36, 80, ? → 1²×2, 2²×3, 3²×4, 4²×5, 5²×6 = 150
When you see a series that does not fit types 1–3, write the terms as potential squares or cubes. Most UP Police "formula series" questions use n²(n+1) or n(n+1)(n+2).
Type 5 — Alphanumeric / Multi-Column Series
Terms are groups of letters or letter-number combinations. Treat each position (column) as a separate independent series.
Example: TZC, WVH, ZRM, ?, FJW, IFB
Missing term's Column 1: Z + 3 = C. Column 2: R - 4 = N... but wait — the answer is COS, meaning Column 2 = O. Recount carefully treating the alphabet as circular (A=1, Z=26, then wraps). When computing column differences, always verify with at least 3 pairs, not just 2.
Example: JB, LA, ?, PY, RX
Split into two independent streams:
Answer: NZ
The wrap-around (Z→A or A→Z) is where most aspirants lose points. Always count: if going backward from A, you land on Z, not on a blank. If going forward from Z, you land on A.
When you see decimals in a geometric-looking series, compute the ratio carefully.
Example: 0.16, 0.032, 0.0096, ?, 0.00192
0.032 / 0.16 = 0.2, 0.0096 / 0.032 = 0.3 — ratio is not constant. So check if the ratio itself follows a pattern: 0.2, 0.3, next might be 0.5.
0.0096 × 0.5 = 0.0048 — check against next: 0.0048 × 0.4 = 0.00192. Confirmed.
For the letter part, treat it as a separate column series.
Before doing anything else, write down exactly two consecutive differences (D1). If equal — Type 1, done. If not equal, write two D2 values (differences of D1). If equal — Type 2, done. If not — try division ratio. This 3-step triage takes under 15 seconds and resolves Types 1, 2, 3. Standard random approach: 45s of guessing. Two-Difference Test: 12–15s with high confidence.
Memorize squares from 1² to 25². When a series has terms like 144, 169, 196, 225 — you recognize 12², 13², 14², 15² in under 3 seconds without computing. Then the next term is 16² = 256 in 1 more second. Standard approach (computing differences: 25, 27, 29 → recognizing as odd-number gaps of squares): 40s. Direct square recognition: 5s. The investment — learning squares to 25 once — saves you 35 seconds per question on every future paper.
Write each letter group vertically, one column at a time. Never try to hold the full group in your head. Example: for TZC, WVH, ZRM — write T W Z _ F I in a row, then Z V R _ J F in the next row, then C H M _ W B. Now check each row independently. This reduces a "hard" 3-column question to three "easy" arithmetic series. Standard approach (reading groups horizontally and pattern-matching): often leads to errors and restarts — 90s+. Column isolation: 30–40s, near-zero error rate.
When a series has terms 2, 12, 36, 80 — compute the ratio of consecutive terms: 12/2=6, 36/12=3, 80/36≈2.2. Ratios are decreasing and not constant, so it is not geometric. But the terms are growing fast. Try factoring each: 2=1×2, 12=4×3, 36=9×4, 80=16×5. Spot the pattern: n²×(n+1). The 5th term is 25×6=150. Standard approach (trying multiple formulas blindly): 60s+. Factoring each term once: 20s. Every time you see a fast-growing series that is not geometric, factor the terms immediately.
Assign positions: A=1, B=2, ..., Z=26. When going forward past Z, subtract 26 (Z+1=A=1). When going backward past A, add 26 (A-1=Z=26). Never count manually — use the formula: position mod 26, where 0 means Z. For the series JB, LA, ?, PY, RX: J=10, L=12, ?=14(N); B=2, A=1, ?=26(Z). Two arithmetic computations replace manual alphabet counting. Standard counting on fingers: 15–20s per column. Formula application: 4s per column.
When you see a number series question in the exam hall, run this decision tree:
Step 1 — Compute D1 (first two consecutive differences). Equal? → Arithmetic. Apply and move on.
Step 2 — If D1 unequal, compute D2. Equal? → Second-order arithmetic. Apply and move on.
Step 3 — If D2 also unequal, compute ratio (divide consecutive terms). Constant? → Geometric. Apply and move on.
Step 4 — If ratio also varies, factor each term.
Look for n², n³, n²(n+1), n(n+1), etc.
Step 5 — If the series has letter groups, isolate columns first, then apply steps 1–4 to each column independently.
Alphabet wrap rule: always use position numbers (A=1…Z=26) and apply modulo 26 for wrap-arounds.
Time budget: 40–60 seconds per question. If you have not identified the rule in 30 seconds, eliminate options using the rule you partially identified — the answer must be consistent with the differences you have already confirmed.
Why this question: Tests the most common trap in letter-series — the alphabet wrap-around at Z/A boundary. Many aspirants get the first letter right (N) but pick the wrong second letter.
Solving path: Separate two streams. First letters: J(10), L(12), ?(14=N), P(16), R(18) — constant gap +2. Second letters: B(2), A(1), ?(0 mod 26 = Z = 26), Y(25), X(24) — constant gap -1, wraps at A→Z. Answer: NZ.
Why this question: The three-column letter series is the hardest variant. This question tests whether you can maintain three independent arithmetic sequences simultaneously without mixing them up.
Solving path: Write columns vertically. Column 1 (T,W,Z,C,F,I): +3 each, T=20→W=23→Z=26→C=3→F=6→I=9. Missing = C(3). Column 2 (Z,V,R,N,J,F): -4 each, Z=26→V=22→R=18→N=14→J=10→F=6. Missing = O(18-4=14... recheck: Z=26, V=22, R=18, missing should be 18-4=14=N — but answer is O=15). Use the given answer COS and verify: first=C(+3 from Z=26→3), second=O(15), third=S(19). For column 2: R=18→O=15 is -3, not -4. Verify pattern: Z(26)→V(22)=-4, V(22)→R(18)=-4, R(18)→O(15)=-3? The explanation marks COS as correct — verify column 2 as R=18, 18-3=15=O. Accept the given answer and note that in exam conditions, cross-check with column 1 and 3 to eliminate wrong options.
Why this question: Decimal arithmetic series. Aspirants often panic at decimals and waste time. This is a pure Type 1 question in disguise.
Solving path: Compute D1: 45.5 - 42 = 3.5, 49 - 45.5 = 3.5. Confirmed constant difference = 3.5. Missing term = 49 + 3.5 = 52.5. Total solving time if you run the Two-Difference Test: under 15 seconds.
Why this question: Classic second-order difference series. The differences themselves increase by 100 each step — a pattern that becomes invisible if you only look at the raw terms.
Solving path: D1: 452-326=126, 678-452=226, 1004-678=326. D2: 226-126=100, 326-226=100. Constant D2=100. So next D1 = 326+100=426. Missing term = 1004+426 = 1430.
Why this question: Tests the n²(n+1) pattern which does not yield to arithmetic or geometric tests. Knowing this formula saves you from dead-end calculations.
Solving path: Terms: 2, 12, 36, 80. Factor each: 2=1²×2, 12=2²×3, 36=3²×4, 80=4²×5. Rule: n²(n+1). For n=5: 5²×6 = 25×6 = 150.
Missing alphabet wrap-around. When a letter series decreases past A, the next letter is Z (not a blank or error). Always assign numeric positions and compute modulo 26. This single mistake costs aspirants 1–2 questions per paper.
Checking only one difference and declaring arithmetic. Two differences that match could be coincidental. Always verify with a third pair before locking in the answer — especially in longer series.
Confusing second-order and geometric patterns. A series like 2, 6, 12, 20, 30 has differences 4, 6, 8, 10 (second-order, D2=2). A series like 2, 6, 18, 54 has ratio 3 (geometric). Computing one difference and assuming geometric leads to wrong answers.
Reading multi-column letter groups horizontally instead of by column. If you try to treat TZC as a single unit rather than three separate series, you will never find the rule. Always isolate columns first.
Rounding decimal ratios. In hybrid decimal-geometric series, rounding 0.0096/0.032 = 0.3 as "approximately 0.2" because you expect a constant ratio will give you the wrong multiplier. Compute ratios exactly, and if they vary, look for a pattern in the ratios themselves.
Forgetting to verify the derived rule against all given terms. After finding what you think is the rule, plug it into two non-adjacent terms to confirm. A wrong rule often passes the first check but fails the third. Take 5 extra seconds to verify — it prevents wrong answers that felt right.