Problems on Ages are, at heart, linear equation problems wearing a word-problem disguise. The "math" is Class 8-level — one or two variables, one or two equations. What makes these questions trip people up is not the algebra; it is the translation step, where a sentence like "five years ago, the father was four times as old" becomes a clean algebraic relationship.
Think of each person's age as a point on a number line. "Present age" is where the pointer is now. "Five years ago" slides every pointer 5 units to the left. "Ten years hence" slides every pointer 10 units to the right. The ratio or sum condition given in the problem is simply a relationship between those shifted positions.
Here is the key insight: when time shifts, it shifts equally for everyone. If you have three people and you go 8 years into the past, every single age drops by 8. This sounds obvious, but in a timed exam, people forget it and subtract 8 only from one person's age — that is how marks are lost.
The analogy that works: imagine ages as balances in bank accounts. The "interest rate" (time passing) is identical for every account. If 5 years pass, every account grows by exactly 5, no more, no less. A condition like "the ratio of their ages five years ago was 5:7" is just a snapshot of those balances at a specific time in the past.
At the CDS level, ages questions generally fall into three types:
a:b, past/future ratio given, set up as ax and bx.The CDS paper rarely goes beyond these three. Master the translation step and the arithmetic solves itself.
The single most important skill is choosing your variable wisely. Here are the two standard approaches:
Approach 1 — Direct variable for each unknown.
Let the son's present age = x and the father's present age = y. Write one equation per condition. This always works, but gives you two equations to solve simultaneously — slightly more work.
Approach 2 — Express one age in terms of the other using the first condition.
If the problem says "father and son's combined age is 56," immediately write y = 56 - x. Now substitute into the second equation. You only ever solve one equation in one unknown. This is faster by 2-3 steps.
Adopt Approach 2 as your default. It reduces a 2×2 system to a single-variable equation almost every time.
Here is a template you should internalize:
| Condition Phrasing | Algebraic Translation |
|---|---|
| "n years ago, A was k times B" | (A - n) = k(B - n) |
| "n years hence, A will be k times B" | (A + n) = k(B + n) |
| "Sum of A and B is S" | A + B = S |
| "Ratio of A to B is p:q" | A = px, B = qx |
| "n years ago, ratio was p:q" | (A - n)/(B - n) = p/q |
Memorize this table. Every CDS ages problem is a combination of two rows from it.
kx SubstitutionWhen the problem says "ages are in the ratio 4:7:9," never write three separate variables. Write ages as 4k, 7k, 9k. One variable governs all three. Any condition — sum now, sum years ago, individual comparison — reduces immediately to a single equation in k. This is the cleanest shortcut for multi-person ratio problems.
Example walkthrough: Present ages in ratio 4:7:9, sum 8 years ago was 56.
(4k - 8) + (7k - 8) + (9k - 8) = 56
20k - 24 = 56
20k = 80, so k = 4.
Oldest age = 9 × 4 = 36. Done in under 30 seconds.
The key formula: Total age = Average × Number of persons.
When a teacher (or any single person) is added to a group and the average increases by d, the teacher's age = New average × New count. No need for two equations.
Teacher's age = (n + 1)(old average + d) - n × old average
Simplifying: Teacher's age = old average + d(n + 1)
For the CDS standard problem (30 students, average 15, teacher raises average by 1):
Teacher = 15 + 1 × 31 = 46. Mental math, 5 seconds.
Occasionally a problem gives you a product of ages: "five years ago, the product of their ages was 124." This generates a quadratic. Don't panic — the quadratic will factor cleanly (CDS never gives irrational roots in ages problems). Spot the factor pair of 124 that fits the sum condition: 124 = 4 × 31 or 124 = 4 × 31... actually (m-5)(40-m) = 124 → expand → m² - 45m + 324 = 0 → factors as (m - 36)(m - 9) = 0. Always take the larger root for the parent/older person.
The hardest CDS ages question type (like the 2023 combined children problem) involves three conditions:
Set up variables for parents' total P, children's total C, and number of children n. Write three equations, then eliminate P first (since P appears in all three with simple arithmetic). You'll reduce to two equations in C and n, then solve. The worked example in the PYQs section below shows this in detail.
Whenever you see "sum of ages is S," immediately write one age as S - (other age) and work with a single variable throughout. This eliminates the need for simultaneous equations in 80% of two-person problems.
Example: Father + Son = 56. Let son = x, father = 56 - x. After 4 years: (60 - x) = 3(x + 4). One equation, one unknown, done.
Standard method (two variables, elimination): ~6 steps. This substitution: ~3 steps. Time saved: roughly 40 seconds per problem.
When ages are given in ratio form (e.g., 3:4 or 4:7:9), always represent them as multiples of a single variable k. Never use separate variables for each person.
Example: A and B in ratio 3:4 → A = 3k, B = 4k. Five years ago ratio was 5:7 → (3k-5)/(4k-5) = 5/7 → one equation in one unknown.
Standard method (two variables a and b, two equations): 5 steps. kx substitution: 3 steps. The cross-multiplication step is the only "hard" step.
When one person is added to a group and average changes by d, the new person's age = old average + d × (new count).
Formula: New person's age = old_avg + d × (n + 1), where n = original group size.
For 30 students (avg 15) + teacher (avg becomes 16): Teacher = 15 + 1 × 31 = 46. No equation needed — pure mental arithmetic.
Standard method (total age calculation, subtraction): ~4 arithmetic steps. This formula: 1 multiplication + 1 addition = 2 steps.
When a problem gives a product of ages, expand and rearrange into m² - Sm + P = 0, where S is the sum and P is the product. Then factor by finding two numbers that multiply to P and add to S. CDS always uses clean integer roots — if you get a non-integer, you've made an arithmetic error, not an algebra error.
Example: Sum = 45, product 5 years ago = 124. Present equation: m² - 45m + 324 = 0 → look for factors of 324 that add to 45 → 36 and 9. Done without the quadratic formula: 3 steps vs 6 steps.
For problems with three conditions (present, past, future), always eliminate the parents' total P first by subtracting equations pairwise. This gives you two clean equations in just C (children's total) and n (number of children), which are easy to solve by substitution.
Rule: Subtract condition 1 from condition 2 to get one relation; subtract condition 1 from condition 3 to get another. Then equate. This avoids 3-variable confusion and reduces the problem to a single equation in n.
Step count: structured elimination = 6 steps vs unguided trial = easily 10+ steps with arithmetic mistakes.
Read the problem once and identify which type it is:
Is a ratio of present ages given? → Write ages as px and qx immediately. Any other condition gives one equation in x.
Is a sum of present ages given? → Write one age as Sum - (other age). Single variable from step one.
Is an average given with a member added/removed? → Use the formula new person's age = old avg + d × new count. No equations needed.
Is a product of past/future ages given? → Set up the quadratic, rearrange to standard form, factor by inspection. Don't use the quadratic formula — CDS roots are always integers.
Are three separate time-conditions given? → Assign P (parents' total), C (children's total), n (count). Write three equations. Eliminate P first by pairwise subtraction. Solve the resulting two-equation system.
After solving, always verify by substituting back into the original conditions — CDS options are close enough that a small arithmetic error can lead you to a distractor. Verification adds 15 seconds and catches most errors.
Why these questions: These are representative of the full range of CDS ages problems — from the standard two-person setup to the complex multi-condition group problem. Working through each one calibrates your pattern recognition for the exam hall.
Why this question: The simplest two-variable ages problem. It establishes the baseline method — one present ratio condition, one future equality condition.
Solving path: Let son = x, father = 3x. Future condition: 3x + 12 = 2(x + 12) → 3x + 12 = 2x + 24 → x = 12. No simultaneous equations needed.
Why this question: Demonstrates the Sum-Substitution Default in its clearest form.
Solving path: Son = x, father = 56 - x. After 4 years: (60 - x) = 3(x + 4) → 60 - x = 3x + 12 → 48 = 4x → x = 12. Check: father = 44; after 4 years, son = 16, father = 48 = 3 × 16. Confirmed.
Why this question: Two time-shifts in opposite directions (past and future). Tests whether you can set up two equations correctly and solve.
Solving path: Let present ages be P and D. Past: P - 5 = 4(D - 5) → P = 4D - 15. Future: P + 5 = 2(D + 5) → P = 2D + 5. Equate: 4D - 15 = 2D + 5 → 2D = 20 → D = 10. Then P = 25. Verify both conditions: five years ago, 20 = 4 × 5; five years hence, 30 = 2 × 15.
Why this question: Classic ratio problem. If you don't use the kx substitution, you end up with two variables and a cross-multiplication — more steps, more error-prone.
Solving path: Present ages: 3x and 4x. Five years ago: (3x - 5)/(4x - 5) = 5/7. Cross-multiply: 7(3x - 5) = 5(4x - 5) → 21x - 35 = 20x - 25 → x = 10. B's present age = 4 × 10 = 40.
Why this question: The hardest type in CDS — three conditions, three unknowns (P, C, n). This is a 2023 actual question. If you panic and try to guess, you miss a solvable problem.
Solving path: Let parents' total now = P, children's total = C, number of children = n.
Condition 1 (present): P = 6C
Condition 2 (two years ago): P - 4 = 10(C - 2n) — note: all parents' ages shift by 2 each, all children's ages shift by 2 each, so parents' total shifts by 2 × 2 = 4 and children's total shifts by 2n.
Condition 3 (six years later): P + 12 = 3(C + 6n) — parents' total shifts by 2 × 6 = 12, children's by 6n.
From Condition 1: substitute P = 6C into Condition 2:
6C - 4 = 10C - 20n → 20n - 4 = 4C → C = 5n - 1.
Substitute P = 6C into Condition 3:
6C + 12 = 3C + 18n → 3C = 18n - 12 → C = 6n - 4.
Equate the two expressions for C:
5n - 1 = 6n - 4 → n = 3.
Answer: 3 children.
Shifting only one person's age during a time change. If you go "5 years ago" with two people, both ages decrease by 5. Every year that passes adds 1 to every person's age — no exceptions. Forgetting this on group problems (with multiple children) is the single most common error.
Using the wrong root of a quadratic. When ages produce a quadratic with two positive roots (e.g., 36 and 9), always choose the root that is logically consistent — the parent cannot be younger than the child. Read the problem, assign the larger root to the older person.
Writing (P - 2) instead of (P - 4) for parents' combined age two years ago. If there are 2 parents, each loses 2 years, so the combined total loses 4 years. Scaling by count is essential for combined-age problems.
Setting up the ratio equation as A/B = p/q and then solving incorrectly because you forgot to cross-multiply first. Don't try to "cancel" ratios — always cross-multiply immediately and work with a linear equation.
Not verifying the answer. CDS options are typically within a few years of each other. A distractor is almost always "one equation correct, other equation ignored." A 15-second check of all original conditions eliminates this risk completely.
Treating "n years hence" and "after n years" differently. They mean the same thing. Some candidates get confused by phrasing variation and add years to one person and subtract from another. Time moves forward for everyone simultaneously.