An empty tank can be filled with water in 20 minutes by using Pipe A or in 30 minutes by Pipe B, and the tank filled with water can be emptied of water in 40 minutes by using Pipe C. When the three pipes A, B, and C work together, approximately how long (in minutes) does it take to fill the empty tank with water?
I would love to know the method to solve this kind of math. Thanks lot!
It's all about placing the information into a formula:
Pipe A fills the tank in 20 minutes, so every minute it fills $\frac{1}{20}$ of the tank.
Pipe B fills the tank in 30 minutes, so every minute it fills $\frac{1}{30}$ of the tank.
Pipe C empties the tank in 40 minutes, so every minute it empties $\frac{1}{40}$ of the tank.
The volume of the tank is equal to $\frac{1}{20}t+\frac{1}{30}t-\frac{1}{40}t$, with $t$ in minutes. The tank is full when the equation is equal to 1. So the equation to solve is $\frac{1}{20}t+\frac{1}{30}t-\frac{1}{40}t = 1$. I think you can take it over from here.