Difficulty: Medium
Correct Answer: 35 years
Explanation:
Introduction / Context:This average problem uses time shifts. We reconstruct past and present totals from averages, then isolate C’s current age and project forward by 5 years.
Given Data / Assumptions:
Concept / Approach:Translate averages to totals, adjust totals across time correctly for each person, and subtract to isolate C. Finally, add 5 years to get C’s age after 5 years.
Step-by-Step Solution:
Past sum(A,B) = 40 ⇒ present sum(A,B) = 40 + 20 = 60.Present sum(A,B,C) = 30 * 3 = 90.C (present) = 90 − 60 = 30.C after 5 years = 30 + 5 = 35 years.Verification / Alternative check:Recheck totals: If A + B = 60 and C = 30 today, average is (60 + 30)/3 = 30 as given. Consistent.
Why Other Options Are Wrong:20/30/55/25 do not match the derived present age (30) advanced by 5 years.
Common Pitfalls:Forgetting to increase both A and B by 10 to move from past to present; averaging 20 and 30 directly; or miscounting the number of persons while forming totals.
Final Answer:35 years
Discussion & Comments