Problems on Ages involve determining the present, past, or future ages of individuals based on given relationships or algebraic conditions. They test your ability to translate word problems into equations and solve them logically.

Typical question types:

  • Age relationships (Father is twice the son's age, etc.)
  • Age differences remain constant
  • Age ratios at different times
  • Conditions involving multiple people (e.g., sums or averages)

Think of age problems as time-traveling algebra — you're tracking someone's age through time using logic.


2. Key Formulas & Shortcuts

A. Basic Formula

If a person is xx years old today:

  • Age yy years ago: xyx - y
  • Age yy years later: x+yx + y

B. Constant Age Difference

If A is dd years older than B, then:

(A’s age at any point)=(B’s age at that point)+d\text{(A's age at any point)} = \text{(B's age at that point)} + d

This difference stays the same over time.

C. Ratios & Ages

If ratio of ages is a:ba:b, and their sum is SS:

A’s age=aa+b×S,B’s age=ba+b×S\text{A's age} = \frac{a}{a + b} \times S,\quad \text{B's age} = \frac{b}{a + b} \times S

D. Average of Ages

Average Age=Sum of AgesNumber of People\text{Average Age} = \frac{\text{Sum of Ages}}{\text{Number of People}}

3. Conceptual Tips & Common Mistakes

  • Age difference is always constant, but ratios change with time.

  • Clearly define variables for each person — confusion here leads to wrong equations.

  • Avoid mixing up “xx years ago” and “in xx years”.

  • Don't forget units — time is always in years.

  • Read carefully: if a person is currently 5 times older than someone, does that mean:

    • "He is 5 times older" → 5x
    • "He is 5 years older" → x + 5

4. Visual Explanation

Let’s say:

  • Father is 30, Son is 10
    → Age Ratio = 3:1
    → Age difference = 20

10 years later:

  • Father = 40, Son = 20
    → Ratio = 2:1
    → Difference = still 20

So:
Difference stays constant, but ratios vary over time.


5. Solved Examples

Example 1: Basic Linear Equation

Q: A father is 3 times the age of his son. After 10 years, the father will be twice as old as his son. Find their current ages.

Let: Son = xx, Father = 3x3x

After 10 years:

3x+10=2(x+10)3x+10=2x+20x=103x + 10 = 2(x + 10) \Rightarrow 3x + 10 = 2x + 20 \Rightarrow x = 10

Ans: Son = 10 years, Father = 30 years


Example 2: Using Age Difference

Q: The difference in ages of A and B is 6 years. After 4 years, A will be 1.5 times as old as B. Find their present ages.

Let B = xx, then A = x+6x + 6

After 4 years:

x+6+4=1.5(x+4)x+10=1.5x+60.5x=4x=8x + 6 + 4 = 1.5(x + 4) \Rightarrow x + 10 = 1.5x + 6 \Rightarrow 0.5x = 4 \Rightarrow x = 8

Ans: B = 8, A = 14


Example 3: Ratio to Equation

Q: The present age ratio of A to B is 4:5. After 5 years, the ratio becomes 5:6. Find their current ages.

Let A = 4x, B = 5x

After 5 years:

4x+55x+5=566(4x+5)=5(5x+5)24x+30=25x+25x=5\frac{4x + 5}{5x + 5} = \frac{5}{6} \Rightarrow 6(4x + 5) = 5(5x + 5) \Rightarrow 24x + 30 = 25x + 25 \Rightarrow x = 5

Ans: A = 20, B = 25


Example 4: Group Average

Q: Average age of 4 friends is 25. A new friend joins and the new average becomes 24. Find the age of the new friend.

Total of 4=4×25=100Total of 5=5×24=120New friend’s age=120100=20\text{Total of 4} = 4 \times 25 = 100 \\ \text{Total of 5} = 5 \times 24 = 120 \\ \text{New friend’s age} = 120 - 100 = 20

Example 5: Age in Future

Q: Sum of ages of A and B is 50. After 5 years, the sum becomes 60. Find their current ages.

Trick: In 5 years, total age increases by 2×5=102 \times 5 = 10

So current sum = 6010=5060 - 10 = 50 → Already given.

This validates the condition. Now use further info if given.


Example 6: Three-person scenario

Q: A is twice as old as B, and B is 4 years older than C. If A is 28, what are B and C’s ages?

A=2BB=14B=C+4C=10A = 2B \Rightarrow B = 14 \\ B = C + 4 \Rightarrow C = 10

Ans: B = 14, C = 10