Difficulty: Medium
Correct Answer: 9
Explanation:
Introduction / Context:
This is another mixed-rate problem. First find the relative productivity between a man and a child, then sum the rates for the combined group and invert to get the total time required.
Given Data / Assumptions:
Concept / Approach:
Team rate = 4m + 4c. Compute this numeric rate and then compute days = 1 / (team rate). Equivalently, note that 1 man = 2 children since 1/54 is twice 1/108.
Step-by-Step Solution:
m = 1/54; c = 1/108 ⇒ 1 man = 2 children. Team rate = 4*(1/54) + 4*(1/108) = 4/54 + 4/108 = 2/27 + 1/27 = 3/27 = 1/9. Days = 1 / (1/9) = 9.
Verification / Alternative check:
Convert to man-equivalents: 4 men + 4 children = 4 + 2 = 6 man-equivalents; total rate = 6*(1/54) = 1/9 job/day ⇒ 9 days.
Why Other Options Are Wrong:
6, 10, or 12 days contradict the derived combined rate of 1/9 job/day.
Common Pitfalls:
Adding days instead of rates, or assuming equal productivity across men and children without computing it.
Final Answer:
9
Discussion & Comments