SOLUTION: Please help with word problem: Filling a tank. A water tank has an inlet pipe and a drain pipe. A full tank can be emptied in 30 minutes if the drain is opened and an empty t

Algebra ->  Rational-functions -> SOLUTION: Please help with word problem: Filling a tank. A water tank has an inlet pipe and a drain pipe. A full tank can be emptied in 30 minutes if the drain is opened and an empty t      Log On


   



Question 203502This question is from textbook Elementary & Intermediate Algebra
: Please help with word problem:
Filling a tank. A water tank has an inlet pipe and a drain pipe. A full tank can be emptied in 30 minutes if the drain is opened and an empty tank can be filled in 45 minutes with the inlet pipe opened. If both pipes are accidentally opened when the tank is full, then how long will it take to empty the tank?
This question is from textbook Elementary & Intermediate Algebra

Found 2 solutions by Earlsdon, Theo:
Answer by Earlsdon(6294) About Me  (Show Source):
You can put this solution on YOUR website!
If the empty tank can be filled in 45 minutes, then 1/45 of the tank can be filled in 1 minute.
If the full tank can be emptied in 30 minutes, then 1/30 of the tank can be emptied in 1 minute.
With both pipes open, then (1/45 - 1/30) of the full tank can be emptied in 1 minute.
1%2F45-1%2F30+=+-1%2F90 of the tank can be emptied (negative) in 1 minute.
So this means it will take 90 minutes to empty the tank completely.

Answer by Theo(13342) About Me  (Show Source):
You can put this solution on YOUR website!
Problem:
Filling a tank. A water tank has an inlet pipe and a drain pipe. A full tank can be emptied in 30 minutes if the drain is opened and an empty tank can be filled in 45 minutes with the inlet pipe opened. If both pipes are accidentally opened when the tank is full, then how long will it take to empty the tank?
-----
empty tank in 30 minutes.
fill tank in 45 minutes.
-----
let T = amount of liquid in the tank when it's full.
T can be anything, i.e. gallons, liters, etc. It's not specified.
you do know that when the tank is full it has T amount of liquid in it, whatever T represents (gallons, liters, quarts, whatever)
-----
let e = rate of empty = T/30
let f = rate of fill = T/45
-----
the question was:
if both drains are open, how long does it take to empty the tank.
what you have is both drains open so water is pouring out of both at the same time.
the assumption is that the rate of drainage from the fill pipe would be the same as the fill rate.
-----
water is draining out of the drain pipe at the rate of e = T/30.
water is draining out of the fill pipe at the rate of f = T/45.
the total water to be drained is T.
the equation should be:
(f+e)*m = T
-----
since f = T/45 and e = T/30, this equation becomes:
((T/30) + (T/45)) * m = T
where m represents the number of minutes it takes to drain the tank.
-----
multiply both sides of this equation by (30)*(45) to get
45*T + 30*T * m = 45*30*T
which becomes:
75*T*m = 45*30*T
divide both sides of this equation by (75*T) to get:
m = (45*30*T)/(75*T)
which becomes:
m = 18
the tank would drain in 18 minutes.
-----
(T/45)*18 = .4T
(T/30)*18 = .6T
((T/45)+(T/30))*18 = T
answer looks good. tank will drain in 18 minuters if both fill pipe and drain pipe are left open.
-----