Difficulty: Easy
Correct Answer: 12 hours
Explanation:
Introduction / Context:This is a two-phase problem: a mixed phase with both inlets and the outlet, followed by an inlet-only phase. Compute the fraction completed in the first 10 hours, then finish with A and B only.
Given Data / Assumptions:
Concept / Approach:Phase 1 work = 10 * (1/15 + 1/20 − 1/25). Phase 2 time = (remaining) / (1/15 + 1/20). Sum both phases for total time.
Step-by-Step Solution:
Phase 1 rate = LCM 300 ⇒ (20 + 15 − 12)/300 = 23/300 job/hour.Work after 10 h = 10 * 23/300 = 23/30.Remaining = 1 − 23/30 = 7/30.A + B rate = 1/15 + 1/20 = 7/60 job/hour.Phase 2 time = (7/30) / (7/60) = 2 hours.Total time = 10 + 2 = 12 hours.Verification / Alternative check:Back-substitution confirms totals reach exactly 1 job.
Why Other Options Are Wrong:13 1/2 / 16 / 18 hours do not match the exact two-phase computation.
Common Pitfalls:Dropping the outlet term during Phase 1 or miscomputing the remaining fraction.
Final Answer:12 hours
Discussion & Comments