Difficulty: Easy
Correct Answer: 2 hours
Explanation:
Introduction / Context:Mixed participation problems require computing the work done during a short collaborative interval, then finishing with the subset at their combined rate.
Given Data / Assumptions:
Concept / Approach:Compute work completed in the first hour by A, B, and C. Subtract from 1 to find the remaining work. Divide the remainder by the combined rate of A and B to get the extra time.
Step-by-Step Solution:
First hour output = 1/5 + 1/9 + 1/15Common denominator 45: 9 + 5 + 3 = 17 ⇒ 17/45Remaining work = 1 − 17/45 = 28/45A + B rate = 1/5 + 1/9 = 14/45Time needed = (28/45) / (14/45) = 2 hoursVerification / Alternative check:Compute total time: 1 hour with all three plus 2 more hours with A and B equals 3 hours overall; check that total work equals 1 by summing hourly outputs.
Why Other Options Are Wrong:3, 3.5, 4, 2.5 hours result from arithmetic slips in the fractional sums or dividing remaining work by only one worker’s rate.
Common Pitfalls:Forgetting that only A and B continue after 1 hour; mixing up addition of times versus addition of rates; reducing 17/45 incorrectly.
Final Answer:2 hours
Discussion & Comments