Difficulty: Easy
Correct Answer: 4 years
Explanation:
Problem restatement
The ages form an arithmetic progression with common difference 3. Given the sum is 50, find the youngest child's age.
Given data
Concept/Approach
Let the youngest be x years. Then ages are x, x+3, x+6, x+9, x+12. Sum them and solve for x.
Step-by-step calculation
x + (x+3) + (x+6) + (x+9) + (x+12) = 50 5x + 30 = 50 5x = 20 → x = 4
Verification/Alternative
Ages would be 4, 7, 10, 13, 16. Sum = 4 + 7 + 10 + 13 + 16 = 50 (matches).
Common pitfalls
Final Answer
4 years
Discussion & Comments