Difficulty: Medium
Correct Answer: 5, 2
Explanation:
Introduction / Context:When identical inlets and outlets are mixed, the net rate is (number of inlets * inlet rate) − (number of outlets * outlet rate). With a known net fill time, we can solve a pair of linear equations for the counts.
Given Data / Assumptions:
Concept / Approach:Let i = inlets and o = outlets with i + o = 7. Then i/10 − o/15 = 11/30. Solve the linear system.
Step-by-Step Solution:
i + o = 7i/10 − o/15 = 11/30 ⇒ 3i − 2o = 11 (after multiplying by 30)Substitute o = 7 − i: 3i − 2(7 − i) = 11 ⇒ 5i − 14 = 11 ⇒ 5i = 25 ⇒ i = 5o = 7 − 5 = 2Verification / Alternative check:Net rate = 5*(1/10) − 2*(1/15) = 1/2 − 2/15 = (15 − 4)/30 = 11/30 ⇒ time = 30/11 h.
Why Other Options Are Wrong:Any other split fails the linear system.
Common Pitfalls:Using 2 8/11 as 2.8 recurring instead of 30/11; always convert mixed fractions to improper ones.
Final Answer:5, 2
Discussion & Comments