Difficulty: Easy
Correct Answer: 15 years
Explanation:
Introduction / Context:This is a linear “age chain” with several offsets. Anchoring the chain at the known present age (A) and walking step-by-step to each related person keeps the arithmetic simple and accurate.
Given Data / Assumptions:
Concept / Approach:From A = B + 5 we first find B, then C from B = C + 4, and finally D from D = B + 3.
Step-by-Step Solution:
B = A − 5 = 17 − 5 = 12.C = B − 4 = 12 − 4 = 8.D = B + 3 = 12 + 3 = 15.Verification / Alternative check:Check all differences: A (17) is indeed 5 older than B (12); B (12) is 4 older than C (8); D (15) is 3 older than B (12). All constraints satisfied.
Why Other Options Are Wrong:8/12/19/21 conflict with at least one of the stated pairwise differences when cross-verified against A = 17.
Common Pitfalls:Reversing “older than/younger than”; attempting to jump directly from A to D and missing the intermediate B relation.
Final Answer:15 years
Discussion & Comments