Why this topic matters · 7 min read
Number Series is a high-frequency Reasoning topic in UP Police Constable exams, typically 2-4 questions per paper. You are given a sequence and must find the missing term or next number. Tests logical thinking, mental math speed, and pattern spotting. Most questions involve arithmetic progression, geometric progression, or mixed operations. Difficulty ranges from easy (simple +/- patterns) to moderate (square/cube sequences, alternating operations). Mastering common patterns saves 2-3 minutes per question.
Arithmetic Progression (AP) Series
The simplest and most common pattern. Each number increases or decreases by a fixed amount called the common difference (d). For example, 2, 5, 8, 11, 14 has d = +3. In UP Police exams, AP questions are usually warm-ups but can be disguised with negative numbers or fractions. Always check: subtract any two consecutive terms to find d, then apply it forward or backward.
- Find d by subtracting: second term - first term
- Apply d consistently to find missing or next term
- Watch for negative d (decreasing sequences): 50, 45, 40, 35...
- AP formula: nth term = a + (n-1)d, where a is first term
- If d is not constant, it is NOT a simple AP — look for secondary pattern
Key formulas
Common Difference
d = T2 - T1 = T3 - T2
When: To identify if sequence is AP and find the fixed increment/decrement
nth Term of AP
Tn = a + (n-1)d
When: To find any term in the sequence without listing all terms
Worked examples
Series: 3, 7, 11, 15, ? | d = 7-3 = 4 | Next term = 15 + 4 = 19
Series: 100, 90, 80, 70, ? | d = 90-100 = -10 | Next term = 70 - 10 = 60
Geometric Progression (GP) Series
Each term is multiplied by a fixed ratio (r) to get the next term. Example: 2, 6, 18, 54 has r = 3 (multiply by 3 each time). Less common than AP in UP Police, but appears 1-2 times per paper. Identify by dividing: second term ÷ first term. Watch for r < 1 (shrinking sequences) and negative r (alternating signs).
- Find r by dividing: T2 / T1 = T3 / T2
- Multiply by r to find next term
- Common ratios: 2, 3, 0.5, 1/2, -1, -2
- If r is not constant, look for mixed pattern (AP + GP hybrid)
- GP grows/shrinks faster than AP — useful for quick elimination
Key formulas
Common Ratio
r = T2 / T1 = T3 / T2
When: To identify GP and find the fixed multiplier
nth Term of GP
Tn = a * r^(n-1)
When: To find any term in a geometric sequence
Worked examples
Series: 2, 6, 18, 54, ? | r = 6/2 = 3 | Next term = 54 * 3 = 162
Series: 100, 50, 25, 12.5, ? | r = 50/100 = 0.5 | Next term = 12.5 * 0.5 = 6.25
Perfect Squares & Cubes Series
Sequences built from squares (1, 4, 9, 16, 25...) or cubes (1, 8, 27, 64...). Very common in UP Police. Pattern: 1^2, 2^2, 3^2, 4^2... or 1^3, 2^3, 3^3, 4^3... Sometimes mixed with operations like +1, -1, or *2. Always check if the base number (1, 2, 3, 4...) is incrementing by 1.
- Identify base sequence: 1, 2, 3, 4, 5... then square or cube it
- Watch for offset: (n+1)^2 or (n-1)^3 shifts the pattern
- Mixed: n^2 + n, or n^2 - 1, or 2*n^2 — check operation applied
- Cubes grow very fast — useful for quick pattern spotting
- Common trap: confusing 2^3 = 8 with 3^2 = 9
Worked examples
Series: 1, 4, 9, 16, 25, ? | Pattern: 1^2, 2^2, 3^2, 4^2, 5^2 | Next = 6^2 = 36
Series: 1, 8, 27, 64, ? | Pattern: 1^3, 2^3, 3^3, 4^3 | Next = 5^3 = 125
Mixed & Alternating Operation Series
Differences or operations change in a pattern. For example, +1, +2, +3, +4... (differences increase by 1 each time). Or alternating +/- operations. These are moderate difficulty and test deeper pattern recognition. Strategy: always compute differences between consecutive terms first, then look for a pattern in those differences.
- Calculate first differences: T2-T1, T3-T2, T4-T3...
- If first differences form a pattern (AP, GP, squares), use that
- Second differences: differences of differences — useful for quadratic patterns
- Alternating operations: +5, -3, +5, -3... or *2, /2, *2, /2...
- Triangular numbers (1, 3, 6, 10, 15...) = sum of 1+2+3+... appear often
Worked examples
Series: 1, 2, 4, 7, 11, ? | Differences: +1, +2, +3, +4 | Next diff = +5 | Answer = 11+5 = 16
Series: 2, 3, 5, 8, 12, ? | Differences: +1, +2, +3, +4 | Next diff = +5 | Answer = 12+5 = 17
Fibonacci & Special Sequences
Fibonacci: each term is sum of previous two (1, 1, 2, 3, 5, 8, 13...). Rare in UP Police but worth knowing. Other special patterns: alternating two sequences, digit sum patterns, or sequences based on position (e.g., every odd position increases by 2, every even position by 3). Always scan the series for these before assuming simple AP/GP.
- Fibonacci: Tn = Tn-1 + Tn-2
- Check if odd and even positions follow separate patterns
- Digit sum: 12, 21, 30, 39... (digit sums: 3, 3, 3, 12) — less common
- Position-based: 1st, 3rd, 5th terms follow one rule; 2nd, 4th, 6th another
- If no obvious pattern in 4-5 terms, re-examine assumptions
⚠ Common mistakes to avoid
- Assuming AP when it's actually GP or mixed pattern — always verify d or r is constant across ALL consecutive pairs, not just first two
- Arithmetic errors in mental math — 7*7=49, not 48; 8^3=512, not 500. Double-check squares and cubes under exam stress
- Ignoring negative numbers or fractions — series like -2, -4, -8 is GP with r=-2, not AP. Fractions like 1/2, 1/4, 1/8 are GP with r=0.5
- Missing the secondary pattern in differences — compute first differences FIRST before jumping to conclusions; if d is not constant, compute second differences
- Confusing position (n) with term value — in n^2 series, the 5th term is 5^2=25, not 2^5=32. Always track which position you are in
🧠 Memory aids
- APG mnemonic: Arithmetic (add/subtract fixed d), Progression (linear growth), Geometric (multiply fixed r). Check d first, then r, then squares/cubes.
- DIFF method: Differences first — compute T2-T1, T3-T2, T4-T3. If constant, it's AP. If ratio is constant, it's GP. If differences form a pattern, use that pattern.
- Squares anchor: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100. Memorize up to 10^2. Cubes: 1, 8, 27, 64, 125. Memorize up to 5^3.
- Fibonacci shortcut: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55. If you see 5 and 8 together, think Fibonacci.
🎯 UP POLICE CONSTABLE exam tips
- UP Police typically asks 2-4 number series questions in 15-20 minutes of Reasoning. Allocate 3-4 minutes per question. First 1-2 are usually AP/GP (easy); last 1-2 are mixed or squares/cubes (moderate).
- In recent papers (2022-2024), mixed operation series (differences increasing by 1, or alternating +/-) appear more often than pure GP. Practice difference method heavily.
- Negative numbers and fractions are increasingly common. A series like -1, -4, -9, -16 is -(1^2), -(2^2), -(3^2), -(4^2). Don't miss the negative sign.
- Time-saving trick: if you spot a perfect square or cube in the first 2-3 terms, assume that pattern and verify. Squares/cubes are faster to compute mentally than checking AP/GP ratios.
- Multiple choice advantage: use answer options to reverse-engineer the pattern. If options are 64, 81, 100, 121, the series likely involves squares (8^2, 9^2, 10^2, 11^2). Eliminate non-square options first.
Q1 · medium · PYQ 2013
छह लगातार विषम संख्याओं का योग सबसे बड़ी संख्या के दुगने से 38 अधिक है। छह संख्याओं का योग निकालें।
- 50
- 80
- 72
- 60
Q2 · medium · PYQ 2018
Determine the missing number.
3, 4, 6, 9, 13, _____, 24
- 17
- 20
- 18
- 19
Q3 · medium · PYQ 2019
Find the missing numbers (X and Y) in the series and find the value of Y/X.
10, 20, 20, X, 240, 1200, Y
- 480
- 120
- 240
- 50
Q4 · medium · PYQ 2024
Find the missing number 1, 12, 144, ..., 20736.
- 1278
- 1782
- 1728
- 1287
Q5 · medium · PYQ 2024
Find the next number in the series 15, 36, 63, 96, ___.
- 145
- 122
- 135
- 128