Official Solution:Pumps A, B, and C each fill a tank at their unique constant rates. Pump A alone can fill the tank in 12 hours. Pump B can complete the task in 5 hours, and Pump C in just 4 hours. Initially, Pump A starts the process, operating alone for two hours. Then, Pump B joins, and they work together for the next two hours. Finally, Pump C is also turned on, and all three pumps work together to finish filling the tank. What fraction of the tank was filled by Pump A? A. \(\frac{1}{24}\)
B. \(\frac{1}{8}\)
C. \(\frac{3}{8}\)
D. \(\frac{1}{2}\)
E. \(\frac{2}{3}\)
Let the time when all three pumps were working together be \(t\) hours. Then:
Pump A worked for \(t + 4\) hours and filled \(\frac{1}{12} * (t + 4)\) of the tank;
Pump B worked for \(t + 2\) hours and filled \(\frac{1}{5} * (t + 2)\) of the tank;
Pump C worked for \(t\) hours and filled \(\frac{1}{4} * t\) of the tank;
Hence, we'd have:
\(\frac{1}{12} * (t + 4) + \frac{1}{5} * (t + 2) + \frac{1}{4} * t = 1\)
Multiply the entire equation by 60 to eliminate fractions:
\(5(t + 4) +12(t + 2) + 15t= 60\)
\(32t + 44= 60\)
\(t=\frac{1}{2}\)
Therefore, Pump A filled \(\frac{1}{12} * (t + 4)=\frac{1}{12} * (\frac{1}{2} + 4)=\frac{3}{8}\) of the tank.
Answer: C