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:
x makes it one variable effectively.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.
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.
Question pattern: "After 60 years, A's age will be 7 times what it was 6 years ago."
Let present age = x.
x + 60x - 6x + 60 = 7(x - 6)Expand: x + 60 = 7x - 42
Collect terms: 60 + 42 = 7x - x → 102 = 6x → x = 17
Notice the solving pattern: expand right side, move x terms to right, move constants to left. Always.
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 - 28x → 6 = 2x → x = 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.
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 + b → 8b = 10a → b/a = 10/8 = 5/4
So a = 4, b = 5. Woman's age = 45, Husband's age = 54.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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 + b → 8b = 10a → b/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.
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.
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 − x → x = 20. Verify: 20 + 8 = 28 and 2(20 − 6) = 2 × 14 = 28. Correct. Answer: 20 years.
Swapping ago and hence. Writing x + 6 when the question says "6 years ago" is the single biggest error source. Train yourself to underline or circle time words before forming the equation.
Forgetting to subtract from both people in ratio problems. When the question says "4 years ago, the ratio was...", students often write (4x − 4)/5x instead of (4x − 4)/(5x − 4). Both ages shift by the same amount.
Using two separate variables for a ratio. Writing a and b for ages given as ratio 4:5 and then setting up a/b = 4/5 as a second equation is a 90-second path. Always use the multiplier x directly.
Not verifying the answer. Age problems with large multipliers (like 7 times, 3 times) are easy to mis-expand. A 10-second back-substitution always catches this.
Digit-reversal guessing. Trying all two-digit pairs where digits are reversed wastes 60-90 seconds and causes errors. Derive the digit ratio algebraically — it is faster and reliable.
Misreading "difference" as "sum." Some questions ask for the difference between ages but are structured around the sum condition (or vice versa). Read the question word at the end of the problem, not the middle, before marking your answer.