Number Series for UP Police Constable — Pattern Recognition & Missing Number

beginner 18 min read

Concept

A number series is a sequence of numbers arranged according to a hidden rule. Your job is to find that rule and use it to identify the missing term or the next term.

Think of it like a lock combination. Each dial follows a pattern — once you crack one dial's logic, the rest open up. In number series, every term is the "dial" and the pattern is the combination you need to find.

Here's the key insight that most students miss: the pattern is almost always one of five types, and your first 10 seconds should be spent categorising the series, not calculating.

The five types you will see in UP Police Constable:

  1. Arithmetic (AP): Each term increases or decreases by a fixed number. Example: 3, 7, 11, 15 — difference is always +4.

  2. Geometric (GP): Each term is multiplied or divided by a fixed number. Example: 2, 6, 18, 54 — ratio is always ×3.

  3. Squares / Cubes: Terms are perfect squares () or cubes (), sometimes with a twist like n²(n+1).

  4. Difference series: The differences between consecutive terms themselves form a pattern (AP or GP). This is the most common "harder" type.

  5. Mixed / Compound: Two or more rules running together, or alternating rules.

The analogy that sticks: arithmetic series are like uniform steps on a staircase. Geometric series are like a ball bouncing — each bounce is a fixed fraction of the last. Difference series are like acceleration — the speed changes, but the change in speed is constant.

Once you know which staircase you are on, finding the missing step is just arithmetic.


Deep Dive

Step 1 — Calculate the first differences

Always start by subtracting consecutive terms. Write the differences below the series.

Series:   42,   45.5,   49,   ?,   56,   59.5,   63
Diff:        +3.5,  +3.5,  +3.5, +3.5,  +3.5,  +3.5

If the differences are constant, you have an AP. Done in 5 seconds.

Step 2 — If differences are not constant, calculate the ratio

Divide each term by the previous one.

Series:   0.12,  0.48,  1.92,  7.68,  30.72,  ?
Ratios:        ×4,    ×4,    ×4,    ×4,     ×4

Constant ratio = GP. Missing term = 30.72 × 4 = 122.88.

Step 3 — If neither works, go to second differences

Calculate differences of the differences.

Series:   326,  452,  678,  1004,  ?,  1956, 2582
Diff 1:      126,  226,  326,   426, 526,  626
Diff 2:          100,  100,   100, 100,  100

The second differences are constant at +100. So the first differences are an AP with +100 each step. The missing first difference is 326 + 100 = 426, making the missing term 1004 + 426 = 1430.

Step 4 — Check for squares or cubes

Look at the numbers and ask: are these close to perfect squares or cubes?

144 = 12²,  169 = 13²,  196 = 14²,  225 = 15²,  ? = 16² = 256

When you see numbers like 144, 169, 196 — your brain should fire "squares" immediately, not "let me find the difference."

Step 5 — Check for compound formulas

If none of the above works, try n²(n+1), n(n+1), n³ + n, or similar. These are rare in UP Police but do appear.

Series:  2,  12,  36,  80,  ?
Pattern: 1²×2=2, 2²×3=12, 3²×4=36, 4²×5=80, 5²×6=150

Handling Decimal Series

Decimal series follow the exact same rules — don't let the decimals intimidate you. Treat 0.8, 1.6, 2.4 like 8, 16, 24 — just with a decimal point. The difference is 0.8 each time, same logic.

For a GP with decimals like 0.12, 0.48, 1.92 — the ratio ×4 works the same way. 30.72 × 4 = 122.88, and you can verify: 122.88 × 4 = 491.52. Always verify with the term after the blank when possible.

The "Difference of Differences" Trick in Detail

This deserves extra attention because it catches most students off guard. When first differences form an AP themselves:

This process is mechanical. You do not need to derive a formula. Just keep building the pattern downward until you hit a constant row, then rebuild upward.


Memory Tricks & Shortcuts

patternConstant Difference = Done in 5 Seconds

When consecutive differences are equal, the series is AP. Don't calculate anything else. Scan the series: if Term2 − Term1 = Term3 − Term2, add that difference to the term before the blank. Example: 42, 45.5, 49, ___, 56 → differences are all 3.5 → answer is 49 + 3.5 = 52.5. Standard method (trial options): ~40s. This method: ~8s.

patternSquare Scan — 12 to 20

Memorise squares from 12² to 20² cold: 144, 169, 196, 225, 256, 289, 324, 361, 400. When you see any of these in the series, immediately write the root below each number (12, 13, 14...) and the pattern becomes trivially obvious. Standard method (find differences): 3 steps. This method: 1 recognition + 1 step. Saves 2 steps per question.

patternGP Check — Divide Don't Subtract

If subtracting gives non-constant differences, try dividing term2 ÷ term1. Do it for two pairs. If ratio matches, it's GP. Stop there, multiply the last known term by the ratio. For 0.12 → 0.48 → 1.92: 0.48 ÷ 0.12 = 4, 1.92 ÷ 0.48 = 4. Confirmed. 30.72 × 4 = 122.88 in one multiplication. If you tried subtraction first: non-constant, confused, then GP check — adds ~20s. Going GP-check-first when numbers grow rapidly: saves ~15s.

patternSecond-Difference Ladder

When first differences are not constant, write them out and subtract again. If the second-level differences are constant, rebuild the answer going upward. For series 326, 452, 678, 1004, ?, 1956: differences are 126, 226, 326, 426 — these increase by 100 each time. Next difference = 426 + 100 = 526... wait, 1004 + 426 = 1430. Verify: 1430 + 526 = 1956. Correct. This 2-level ladder check resolves what looks like a "hard" series in ~25s versus 60s+ of random formula-guessing.

eliminationElimination by Decimal Place

In decimal series questions, check the decimal place of the correct answer before calculating. If the series is in tenths (0.8, 1.6, 2.4...) the answer must also be in tenths. If three options have different decimal places from the series pattern, eliminate them instantly. In the 0.8, 1.6, 2.4, 3.2, ___ question: options 3.8, 5.4, 4.6 are tenths but wrong values — only 4.0 continues the exact +0.8 pattern. Recognising the pattern first means you don't even need to check 3.8, 5.4, or 4.6 arithmetically. Saves ~10s per such question.


Fast-Solving Framework

In the exam hall, use this exact decision tree. Do not skip steps.

Step 1 (5s): Scan the series. Are the numbers growing? Shrinking? Alternating? This tells you the sign of the pattern.

Step 2 (5s): Calculate two consecutive differences. Are they equal? If yes → AP. Find the missing term. Move on.

Step 3 (5s): If differences are unequal, calculate two consecutive ratios. Are they equal? If yes → GP. Find the missing term. Move on.

Step 4 (10s): Calculate all first differences. Do these differences themselves form an AP? If yes → difference ladder. Add the next step in the difference AP, then add to the last term.

Step 5 (5s): If none of above, check if terms are perfect squares or cubes in sequence.

Step 6 (10s): Try formula patterns: n²(n+1), n(n+1)/2, n³ + n. These are rare but appear.

Fallback (20s): If completely stuck, plug the answer options back into the series and verify. Start with the middle option. If it makes the surrounding pattern consistent, that is your answer.

Total target time per number series question: under 45 seconds.


Solved PYQs

Why this question: This is the simplest AP decimal series that appears in UP Police. Many students second-guess themselves because of the decimal — this question trains you not to.

Previous Year Questionपिछले वर्ष का प्रश्न2026
दी गई श्रृंखला को पूरा करने के लिए निम्नलिखित विकल्पों में से लुप्त संख्या का चयन कीजिए: 0.8, 1.6, 2.4, 3.2, ___, 4.8, 5.6, 6.4
दी गई श्रृंखला को पूरा करने के लिए निम्नलिखित विकल्पों में से लुप्त संख्या का चयन कीजिए: 0.8, 1.6, 2.4, 3.2, ___, 4.8, 5.6, 6.4
  1. 3.8
  2. 5.4
  3. 4.6
  4. 4.0
  1. 5.4
  2. 4.0
  3. 3.8
  4. 4.6
Solutionसमाधान
The series increases by 0.8 each time: 0.8, 1.6, 2.4, 3.2, 4.0, 4.8, 5.6, 6.4. The missing number is 4.0.

Solving path: Calculate difference: 1.6 − 0.8 = 0.8. Verify: 2.4 − 1.6 = 0.8. Confirmed AP with +0.8. The term before the blank is 3.2. Answer: 3.2 + 0.8 = 4.0. Check: 4.0 + 0.8 = 4.8 (matches next given term). Option D is correct.


Why this question: Tests GP recognition with decimals. Students often try subtraction first and waste 20 seconds. Train yourself to switch to division when the series is growing rapidly.

Previous Year Questionपिछले वर्ष का प्रश्न2026
Select the missing number from the following options to complete the given series: 0.12, 0.48, 1.92, 7.68, 30.72, ____, 491.52
दी गई श्रृंखला को पूरा करने के लिए निम्नलिखित विकल्पों में से लुप्त संख्या का चयन करें: 0.12, 0.48, 1.92, 7.68, 30.72, ____, 491.52
  1. 120.88
  2. 126.88
  3. 122.88
  4. 123.88
  1. 120.88
  2. 123.88
  3. 122.88
  4. 126.88
Solutionसमाधान
Each term is multiplied by 4: 0.12×4=0.48, 0.48×4=1.92, ..., 30.72×4=122.88. So the missing term is 122.88.

Solving path: Ratios: 0.48 ÷ 0.12 = 4, 1.92 ÷ 0.48 = 4. GP with ratio 4. Missing term = 30.72 × 4 = 122.88. Verify: 122.88 × 4 = 491.52. Option C is correct.


Why this question: Another AP with decimals (actually 3.5 step), tests whether you can handle non-integer common differences calmly.

Previous Year Questionपिछले वर्ष का प्रश्न2026
दी गई श्रृंखला को पूरा करने के लिए निम्नलिखित विकल्पों में से लुप्त संख्या का चयन कीजिए: 42, 45·5, 49, ____, 56, 59·5, 63.
दी गई श्रृंखला को पूरा करने के लिए निम्नलिखित विकल्पों में से लुप्त संख्या का चयन कीजिए: 42, 45·5, 49, ____, 56, 59·5, 63.
  1. 54
  2. 52·5
  3. 50·4
  4. 53
  1. 52·5
  2. 50·4
  3. 54
  4. 53
Solutionसमाधान
The series increases by 3.5 each time: 42, 45.5, 49, 52.5, 56, 59.5, 63. So the missing number is 52.5.

Solving path: Difference: 45.5 − 42 = 3.5. Verify: 49 − 45.5 = 3.5. Missing term = 49 + 3.5 = 52.5. Verify: 56 − 52.5 = 3.5. Option B is correct.


Why this question: Classic second-difference series. This is where most students get stuck. This question is exactly the type that separates 60-percentile from 80-percentile scorers.

Previous Year Questionपिछले वर्ष का प्रश्न2026
दी गई शृंखला को पूरा करने के लिए निम्नलिखित विकल्पों में से लुप्त संख्या का चयन करें: 326, 452, 678, 1004, ____, 1956, 2582, 3308, 4134
दी गई शृंखला को पूरा करने के लिए निम्नलिखित विकल्पों में से लुप्त संख्या का चयन करें: 326, 452, 678, 1004, ____, 1956, 2582, 3308, 4134
  1. 1430
  2. 1350
  3. 1230
  4. 1520
  1. 1350
  2. 1430
  3. 1520
  4. 1230
Solutionसमाधान
The differences between consecutive terms are: 126, 226, 326, 426, 526, 626, 726, 826 — increasing by 100 each time. So the missing term = 1004 + 426 = 1430.

Solving path: First differences: 452−326=126, 678−452=226, 1004−678=326. Second differences: 226−126=100, 326−226=100. Second differences are constant at 100. So next first difference = 326 + 100 = 426. Missing term = 1004 + 426 = 1430. Verify: 1956 − 1430 = 526 = 426 + 100. Option A is correct.


Why this question: Perfect square series — the most important pattern to recognise on sight. Appears regularly and is solvable in under 10 seconds if you know your squares.

Previous Year Questionपिछले वर्ष का प्रश्न2024
Find the next number in the series: 144, 169, 196, 225, ?
श्रृंखला में अगली संख्या ज्ञात कीजिए: 144, 169, 196, 225, ?
  1. 266
  2. 284
  3. 298
  4. 256
  1. 284
  2. 298
  3. 266
  4. 256
Solutionसमाधान
The series consists of perfect squares: 12²=144, 13²=169, 14²=196, 15²=225, so the next term is 16²=256.

Solving path: Recognise: 144 = 12², 169 = 13², 196 = 14², 225 = 15². Pattern is consecutive perfect squares. Next term = 16² = 256. Option D is correct.


Why this question: Compound formula n²(n+1). This tests whether you go beyond simple AP/GP when the series doesn't fit either. The formula pattern is elegant and repeats across exams.

Previous Year Questionपिछले वर्ष का प्रश्न2024
Complete the series: 2, 12, 36, 80, ___
श्रृंखला को पूरा कीजिए: 2, 12, 36, 80, ___
  1. 150
  2. 130
  3. 120
  4. 140
  1. 120
  2. 140
  3. 130
  4. 150
Solutionसमाधान
The series follows the pattern n²(n+1): 1²×2=2, 2²×3=12, 3²×4=36, 4²×5=80, 5²×6=150. So the next term is 150.

Solving path: Differences: 12−2=10, 36−12=24, 80−36=44. Second differences: 24−10=14, 44−24=20. Not constant. Try formula: n=1 → 1²×2=2, n=2 → 4×3=12, n=3 → 9×4=36, n=4 → 16×5=80, n=5 → 25×6=150. Pattern confirmed. Answer: 150. Option A is correct.


Common Mistakes


Related Topics


Practice on SarkariRise

Sign up + get 3 free mocks →