Difficulty: Medium
Correct Answer: 9 days
Explanation:
Introduction / Context:
When different worker types have different efficiencies, convert everyone to a common unit (e.g., “man-equivalents” or “woman-equivalents”). Use total work constancy (work = rate * time) to find the duration for a mixed team.
Given Data / Assumptions:
Concept / Approach:
Convert everyone to man-equivalents. Then compute team’s daily capacity and divide total man-days by this capacity to get total days.
Step-by-Step Solution:
Total work W = 168 man-days.16 women = 16 / 1.5 = 10.666… man-equivalents.Team capacity = 8 + 10.666… = 18.666… man-equivalents per day.Time = W / capacity = 168 / 18.666… = 9 days.
Verification / Alternative check:
Using woman-equivalents instead: 1 woman = 2/3 man. 8 men = 12 women; plus 16 women = 28 women/day. Total W = 252 woman-days. 252/28 = 9 days. Same result confirms robustness.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
9 days
Discussion & Comments