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:
Verification / 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