Age Problems for UP Police Constable — Complete Guide with PYQs

beginner 18 min read

Concept

Age problems are a staple of the UP Police Constable paper. The structure is almost always the same: you are given a relationship between someone's age at two different points in time — past, present, or future — and you have to find the current age.

Here is a grounding analogy. Think of age like a number on a ruler. The present age is where you are standing right now. Moving forward (future) means adding years. Moving backward (past) means subtracting years. Every condition in the question simply tells you where two people stand relative to each other on that ruler.

The key insight: the difference between two people's ages never changes. If Ram is 5 years older than Shyam today, he was 5 years older 10 years ago and will be 5 years older 20 years from now. This single fact eliminates half the calculation in ratio-based problems.

Three problem types appear on the UP Police Constable exam:

  1. Direct equation type — "X years from now / ago, A's age will be / was Y times B's age." One variable, one equation.
  2. Ratio type — "Present ratio is a:b, after N years ratio becomes c:d." Two unknowns, but a single multiplier x makes it one variable effectively.
  3. Digit-reversal type — "Reverse the digits of wife's age to get husband's age." Two unknowns (digits), two conditions. Rare but has appeared.

You do not need any formula sheet for these. What you need is one clean habit: name the present age as a single variable x (or use the ratio multiplier x) and translate each sentence of the question into an equation. Do that, and the problem solves itself.

One more thing: do not confuse "6 years ago" with "6 years later." This sounds obvious but is the most common source of wrong answers. More on that in Common Mistakes.


Deep Dive

Setting Up the Equation

The universal template for any age problem:

| Time | Person A | Person B | |------|----------|----------| | Past (n years ago) | a - n | b - n | | Present | a | b | | Future (n years later) | a + n | b + n |

Where a and b are their present ages. If the problem gives you only one person, let x = present age. If it gives two people with a ratio, let present ages be kx and ky where k:y is the ratio.

Type 1 — Single Person, Direct Equation

Question pattern: "After 60 years, A's age will be 7 times what it was 6 years ago."

Let present age = x.

Expand: x + 60 = 7x - 42

Collect terms: 60 + 42 = 7x - x102 = 6xx = 17

Notice the solving pattern: expand right side, move x terms to right, move constants to left. Always.

Type 2 — Ratio Problems

Question pattern: "Present ratio is 4:5. After 6 years, ratio becomes 6:7."

Let present ages = 4x and 5x (the ratio multiplier trick).

After 6 years: (4x + 6)/(5x + 6) = 6/7

Cross-multiply: 7(4x + 6) = 6(5x + 6)

28x + 42 = 30x + 36

42 - 36 = 30x - 28x6 = 2xx = 3

Present ages: 4(3) = 12 and 5(3) = 15. Difference = 3 years.

Key check: always verify the future ratio: (12+6)/(15+6) = 18/21 = 6/7. Correct.

Type 3 — Digit Reversal

This type appears occasionally and trips many students. The method is systematic.

Let the woman's age = 10a + b (tens digit a, units digit b). Then husband's age = 10b + a.

Given condition: difference = (1/11) × sum.

Sum = (10a + b) + (10b + a) = 11(a + b)

Difference = (10b + a) - (10a + b) = 9(b - a) (husband is older, so b > a)

Condition: 9(b - a) = (1/11) × 11(a + b)9(b - a) = (a + b)

9b - 9a = a + b8b = 10ab/a = 10/8 = 5/4

So a = 4, b = 5. Woman's age = 45, Husband's age = 54.

Quick Arithmetic Tip for Cross-Multiplication

When you cross-multiply and get an equation like 28x + 42 = 30x + 36, train yourself to immediately move the smaller x coefficient to the right: 42 - 36 = 30x - 28x. This keeps both sides positive and avoids sign errors.


Memory Tricks & Shortcuts

patternThe +/- Rule for Time Words

Whenever the question says "X years AGO," subtract. "X years LATER / HENCE / FROM NOW," add. Write a quick label on your rough sheet: ago = minus, hence = plus. Before forming the equation, mark each age expression with its sign. This one habit eliminates the most common error type in age problems. Standard method without this habit: 60-90 seconds to re-read the question. With this habit: 10 seconds to label and 30 seconds to solve.

patternRatio Multiplier — Never Use Two Variables

When a problem gives you a ratio like 4:5, always write the ages as 4x and 5x — never as a and b with a separate equation a/b = 4/5. Using two variables forces you to solve a system; using the multiplier x gives you one variable and one equation directly. For a ratio problem that would take 90 seconds with two variables (two equations, substitution), the multiplier method takes 40 seconds.

eliminationBack-Substitution Speed Check

After solving for x, plug it back into BOTH sides of your original equation before writing the answer. For a question like x + 60 = 7(x - 6) with x = 17: Left side = 17 + 60 = 77. Right side = 7(17 - 6) = 7 × 11 = 77. Match — you are done. This takes 8 seconds and saves you from carrying a wrong answer through a 4-option choice. Eliminates roughly 1 careless error per 10 questions.

estimationSum Shortcut for Multi-Person Past/Future

If the question asks for the sum of n people's ages k years ago or later, you do not need to calculate individual ages. Sum k years ago = (Present sum) − n×k. Sum k years later = (Present sum) + n×k. Example: Jeevan (58) and Manish (20), present sum = 78. Sum 4 years ago = 78 − 2×4 = 78 − 8 = 70. Standard method (subtract individually then add): 3 steps. Shortcut: 1 step. Saves roughly 20 seconds.

substitutionDigit Reversal — Fix the Ratio b/a First

In any digit-reversal age problem, always derive the ratio b/a from the given condition first, then pick the simplest whole-number values. Do not try trial-and-error with all digit pairs — that wastes 60-90 seconds. Once you have b/a = 5/4, you instantly know a=4, b=5 (since digits must be single non-zero integers). This reduces digit-reversal problems from 90 seconds of guessing to 45 seconds of algebra.


Fast-Solving Framework

Read the question once. Then follow this decision path in the exam hall:

Step 1 — Count the people. One person? Go to Step 2. Two or more? Go to Step 3.

Step 2 — Single person. Let present age = x. Label each time reference (ago = minus, hence = plus). Write the equation. Solve. Check by substitution.

Step 3 — Are you given a ratio? Yes → let ages = ax and bx. No → let ages = x and x + d where d is the given difference. Form one equation from the future/past condition. Solve for x. Calculate what was asked (difference, sum, specific age).

Step 4 — Does the question ask for sum of ages at a past/future point? Use the shortcut: adjust the present sum by n × (number of people).

Step 5 — Digit reversal? Build sum and difference expressions in terms of digits. Apply condition. Find digit ratio. Pick smallest valid integer values.

Always verify your answer against the original condition before marking.


Solved PYQs

Why this question: Tests whether you can handle a large future time gap (60 years) without panicking. The numbers look intimidating but the algebra is standard Type 1.

Previous Year Questionपिछले वर्ष का प्रश्न2026
60 वर्ष बाद, हार्दिक की आयु उसकी उस आयु से सात गुना होगी जो वह 6 वर्ष पहले थी। उसकी वर्तमान आयु क्या है?
60 वर्ष बाद, हार्दिक की आयु उसकी उस आयु से सात गुना होगी जो वह 6 वर्ष पहले थी। उसकी वर्तमान आयु क्या है?
  1. 10 वर्ष
  2. 17 वर्ष
  3. 13 वर्ष
  4. 12 वर्ष
  1. 12 वर्ष
  2. 10 वर्ष
  3. 17 वर्ष
  4. 13 वर्ष
Solutionसमाधान
Let current age = x. Then x+60 = 7(x-6) → x+60 = 7x-42 → 102 = 6x → x = 17. Wait: 102/6=17. So answer is 17 years (option C). Re-checking: x+60=7(x-6)=7x-42, so 60+42=7x-x, 102=6x, x=17.

Solving path: Let present age = x. Condition: age 60 years later = 7 × age 6 years ago. Write: x + 60 = 7(x − 6). Expand: x + 60 = 7x − 42. Rearrange: 102 = 6x. So x = 17. Verify: 17 + 60 = 77 and 7 × (17 − 6) = 7 × 11 = 77. Correct. Answer: 17 years.


Why this question: The simplest type — directly tests the sum shortcut. If you know the trick, this is a 10-second question.

Previous Year Questionपिछले वर्ष का प्रश्न2026
जीवन और मनीष की वर्तमान आयु क्रमशः 58 वर्ष और 20 वर्ष है। 4 वर्ष पहले उनकी आयु का योग ज्ञात कीजिए।
जीवन और मनीष की वर्तमान आयु क्रमशः 58 वर्ष और 20 वर्ष है। 4 वर्ष पहले उनकी आयु का योग ज्ञात कीजिए।
  1. 65 years
  2. 73 years
  3. 70 years
  4. 72 years
  1. 73 वर्ष
  2. 72 वर्ष
  3. 70 वर्ष
  4. 65 वर्ष
Solutionसमाधान
4 years ago: Jeevan's age = 58-4 = 54, Manish's age = 20-4 = 16. Sum = 54+16 = 70.

Solving path: Present ages: Jeevan = 58, Manish = 20. Present sum = 78. 4 years ago, each was 4 years younger, so sum decreases by 2 × 4 = 8. Sum 4 years ago = 78 − 8 = 70. Answer: 70 years.


Why this question: Rare digit-reversal type. Tests structured algebraic thinking, not guesswork.

Previous Year Questionपिछले वर्ष का प्रश्न2024
A lady said, 'If you reverse my age digits, you'll get my husband's age. He is older, and the difference between their ages is one-eleventh of their sum.' What is the man's age?
एक महिला ने कहा, 'यदि आप मेरी आयु के अंकों को उलट देते हैं, तो आपको मेरे पति की आयु मिल जाएगी। वह बड़े हैं, और उनकी आयु के बीच का अंतर उनके योगफल का ग्यारहवाँ हिस्सा है।' तो आदमी की आयु क्या है?
  1. 45 years
  2. 54 years
  3. 63 years
  4. 36 years
  1. 45 वर्ष
  2. 63 वर्ष
  3. 36 वर्ष
  4. 54 वर्ष
Solutionसमाधान
Let the woman's age be 10a+b and husband's be 10b+a. Difference = 9(b-a), Sum = 11(a+b). Condition: 9(b-a) = (a+b), giving 9b-9a = a+b, so 8b=10a, meaning b/a=5/4. With a=4,b=5: woman is 45, husband is 54. The man's age is 54.

Solving path: Let woman's age = 10a + b, husband's age = 10b + a (husband older, so b > a). Sum = 11(a + b). Difference = 9(b − a). Given: difference = (1/11) × sum → 9(b − a) = a + b8b = 10ab/a = 5/4. Take a = 4, b = 5. Husband's age = 10(5) + 4 = 54. Answer: 54 years.


Why this question: Classic ratio problem. Tests the multiplier method. The difference between ages is the direct answer here — no extra calculation needed once you find x.

Previous Year Questionपिछले वर्ष का प्रश्न2013
राम और श्याम की उम्र का सापेक्ष अनुपात 4:5 है। छह वर्ष बाद उनकी उम्र का सापेक्ष अनुपात 6:7 हो जाएगा। उनकी उम्र के बीच अंतर कितना है?
राम और श्याम की उम्र का सापेक्ष अनुपात 4:5 है। छह वर्ष बाद उनकी उम्र का सापेक्ष अनुपात 6:7 हो जाएगा। उनकी उम्र के बीच अंतर कितना है?
  1. 3 वर्ष
  2. 2 वर्ष
  3. 4 वर्ष
  4. उपर्युक्त में से कोई नहीं
  1. 2 वर्ष
  2. 3 वर्ष
  3. 4 वर्ष
  4. उपर्युक्त में से कोई नहीं
Solutionसमाधान
Let ages be 4x and 5x. After 6 years: (4x+6)/(5x+6) = 6/7 → 28x+42 = 30x+36 → 2x=6 → x=3. Ages are 12 and 15. Difference = 3 years.

Solving path: Let present ages = 4x (Ram) and 5x (Shyam). After 6 years: (4x + 6)/(5x + 6) = 6/7. Cross-multiply: 28x + 42 = 30x + 36. So 2x = 6, x = 3. Ages: Ram = 12, Shyam = 15. Difference = 3 years. Answer: 3 years.


Why this question: Single-person equation with a future condition and a past reference in the same sentence. Tests whether you correctly assign signs to both time shifts.

Previous Year Questionपिछले वर्ष का प्रश्न2013
अब से आठ वर्ष बाद सीता 6 वर्ष पहले की अपनी आयु की दोगुनी उम्र की होगी। उसकी वर्तमान आयु कितनी है?
अब से आठ वर्ष बाद सीता 6 वर्ष पहले की अपनी आयु की दोगुनी उम्र की होगी। उसकी वर्तमान आयु कितनी है?
  1. 8
  2. 20
  3. 10
  4. 16
  1. 8
  2. 10
  3. 16
  4. 20
Solutionसमाधान
Let current age = x. (x+8) = 2(x−6) → x+8 = 2x−12 → x = 20.

Solving path: Let present age = x. "8 years from now" → x + 8. "6 years ago" → x − 6. Condition: x + 8 = 2(x − 6). Expand: x + 8 = 2x − 12. Rearrange: 8 + 12 = 2x − xx = 20. Verify: 20 + 8 = 28 and 2(20 − 6) = 2 × 14 = 28. Correct. Answer: 20 years.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →