Difficulty: Medium
Correct Answer: 12 hours
Explanation:
Problem restatement
Given three composite times involving A, B, and C, find B's solo time.
Given data
Concept/Approach
Isolate c from (a + c), then subtract from (b + c) to get b.
Step-by-step calculation
c = (a + c) − a = 1/2 − 1/4 = 1/4 b = (b + c) − c = 1/3 − 1/4 = (4 − 3)/12 = 1/12 job/hour B's time = 1 ÷ (1/12) = 12 hours
Verification
Check consistency: a = 1/4, c = 1/4 → (a + c) = 1/2 (given). Then (b + c) = 1/12 + 1/4 = 1/3 (given).
Common pitfalls
Final Answer
12 hours
Discussion & Comments