Age Word Problems in Algebra: How to Solve Them

Age Word Problems in Algebra

Learn With Examples · Mathematics

“A father is three times as old as his son; in twelve years he’ll be twice as old.” Most people freeze at sentences like this. They shouldn’t — there’s a mechanical recipe that turns any age puzzle into a one-line equation, and once you have it, they all fall the same way.

Reading time12 min
LevelBeginner friendly
Includes6 solved puzzles

I’ve watched hundreds of students hit the same wall with these. They can solve 3x + 12 = 2(x + 12) in seconds. What stops them is getting from the English sentence to that equation. The algebra was never the hard part. The translation was.

So this article spends almost all its effort on that translation, because it’s the only genuinely tricky bit. Once you can reliably turn “twice as old” and “in five years” into symbols, the rest is the arithmetic you already know. We’ll build a small, repeatable method, then run it on six real puzzles — from a two-line warm-up to the classic that trips up exam candidates every year.

The whole method in four steps

Turn words into an equation, then solve

  1. Name the unknown. Pick the youngest person’s present age as x — it keeps every other age positive and simple.
  2. Write everyone’s age now in terms of x, using the “now” facts.
  3. Shift for time. “In n years” adds n to every age; “n years ago” subtracts n from every age. Everyone shifts by the same amount.
  4. Translate the second fact into = and solve for x.

That’s it. The two facts a puzzle gives you become two things: one sets up your expressions, the other becomes the equation.

The one idea people miss

Here is the single most common mistake, and avoiding it solves most of the difficulty on its own: when time passes, everybody ages by the same amount.

It sounds too obvious to state. But under exam pressure people write the son’s future age as x + 5 and then forget to add 5 to the father as well. The gap between two people’s ages never changes — a father ten years older than his son is always exactly ten years older, at every point in both their lives. Hold onto that and the “in five years” clauses stop being scary.

5 years ago
Son x − 5Dad x + 25
Now
Son xDad x + 30
In 5 years
Son x + 5Dad x + 35

Read across that strip. The son is x, the dad is 30 years older, so he’s x + 30. Move five years either way and both ages shift by five — but the difference stays 30, forever. That constant gap is the backbone of every age problem you’ll ever meet.

The translation dictionary

Almost every age puzzle is built from a small set of English phrases, and each one maps to a fixed piece of algebra. Learn this table and you’re most of the way there.

English phraseIn algebraWhat it’s really saying
“is” / “will be” / “was”=The equals sign. This is where your equation forms
Ravi is 5 years older than SitaR = S + 5Add to the younger one to get the older
Ravi is 5 years younger than SitaR = S − 5Subtract from the older one
twice as old as2xMultiply. “Three times” is 3x, and so on
half as old asx / 2Divide by two
in 8 years / 8 years hencex + 8Add the years to every person
8 years agox − 8Subtract the years from every person
the sum of their agesa + bAdd the two age expressions together
the ratio of their ages is 3:2a / b = 3 / 2Cross-multiply into 2a = 3b

The “older/younger” flip. The one phrase people reverse: “Ravi is 5 years older than Sita” becomes R = S + 5, not R + 5 = S. A quick sanity check — if Ravi is older, the plus sits with the younger person to lift her up to his age. When unsure, plug in a number: if Sita is 10, Ravi should be 15, so R = S + 5 gives 15 = 10 + 5. Correct.

Six puzzles, solved step by step

Now the method in action. Tap through them — they run from a gentle warm-up to the ones that appear on real exams. Try each one yourself before opening the solution.

Worked age problems

tap a puzzle

Problem 1 — the two-line warm-up

“Meera is 4 years older than her brother Arjun. Together their ages add up to 26. How old is each?”

  1. Name the youngest. Arjun is younger, so let Arjun = x.
  2. Everyone now. Meera is 4 years older, so Meera = x + 4.
  3. No time shift here — both facts are about the present.
  4. Second fact into an equation. “Add up to 26” means x + (x + 4) = 26, so 2x + 4 = 26, giving 2x = 22, x = 11.
Arjun = 11  ·  Meera = 15Check: 11 + 15 = 26, and 15 is 4 more than 11. Both facts hold.

Problem 2 — a future clause

“Priya is 14. In how many years will she be twice as old as she was 3 years ago?”

  1. The unknown is the time, not an age. Let the number of years = x.
  2. Priya 3 years ago was 14 − 3 = 11.
  3. Priya in x years will be 14 + x.
  4. Translate “twice as old as she was”. 14 + x = 2 × 11, so 14 + x = 22, giving x = 8.
In 8 years Priya will be 22Check: 22 is exactly twice 11, her age three years ago. Note the unknown was time, so we didn’t set her age to x.

Problem 3 — a past clause

“Two years ago, Sam was three times as old as his cousin. Sam is now 20. How old is the cousin now?”

  1. Name the youngest. Let the cousin’s age now = x.
  2. Two years ago: cousin was x − 2, Sam was 20 − 2 = 18.
  3. Both shifted back by 2 — the same amount, as always.
  4. “Three times as old” back then: 18 = 3(x − 2), so 18 = 3x − 6, 3x = 24, x = 8.
Cousin now = 8Check: two years ago Sam was 18 and the cousin was 6, and 18 = 3 × 6. Correct.

Problem 4 — the classic father & son

“A father is three times as old as his son. In 12 years, he will be twice as old as his son. Find their present ages.”

  1. Name the youngest. Let the son = x.
  2. Now: father = 3x (three times the son).
  3. In 12 years: son = x + 12, father = 3x + 12. Both add 12.
  4. “Twice as old” then: 3x + 12 = 2(x + 12). Expand: 3x + 12 = 2x + 24, so x = 12.
Son = 12  ·  Father = 36Check: in 12 years the son is 24, the father is 48 — and 48 is twice 24. This is the puzzle from the very top of the article.

Problem 5 — ages in a ratio

“The ages of Anaya and Rohan are in the ratio 5:3. In 6 years, the ratio becomes 3:2. Find their present ages.”

  1. Use the ratio as a shared multiplier. Let Anaya = 5k and Rohan = 3k, so the ratio 5:3 is built in automatically.
  2. In 6 years: Anaya = 5k + 6, Rohan = 3k + 6.
  3. New ratio is 3:2, so (5k + 6) / (3k + 6) = 3 / 2.
  4. Cross-multiply: 2(5k + 6) = 3(3k + 6)10k + 12 = 9k + 18k = 6.
Anaya = 30  ·  Rohan = 18Check: 30:18 = 5:3 ✓. In 6 years, 36:24 = 3:2 ✓. The k trick handles every ratio problem this cleanly.

Problem 6 — sum now, difference later

“The sum of a mother’s and daughter’s ages is 50. Five years ago, the mother was seven times as old as the daughter. Find their present ages.”

  1. Name the youngest. Let the daughter = x, so the mother = 50 − x (their sum is 50).
  2. Five years ago: daughter = x − 5, mother = (50 − x) − 5 = 45 − x.
  3. “Seven times as old” then: 45 − x = 7(x − 5).
  4. Solve: 45 − x = 7x − 3580 = 8xx = 10.
Daughter = 10  ·  Mother = 40Check: 10 + 40 = 50 ✓. Five years ago: daughter 5, mother 35, and 35 = 7 × 5 ✓.

Notice the pattern across all six: the first fact builds your expressions, the second fact becomes the equation. The only thing that changes is which fact is which.

The equation is never the hard part. The translation is the whole game.

Choosing your variable wisely

You can let any age be x and still get the right answer. But a good choice makes the algebra almost disappear, and a bad one buries you in fractions and negatives.

RULE 1

Pick the youngest

Set the smallest age as x. Everyone else becomes x + something, so every number stays positive and whole.

RULE 2

Anchor to a multiple

If someone is “3 times” another, make the smaller one x and the bigger 3x — cleaner than making the big one x and the small one x/3.

RULE 3

Use k for ratios

A ratio 5:3 becomes 5k and 3k. One unknown covers both ages and the ratio is built in.

RULE 4

Sometimes x is time

When the question asks “in how many years”, the unknown is the number of years, not an age — as in Problem 2.

Five mistakes that cost marks

Shifting only one person in time

The big one. If it’s “in 5 years”, add 5 to everybody, not just the person the sentence mentions. The father ages exactly as fast as the son. Forgetting this is the single most common error in age problems.

Reversing older and younger

“A is 6 years older than B” is A = B + 6. The plus goes with the younger person to raise them to the older one’s age. Test with real numbers whenever you’re unsure — if B is 20, A should be 26.

Answering the wrong question

You solved for x, but the question asked for the father’s age, or their ages in 12 years. Always re-read the final line and convert your x into what was actually asked.

Mishandling “twice as old … ago”

“Twice as old as she was 3 years ago” means 2 × (age − 3), with brackets. Writing 2 × age − 3 drops the bracket and changes the answer. The multiplier applies to the whole shifted age.

Never checking the answer

Age problems are self-checking — plug your numbers back into both original sentences. It takes ten seconds and catches nearly every slip. If either fact fails, you have a mistake to hunt.

The ten-second sanity check. Before you trust any answer, ask: are all the ages positive whole numbers, and does the age gap between people stay constant across time? A “solution” giving someone a negative age, or a gap that changes, means an equation went wrong somewhere. Real ages don’t do either.

Why schools love these problems

Age puzzles aren’t really about ages. They’re a training ground for the one skill that underpins all of applied mathematics: modelling a real situation as an equation. The same translate-then-solve move powers physics problems, financial calculations, and every optimisation an engineer ever does.

They’re chosen for practice because the setting is familiar — everyone understands getting older — and because they force two specific habits: defining a variable precisely, and handling a shift (time here, but distance or cost elsewhere) that applies uniformly across a system. Master these and word problems in general stop being intimidating, because you’ve internalised the move that makes all of them tractable.

Check yourself

Five questions. Open each to check — the correct option is marked.

1. “Kiran is 7 years older than Meena.” How do you write it?
  • K + 7 = M
  • K = M + 7
  • K = M − 7
  • M = K + 7

Kiran is older, so add 7 to the younger Meena to reach his age. Test: if Meena is 20, Kiran is 27.

2. A son is x. His father is 28 years older. In 6 years, how old is the father?
  • x + 28
  • x + 34
  • x + 22
  • x + 28 + 6 only if the son doesn’t age

Father now is x + 28. Add 6 for the time shift: x + 34. Both people gain 6 years, but the 28-year gap never changes.

3. Ages are in ratio 4:1. What’s the cleanest way to set them up?
  • x and x/4
  • 4k and k
  • x and 4x + 1
  • x and x − 4

Using 4k and k builds the ratio in with one unknown, and avoids fractions entirely.

4. Solve: a father is 4× his son now; in 20 years he’ll be twice as old. Son’s age?
  • 5
  • 10
  • 20
  • 40

4x + 20 = 2(x + 20) → 4x + 20 = 2x + 40 → 2x = 20 → x = 10. Son 10, father 40; in 20 years, 30 and 60.

5. What’s the fastest way to verify an age-problem answer?
  • Re-solve the equation
  • Plug the numbers back into both original sentences
  • Ask someone else
  • Check only the first fact

Substituting into both facts catches almost every error in seconds — and it’s the step most people skip.

Frequently asked questions

How do you solve age word problems in algebra?

Let the youngest person’s present age be x, write everyone else’s current age in terms of x, then shift every age by the same amount for any “in n years” or “n years ago” clause. Turn the remaining fact into an equation using “is/was/will be” as your equals sign, and solve for x.

Why do I add the same number to everyone in “in 5 years” problems?

Because time passes equally for everyone — in five years, every person is five years older. The age gap between two people never changes, so a parent who is 25 years older stays exactly 25 years older at every point in time.

Which age should I make the variable x?

Usually the youngest person, so everyone else is x plus something and all your numbers stay positive. For “twice/three times as old”, make the smaller age x and the larger a multiple of it. When the question asks “in how many years”, the unknown is the time, not an age.

How do I handle age problems with ratios?

Turn the ratio into a shared multiplier. A ratio of 5:3 becomes 5k and 3k, so one unknown k covers both ages. Apply any time shift, set the new expressions equal to the new ratio, cross-multiply, and solve for k.

How can I check my answer is right?

Substitute your ages back into both original sentences. Age problems are self-verifying: if both facts hold and every age is a positive whole number with a constant gap over time, your answer is correct.

The takeaway

Every age word problem is the same puzzle wearing different clothes. Name the youngest age x, write everyone in terms of it, shift the whole family by the same amount when time moves, and let “is” become your equals sign. Then solve the algebra you already know.

The trap that catches everyone is time: when years pass, they pass for everybody, and the gap between two people is fixed for life. Hold that one fact and the “in twelve years” clauses lose their sting. And whatever answer you get, spend ten seconds feeding it back into the original sentences — these problems check their own work if you let them.

Try the father-and-son classic from the top of this page without looking: son is x, father is 3x, in twelve years 3x + 12 = 2(x + 12). If you land on a son of 12 and a father of 36, you’ve got the method — and the next age problem you meet, in a textbook or an exam hall, is just this one in a costume.

age word problemsalgebralinear equationsword problemsmathshow to solve

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *