Difficulty: Medium
Correct Answer: 24 h
Explanation:
Introduction / Context:Pairwise completion information allows us to compute the sum of individual hourly rates and then isolate any one worker’s rate by subtraction.
Given Data / Assumptions:
Concept / Approach:Let a, b, c be hourly rates. Then a + b = 1/10, b + c = 1/15, a + c = 1/12. Sum to get 2(a + b + c), divide by 2 for the total rate, then subtract (a + c) to get b.
Step-by-Step Solution:
2(a + b + c) = 1/10 + 1/15 + 1/12 = 1/4a + b + c = 1/8b = (a + b + c) − (a + c) = 1/8 − 1/12 = 1/24Time for B alone = 1 / (1/24) = 24 hVerification / Alternative check:Compute a and c similarly and verify that the pair sums equal the given rates. The arithmetic is consistent.
Why Other Options Are Wrong:12 h, 16 h, 20 h, 18 h do not match the extracted b when recombined into pair rates.
Common Pitfalls:Adding hours instead of rates; forgetting to divide the pair sum by 2; sign mistakes while subtracting to isolate b.
Final Answer:24 h
Discussion & Comments