Age Problem: Father & Daughter Ratio

Age Problems 7th-8th Grade
Problem
A father is 10 times as old as his daughter. In 5 years, he will be 5 times as old as she will be. How old are they now?

What This Problem Teaches

  • Setting up systems of equations from ratio relationships
  • Understanding that time passes equally for everyone in age problems
  • Translating future scenarios into algebraic expressions
  • Recognizing when age gaps create changing ratios over time
  • Verifying solutions by checking both current and future conditions

Solution: Method 1 — The System of Equations Approach

Let's define variables for the current ages and build equations from both time scenarios.

Step 1 — Define variables

Let d = daughter's current age and f = father's current age.

Step 2 — Write the current relationship

The father is currently 10 times as old as his daughter:

f = 10d

Step 3 — Set up the future relationship

In 5 years, the father will be f + 5 years old and the daughter will be d + 5 years old. At that time, he'll be 5 times as old as she is:

f + 5 = 5(d + 5)

Step 4 — Substitute and solve

Replace f with 10d in the second equation:

10d + 5 = 5(d + 5)

Expand the right side:

10d + 5 = 5d + 25

Subtract 5d from both sides:

5d + 5 = 25

Subtract 5 from both sides:

5d = 20

Divide by 5:

d = 4

Step 5 — Find the father's age

Using f = 10d:

f = 10(4) = 40

Solution: Method 2 — The Age Gap Analysis

Instead of focusing on ratios, let's think about how the age gap changes over time.

Step 1 — Express the age gap

If the daughter is d years old and the father is 10 times older, then the age gap is 10d - d = 9d years.

Step 2 — Use the future ratio

In 5 years, if the father is 5 times the daughter's age, then the father's age will be 5(d + 5) and the daughter's age will be d + 5.

The age gap remains constant (it's always 9d years), so:

5(d + 5) - (d + 5) = 9d

Step 3 — Solve for d

Factor out the common term:

(5 - 1)(d + 5) = 9d
4(d + 5) = 9d
4d + 20 = 9d
20 = 5d
d = 4

Therefore, the father is 10(4) = 40 years old.

The Answer: The daughter is currently 4 years old and the father is currently 40 years old.

Verification

Let's check our answer against both conditions:

Current ages check

Father is 10 times daughter's age: 40 ÷ 4 = 10

Future ages check

In 5 years: Father will be 40 + 5 = 45 and daughter will be 4 + 5 = 9

Father will be 5 times daughter's age: 45 ÷ 9 = 5

Both conditions are satisfied, confirming our solution is correct.

Watch Out For These

✗ Misinterpreting "in 5 years, he will be 5 times as old"
Many students write f + 5 = 5f, thinking the father's future age equals 5 times his current age. This ignores the fact that the daughter also ages 5 years. The correct equation is f + 5 = 5(d + 5).
✗ Setting up the wrong current relationship
Some students reverse the relationship and write d = 10f instead of f = 10d. Always read carefully: "father is 10 times as old as daughter" means father's age equals 10 times daughter's age.
✗ Forgetting that age differences stay constant
Students sometimes think that because the ratio changes from 10:1 to 5:1, the age difference also changes. The age gap of 36 years stays the same forever—only the ratio changes as both people get older.

The Pattern Behind This

Age ratio problems follow a predictable structure. If person A is k times as old as person B now, and in t years person A will be m times as old as person B, then:

Current: A = k·B
Future: A + t = m(B + t)

The key insight is that both people age by exactly the same amount of time. This creates a system of two equations in two unknowns that typically has a unique solution.

Why the ratio decreases: Since both people age by the same number of years, the age gap stays constant while both ages increase. This makes the ratio (larger age ÷ smaller age) decrease over time, approaching 1 as both people get very old.

How to Spot This Problem Type

  • "A is [number] times as old as B" — signals a ratio relationship
  • "In [time] years, A will be..." — indicates a future scenario
  • Two different ratios or relationships — means you need two equations
  • Age context — suggests integer solutions and constant age gaps

These problems appear frequently in algebra courses because they provide concrete context for systems of equations while reinforcing the concept that some quantities change (ages) while others remain constant (age differences).

What If?

1Different Starting Ratio
A mother is 6 times as old as her son. In 4 years, she will be 4 times as old as he will be. How old are they now?
Step 1 — Set up variables

Let s = son's current age, m = mother's current age

Step 2 — Current relationship

m = 6s

Step 3 — Future relationship

In 4 years: m + 4 = 4(s + 4)

Step 4 — Substitute and solve

6s + 4 = 4s + 16
2s = 12
s = 6

Step 5 — Find both ages

Son: 6 years old
Mother: 6(6) = 36 years old

Verification

Now: 36 ÷ 6 = 6
In 4 years: 40 ÷ 10 = 4

2Longer Time Period
A father is 8 times as old as his daughter. In 12 years, he will be 3 times as old as she will be. How old are they now?
Step 1 — Define variables

Let d = daughter's age, f = father's age

Step 2 — Current equation

f = 8d

Step 3 — Future equation

f + 12 = 3(d + 12)

Step 4 — Substitute

8d + 12 = 3d + 36
5d = 24
d = 4.8

Step 5 — Calculate ages

Daughter: 4.8 years old (4 years, 10 months)
Father: 8(4.8) = 38.4 years old

Verification

Now: 38.4 ÷ 4.8 = 8
In 12 years: 50.4 ÷ 16.8 = 3

3Three Generations
A grandfather is 12 times as old as his granddaughter. In 8 years, he will be 4 times as old as she will be. A father (the grandfather's son) is currently 6 times as old as his daughter. How old is each person now?
Step 1 — Focus on grandfather and granddaughter

Let g = granddaughter's age. Then grandfather = 12g

Step 2 — Set up future equation

12g + 8 = 4(g + 8)

Step 3 — Solve

12g + 8 = 4g + 32
8g = 24
g = 3

Step 4 — Find all ages

Granddaughter: 3 years old
Grandfather: 12(3) = 36 years old
Father: 6(3) = 18 years old

Verification

Grandfather/granddaughter now: 36 ÷ 3 = 12
In 8 years: 44 ÷ 11 = 4
Father/daughter now: 18 ÷ 3 = 6

4Reverse Engineering
A mother is currently 4 times as old as her daughter. In how many years will the mother be exactly 2 times as old as her daughter? (Given that the daughter is currently 8 years old.)
Step 1 — Find current ages

Daughter: 8 years old
Mother: 4(8) = 32 years old

Step 2 — Set up future equation

In t years: 32 + t = 2(8 + t)

Step 3 — Solve for time

32 + t = 16 + 2t
32 - 16 = 2t - t
16 = t

Step 4 — Check the answer

In 16 years:
Mother: 32 + 16 = 48
Daughter: 8 + 16 = 24
Ratio: 48 ÷ 24 = 2

Final Answer

The mother will be exactly 2 times as old as her daughter in 16 years.

Frequently Asked Questions

Write one equation for the current age ratio and another for the future ratio. Use variables like f for father's current age and d for daughter's current age. In this problem: f = 10d (now) and f + 5 = 5(d + 5) (in 5 years). Both people age by the same amount of time.
Students often forget that both people age by the same amount. They write f + 5 = 5f instead of f + 5 = 5(d + 5), missing that the daughter also gets 5 years older. Every person ages by exactly the same time interval.
In real life, we measure ages in whole years for this type of problem. The math is designed so the algebra produces integer answers. In this problem, the daughter is 4 and father is 40 - both clean whole numbers that make sense as ages.
DN

Dr. Neven Jurkovic

Mathematics Professor specializing in algebra and problem-solving pedagogy. Expert in helping students recognize patterns across problem types.

NJ
Neven Jurkovic, PhD

Professor of Computer Science, Palo Alto College, Alamo Colleges District, San Antonio, TX

Developer of Algebrator

Contact

This solution was prepared with AI assistance and reviewed by Dr. Jurkovic for mathematical accuracy and pedagogical clarity.

2026-07-30