Difficulty: Easy
Correct Answer: 24
Explanation:
Introduction / Context:With alternating workers, compute the work done per full cycle and then scale up to cover the entire job. A 3-day cycle repeats until completion.
Given Data / Assumptions:
Concept / Approach:Per 3-day cycle work = sum of daily rates in order. Divide 1 by the cycle sum to get number of cycles; multiply by 3 for days.
Step-by-Step Solution:
Cycle work = 1/36 + 1/24 + 1/18= (2 + 3 + 4)/72 = 9/72 = 1/8Total cycles = 1 / (1/8) = 8 cyclesTotal days = 8 * 3 = 24Verification / Alternative check:Each cycle contributes exactly 1/8 of the job; 8 cycles complete it.
Why Other Options Are Wrong:They do not match the exact cycle-sum fraction.
Common Pitfalls:Adding times instead of rates or mis-ordering the pattern.
Final Answer:24
Discussion & Comments