Age-word problem — two conditions given: 15 years from now, A will be exactly twice as old as B. Five years ago, however, A was four times as old as B. Based on these two constraints, determine the difference between their present ages (A − B).

Difficulty: Medium

Correct Answer: 30 years

Explanation:


Introduction / Context:
Problems on ages often give two different time-based relations. Here, one relation is “15 years later” and the other is “5 years ago.” We must translate both into equations and solve simultaneously to get the present ages and then their difference.


Given Data / Assumptions:

  • In 15 years: A will be twice B.
  • Five years ago: A was four times B.
  • All ages are in years; ages are integers in typical exam settings.


Concept / Approach:
Let present ages be A and B. Convert each statement into a linear equation in A and B and solve by elimination or substitution. Finally compute A − B.


Step-by-Step Solution:

From “15 years later”: A + 15 = 2(B + 15) ⇒ A = 2B + 15.From “5 years ago”: A − 5 = 4(B − 5) ⇒ A = 4B − 15.Equate: 2B + 15 = 4B − 15 ⇒ 30 = 2B ⇒ B = 15.Then A = 2*15 + 15 = 45.Difference: A − B = 45 − 15 = 30.


Verification / Alternative check:

15 years later: (45 + 15) : (15 + 15) = 60 : 30 = 2 : 1 ✓5 years ago: (45 − 5) : (15 − 5) = 40 : 10 = 4 : 1 ✓


Why Other Options Are Wrong:

  • 15 years, 45 years, 25 years do not satisfy both time-shift relations.
  • “None of these” is incorrect because 30 years fits perfectly.


Common Pitfalls:

  • Misplacing the time shifts (adding instead of subtracting).
  • Computing A/B instead of the required difference A − B.


Final Answer:
30 years

More Questions from Problems on Ages

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion