Difficulty: Medium
Correct Answer: 36
Explanation:
Introduction / Context:Convert each group's capability into an equivalent daily rate per individual, then add contributions over the first phase. The remainder is completed by men in a final 1-day push.
Given Data / Assumptions:
Concept / Approach:Compute the fraction of work done in first 2 days, then set n*(1/72) = remaining work (to be done in 1 day) to find n.
Step-by-Step Solution:
Daily combined rate = 4*(1/72) + 12*(1/144) + 20*(1/180)= 1/18 + 1/12 + 1/9 = 1/4 per dayWork in 2 days = 1/2; Remaining = 1/2Let required men = n; In 1 day: n*(1/72) = 1/2 → n = 36Verification / Alternative check:Cross-check equivalences: woman = 1/144 = half of man; child ≈ 0.4 of man; totals align to 1/4 per day.
Why Other Options Are Wrong:Undershoot or overshoot the exact half-work remaining within a single day.
Common Pitfalls:Arithmetic slips when summing heterogeneous rates; forgetting that the final phase is only 1 day.
Final Answer:36
Discussion & Comments