Difficulty: Hard
Correct Answer: 50 days
Explanation:
Introduction / Context:
We are given equivalence: 50 men or 80 women in 50 days both complete the same 1 job. Compute per-man and per-woman daily rates, then evaluate work done in successive 10-day blocks as the crew shrinks.
Given Data / Assumptions:
Concept / Approach:
Compute each 10-day block’s crew rate and cumulative work. Stop when cumulative work reaches 1 job.
Step-by-Step Solution:
Verification / Alternative check:
Later blocks (if continued) would overshoot; the job is exactly completed at day 50.
Why Other Options Are Wrong:
45/54/62/58 days mis-sum block outputs or assume constant crews.
Common Pitfalls:
Forgetting that both men and women reduce each cycle; failing to re-compute the rate per block.
Final Answer:
50 days
Discussion & Comments