Difficulty: Hard
Correct Answer: 1 : 5
Explanation:
Introduction / Context:Statements like “eight times older” are often intended as “grandfather's age equals 9 times Sudha's age” at that snapshot (older by 8 times Sudha's age). Interpreting English phrasing correctly is vital. Here, two time-separated multiplicative constraints uniquely determine the present ages and allow the requested ratio eight years ago.
Given Data / Assumptions:
Concept / Approach:Solve the two linear equations for S and G. Then compute their ages eight years ago and simplify the ratio S : G at that time.
Step-by-Step Solution:
From future: G = 3S + 16. From past: G = 9S − 128. Equate: 9S − 128 = 3S + 16 ⇒ 6S = 144 ⇒ S = 24; then G = 3*24 + 16 = 88. Eight years ago: S = 16, G = 80 ⇒ ratio = 16 : 80 = 1 : 5.Verification / Alternative check:Check the 16-years-ago relation: 88 − 16 = 72 and 9(24 − 16) = 72 (✓). Check the 8-years-hence relation: 88 + 8 = 96 and 3(24 + 8) = 96 (✓).
Why Other Options Are Wrong:Other ratios do not simultaneously satisfy both time-based multiplicative conditions when reverse-engineered.
Common Pitfalls:Treating “8 times older” as “8 times as old,” which gives inconsistent (non-integer) ages here; or forming a ratio at the wrong time slice.
Final Answer:1 : 5
Discussion & Comments