Difficulty: Medium
Correct Answer: 3 : 1
Explanation:
Introduction / Context:The problem binds two people's ages across different time points. Once the present ratio is parameterized, the cross-time equality determines the scale, and the requested ratio follows with simple arithmetic.
Given Data / Assumptions:
Concept / Approach:Combine A = 5k and B = 3k with A = B + 8 to find k, then compute A + 4 and B − 4 and take the ratio requested.
Step-by-Step Solution:
5k = 3k + 8 ⇒ 2k = 8 ⇒ k = 4. A = 20, B = 12. A + 4 = 24; B − 4 = 8 ⇒ (A + 4) : (B − 4) = 24 : 8 = 3 : 1.Verification / Alternative check:Check the cross-time equality: A − 4 = 16 and B + 4 = 16 (✓).
Why Other Options Are Wrong:They contradict either the present 5 : 3 ratio or the A − 4 = B + 4 condition.
Common Pitfalls:Applying the +4 and −4 to the wrong person, which inverts the intended equality.
Final Answer:3 : 1
Discussion & Comments