SOLUTION: Mary wants to fill a swimming pool that holds 15,000 gallons of water. if she fills from a large hose for 3 hours and a small hose for 8 hours, she can fill half the pool. The pool
Algebra ->
Customizable Word Problem Solvers
-> Geometry
-> SOLUTION: Mary wants to fill a swimming pool that holds 15,000 gallons of water. if she fills from a large hose for 3 hours and a small hose for 8 hours, she can fill half the pool. The pool
Log On
Question 1111270: Mary wants to fill a swimming pool that holds 15,000 gallons of water. if she fills from a large hose for 3 hours and a small hose for 8 hours, she can fill half the pool. The pool is completely filled if she uses both hoses together for 10 hours. how long will it take to fill the pool using each hose by itself. Found 2 solutions by ikleyn, amalm06:Answer by ikleyn(52775) (Show Source):
Let S be the rate of work of the small hose (= volume of water per 1 hour).
Let L be the rate of work of the large hose (= volume of water per 1 hour).
Then you have these two equation from the condition:
3L + 8S = 0.5, (1)
10L + 10S = 1 (2)
where 0.5 denotes half of pool volume and 1 denotes whole volume.
To solve the system, multiply eq(1) by 10 (both sides) and multiply eq(2) by 3 (both sides). You will get
30L + 80S = 5, (3)
30L + 30S = 3. (4)
Now subtract eq(4) from eq(3) (both sides).
You will get
50S = 2 ====> S = = .
Thus you found that the rate of work of the small hose is of the pool volume per hour.
It means that the small hose can fill the pool in 25 hour, working alone.
Now from equation (2)
10L + 10*(1/25) = 1, or 10L = 1 - 10/25 = 15/25 = 3/5 ====> L = .
Thus you found that the rate of work of the large hose is of the pool volume per hour.
It means that the small hose can fill the pool in hours = hours = 16 hours and 40 minutes, working alone.
Solved.
-------------------
It is a typical joint work problem.
You can put this solution on YOUR website! Suppose it takes the large hose x hours to fill the pool by itself. Then the
work rate of the large hose is 1/x. Similarly, suppose it takes the small hose y hours to fill the pool by itself. Then the work rate of the small hose is 1/y.
Using the constraints in the problem, write a system of simultaneous equations:
(3/x)+(8/y)=1/2
(10/x)+(10/y)=1
Solve the system of equations to find the values of x and y.