Difficulty: Medium
Correct Answer: 8 min
Explanation:
Introduction / Context:Let t be the time (minutes) both are open. Then, for the remaining (18 − t) minutes, only X runs. The total work must equal 1 tank. Solve the linear equation for t.
Given Data / Assumptions:
Concept / Approach:Total filled = t*(1/24 + 1/32) + (18 − t)*(1/24) = 1. Solve for t and interpret as the closing time for Y.
Step-by-Step Solution:
1/24 + 1/32 = 7/96.Equation: t*(7/96) + (18 − t)/24 = 1.Convert (18 − t)/24 = (72 − 4t)/96. Sum ⇒ (7t + 72 − 4t)/96 = (3t + 72)/96 = 1.3t + 72 = 96 ⇒ t = 8 minutes.Verification / Alternative check:First 8 minutes: (7/96)*8 = 7/12. Remaining 10 minutes by X: 10/24 = 5/12. Sum = 1.
Why Other Options Are Wrong:6/10/12 min yield totals not equal to 1 tank in 18 minutes.
Common Pitfalls:Mixing “when to close Y” with “how long Y runs”—here both are the same t from the start.
Final Answer:8 min
Discussion & Comments