Two Years Ago a Man Was Five Times as Old as His Son: Full Solution and Explanation
If you searched for “two years ago a man was five times as old as his son,” you’re almost certainly looking at a classic age-based algebra word problem that shows up in school textbooks, competitive exams, and online math forums across the United States. This exact phrase opens one of the most recognizable “ages” problems in algebra, and in this guide we’ll walk through it from start to finish β no shortcuts, no skipped steps, and no confusing notation.
By the end of this article, you’ll know exactly how to set up the equations, solve them, check your work, and apply the same method to similar problems you might see on homework, the SAT, GRE, GMAT, or civil service exams.
The Full Problem Statement
The complete version of this problem is usually written like this:
“Two years ago, a man was five times as old as his son. Two years later, his age will be 8 years more than three times the age of the son. Find the present ages of the man and his son.”
This is a two-variable linear equation problem disguised as a story. The trick isn’t the math itself β it’s translating the words into equations correctly. Once you do that, the rest is simple algebra that a high school freshman can handle.
Why Age Problems Like This Trip People Up
Word problems about ages are notoriously confusing not because the math is hard, but because the sentence structure jumps around in time. You’re given information about the past (“two years ago”), asked to find something in the present (“find the present ages”), and sometimes given a clue about the future (“two years later”). If you don’t organize this carefully, it’s easy to plug numbers into the wrong place.
The good news: once you build a simple table or timeline, this problem β and every problem shaped like it β becomes mechanical.
Step 1: Define the Variables
Let’s assign variables to the unknowns. Since the problem talks about “two years ago,” it’s easiest to define our variables at that point in time rather than in the present.
- Let the son’s age two years ago = x
- Since the man was five times as old as his son two years ago, the man’s age two years ago = 5x
This single decision β anchoring your variable to the past instead of the present β is what makes the rest of the problem clean. If you tried to define x as the son’s current age instead, you’d end up with fractions and extra steps.
Step 2: Express Present Ages
Now that we know their ages two years ago, we simply add 2 to each to get their present ages:
- Son’s present age = x + 2
- Man’s present age = 5x + 2
Step 3: Express Their Ages “Two Years Later”
The second half of the problem refers to two years after the present moment (some versions of the problem phrase this as “two years hence” or “two years from now”). So we add another 2 to the present ages:
- Son’s age two years later = (x + 2) + 2 = x + 4
- Man’s age two years later = (5x + 2) + 2 = 5x + 4
Step 4: Translate the Second Clue Into an Equation
The problem tells us: “Two years later, his age will be 8 years more than three times the age of the son.”
In equation form, that becomes:
5x + 4 = 3(x + 4) + 8
This is the heart of the problem. Everything before this step was just organizing information; this equation is where we actually solve for x.
Step 5: Solve the Equation
Let’s work through it carefully:
5x + 4 = 3(x + 4) + 8
5x + 4 = 3x + 12 + 8
5x + 4 = 3x + 20
5x - 3x = 20 - 4
2x = 16
x = 8
So x = 8. Remember, x represents the son’s age two years ago.
Step 6: Find the Present Ages
Now that we know x = 8, we can plug it back into our earlier expressions:
- Son’s present age = x + 2 = 8 + 2 = 10 years old
- Man’s present age = 5x + 2 = 5(8) + 2 = 40 + 2 = 42 years old
That’s the answer to the classic version of this riddle: the son is currently 10 years old, and the man (his father) is currently 42 years old.
Step 7: Verify the Answer
Good problem-solving always includes a check. Let’s confirm both conditions in the original statement.
Condition 1: “Two years ago, a man was five times as old as his son.”
- Son two years ago: 10 – 2 = 8
- Man two years ago: 42 – 2 = 40
- Is 40 five times 8? Yes β 5 Γ 8 = 40. β
Condition 2: “Two years later, his age will be 8 years more than three times the age of the son.”
- Son two years later: 10 + 2 = 12
- Man two years later: 42 + 2 = 44
- Is 44 equal to three times 12, plus 8? 3 Γ 12 = 36, and 36 + 8 = 44. β
Both conditions check out, confirming that the son is 10 and the man is 42.
A Quick Timeline Table
Sometimes visualizing the numbers makes everything click faster than equations alone.
| Time Period | Son’s Age | Man’s Age | Relationship |
|---|---|---|---|
| Two years ago | 8 | 40 | Man is 5Γ son’s age |
| Present | 10 | 42 | β |
| Two years later | 12 | 44 | Man is 8 more than 3Γ son’s age |
Solving It a Second Way: The Substitution Check
Some readers prefer to confirm an answer using a slightly different variable setup rather than just checking arithmetic. Here’s an alternate way to approach two years ago a man was five times as old as his son, using present-day variables instead of past-day variables, so you can see why anchoring to the past is the more efficient choice.
Let the son’s present age = s and the man’s present age = m.
From the first clue: two years ago, the man was five times the son’s age.
m - 2 = 5(s - 2)
From the second clue: two years later, the man’s age will be 8 more than three times the son’s age.
m + 2 = 3(s + 2) + 8
Now we have a system of two equations:
m - 2 = 5(s - 2) β m = 5s - 8
m + 2 = 3(s + 2) + 8 β m = 3s + 12
Set them equal:
5s - 8 = 3s + 12
2s = 20
s = 10
Then m = 3(10) + 12 = 42.
Notice we arrive at the exact same answer β son is 10, man is 42 β but this method required setting up and solving a full system of two equations instead of one. This is precisely why the first method, where we anchored the variable to “two years ago,” is considered the cleaner and faster approach for this specific problem. Both methods are mathematically valid, and it’s worth knowing both, because some age problems are actually easier to set up using present-day variables, depending on how the sentence is worded.
Teaching This Problem: Tips for Parents and Tutors
If you’re helping a student work through two years ago a man was five times as old as his son for the first time, here are a few teaching strategies that tend to work well:
- Draw a timeline first. Before writing any equations, sketch a simple horizontal line with three points: “2 years ago,” “now,” and “2 years later.” Label what’s known and unknown at each point. This visual step prevents most of the confusion that leads to wrong equations.
- Use concrete numbers to sanity-check the setup. Before solving algebraically, ask the student to guess plausible ages (say, a son who is 10 and a father who is 40) and see if the relationships roughly make sense. This builds number sense alongside algebraic skill.
- Separate translation from computation. Have students first write the two equations in words, then translate word-for-word into symbols, and only then solve. Rushing straight to computation is where most errors creep in.
- Always circle back to verification. As shown in the Step 7 section above, plugging the final numbers back into the original sentences is not optional β it’s how students catch their own mistakes without needing an answer key.
Where This Type of Problem Comes From
Word problems built around a parent and child’s relative ages have circulated in math textbooks for well over a century, and versions of this age-ratio riddle appear in different phrasings across various curricula, tutoring platforms, and exam-prep guides in the United States and internationally. The core structure β a past ratio between two ages, followed by a future linear relationship β is a reliable way for teachers to test whether students can translate a two-step, two-variable relationship into a single solvable equation, all without needing a system of equations if the setup is done efficiently.
Why “Two Years Ago a Man Was Five Times as Old as His Son” Is a Popular Search Term
This phrase spikes in search interest for a few clear reasons:
- It’s a standard textbook problem. Algebra courses in middle school and high school across the U.S. use this exact structure to teach linear equations with two time references.
- It appears on standardized and competitive tests. Age problems are common on the SAT, ACT, GRE quantitative section, GMAT, and various government and banking exam reasoning sections.
- The phrasing is memorable but confusing. Because the sentence bounces between “two years ago” and “two years later,” students often search the exact wording rather than trying to re-derive the setup themselves.
- Multiple versions circulate online with different numbers. Some versions use different multipliers (three times, four times, six times) or different constants (6 years more, 10 years more), which is why understanding the method matters more than memorizing this one answer.
Common Variations of This Problem
Because textbooks and question banks like to remix the numbers, you might come across a version that reads slightly differently. Here’s how the method adapts:
Variation Example 1: “Two years ago, a man was five times as old as his son. Two years later, his age will be 8 years less than three times the age of the son.”
Only the sign changes in the final equation:
5x + 4 = 3(x + 4) - 8
Variation Example 2: “Three years ago, a man was four times as old as his son.”
Here, you’d adjust the constants:
- Son three years ago = x, Man three years ago = 4x
- Present ages: x + 3 and 4x + 3
The setup process is identical β only the numbers plugged into the equation change. Once you internalize the five-step method above, you can solve any version of this age problem within a couple of minutes.
Common Mistakes Students Make
Mistake 1: Anchoring the variable to the present instead of the past. If you let x = son’s current age, then “two years ago” becomes x – 2, and you’ll need to multiply that whole expression by 5, which adds unnecessary complexity. Anchoring your variable to the earliest time reference in the problem almost always simplifies the algebra.
Mistake 2: Forgetting to apply the “two years later” shift to both people. A common error is adding 2 years only to the son’s age or only to the man’s age. Both ages move forward together in real time, so both expressions need the same adjustment.
Mistake 3: Misreading “more than” and “less than.” “8 more than three times the son’s age” means 3(age) + 8, not 3(age + 8). This distinction trips up many students and is worth double-checking every time.
Mistake 4: Not verifying the final answer. Skipping the verification step means you might submit an answer that technically solves the equation but doesn’t actually satisfy the original word problem β especially if a sign error crept in during setup.
Real-World Relevance of Age Word Problems
It’s fair to ask why anyone needs to calculate a stranger’s or a fictional father-son duo’s age. The real value isn’t the specific answer β it’s the reasoning skill. Age problems are one of the simplest ways to practice translating real-world relationships into algebraic expressions, a skill that extends directly into:
- Financial modeling (relating interest rates or growth over time)
- Physics problems involving relative motion and time
- Computer science and logic puzzles
- Everyday budgeting problems that involve “years from now” comparisons
For a broader look at how linear equations with two variables are taught and applied, resources like Khan Academy’s algebra section offer free lessons and practice problems that reinforce the same technique used here.
Practice Problem: Try It Yourself
Here’s a similar problem so you can test the method on your own before checking the solution below.
“Five years ago, a woman was six times as old as her daughter. Five years from now, her age will be 8 years more than three times her daughter’s age. Find their present ages.”
Setup:
- Daughter five years ago = x, Woman five years ago = 6x
- Present ages: daughter = x + 5, woman = 6x + 5
- Five years later: daughter = x + 10, woman = 6x + 10
- Equation: 6x + 10 = 3(x + 10) + 8
Solve:
6x + 10 = 3x + 30 + 8
6x + 10 = 3x + 38
3x = 28
x = 28/3 (approximately 9.33)
Notice this version doesn’t produce a clean whole number, which is common when problem numbers are changed without checking that they produce an integer solution. This is actually a useful lesson: always verify that your final answer makes logical sense (you can’t have a fractional number of years in a “clean” textbook answer), and if it doesn’t, double-check your equation setup before assuming your arithmetic is wrong.
A Second Practice Problem With a Clean Answer
Since the previous practice problem produced a fraction, let’s try one more example that mirrors the original structure closely, so you can see the full method produce a clean whole-number answer again.
“Two years ago, a father was six times as old as his daughter. Two years later, his age will be 4 years more than four times the daughter’s age. Find their present ages.”
Step 1: Define variables.
- Daughter’s age two years ago = x
- Father’s age two years ago = 6x
Step 2: Present ages.
- Daughter’s present age = x + 2
- Father’s present age = 6x + 2
Step 3: Ages two years later.
- Daughter: x + 4
- Father: 6x + 4
Step 4: Build the equation.
6x + 4 = 4(x + 4) + 4
Step 5: Solve.
6x + 4 = 4x + 16 + 4
6x + 4 = 4x + 20
2x = 16
x = 8
Step 6: Present ages.
- Daughter: 8 + 2 = 10
- Father: 6(8) + 2 = 50
Step 7: Verify.
- Two years ago: daughter was 8, father was 48. Is 48 = 6 Γ 8? Yes. β
- Two years later: daughter will be 12, father will be 52. Is 52 = 4(12) + 4 = 52? Yes. β
This confirms the daughter is currently 10 and the father is currently 50, using the exact same six-step process that solved the original problem. The consistency of this method across different numbers, different multipliers, and even different family relationships (father-daughter instead of father-son) is what makes it worth memorizing rather than memorizing any single answer.
How This Fits Into a Broader Algebra Curriculum
In a typical U.S. algebra sequence, this kind of problem usually shows up after students have learned to solve one-variable linear equations but before they’ve been formally introduced to systems of equations. That placement is intentional: age problems like this one are a bridge. They look like they might require two variables and two separate equations, but with the right setup, they collapse into a single equation with one variable, which reinforces the value of smart problem setup over brute-force computation.
Teachers often use this exact structure β a past ratio combined with a future linear relationship β as an assessment tool precisely because it’s hard to guess the answer without doing the algebra correctly, yet the algebra itself doesn’t require anything beyond distributing a multiplication and combining like terms. That balance of “conceptually tricky, mechanically simple” is part of why versions of this problem persist across so many textbooks, workbooks, and online exam-prep banks year after year.
Frequently Asked Questions
Q: In “two years ago a man was five times as old as his son,” what are the final answers? A: The son is currently 10 years old, and the man is currently 42 years old.
Q: Why do we anchor the variable to “two years ago” instead of the present? A: Because the first clue in the problem describes the relationship at that point in time. Starting there avoids extra algebraic steps and keeps the equation simpler.
Q: What if the problem says “two years hence” instead of “two years later”? A: They mean the same thing β both phrases refer to two years after the present moment.
Q: Can this method be used for three or more people? A: Yes. You’d simply define a variable for one person, express the others in terms of that variable and the given ratios, and build one equation from the second clue. The number of steps increases, but the logic stays the same.
Q: Is this problem common on standardized tests? A: Yes, age-based word problems appear frequently on the SAT, ACT, GRE, GMAT, and various U.S. civil service and licensing exams that test quantitative reasoning.
Final Recap
To summarize the full method for solving “two years ago a man was five times as old as his son”:
- Let the son’s age two years ago = x, so the man’s age two years ago = 5x.
- Add 2 to each to find their present ages.
- Add 2 more to each to find their ages two years from now.
- Translate the second sentence into an equation.
- Solve for x, then calculate both present ages.
- Check your answer against both original statements.
Using this structured approach, the son turns out to be 10 years old and the man 42 years old β and more importantly, you now have a repeatable method for solving any similar age-based word problem you encounter, whether in a classroom, on a timed test, or in an online practice set. Whenever you next come across the phrase two years ago a man was five times as old as his son, you’ll be able to set up the timeline, write the equation, and solve it in under a minute. For additional practice with linear equations and word problems in general, Purplemath’s algebra word problem library is another solid free resource worth bookmarking.