Respuesta :
One pipe takes 6 hours to fill the pool and the other takes 12 hours.
Pipe A fills 1/x of the pool per hour, and Pipe B fills 1/y of the pool per hour. In other words, A takes x hours to fill the pool and B takes y hours to fill the pool.
Together, they fill 1/x + 1/y of the pool per hour. So, 4 hours times that rate should equal 1 full pool, since together they take 4 hours to fill the pool. That gives you your first equation:
4(1/x + 1/y) = 1
You're also told that if one pipe fills half the pool and the other takes over to fill the rest, it will take 9 hours. We don't know how long Pipe A works, so call that number of hours t. Pipe B must work for 9 - t hours.
So, Pipe A, working for t hours, fills half the pool:
t(1/x) = 1/2
And Pipe B, working for 9 - t hours, fills half the pool:
(9-t)(1/y) = 1/2
You now have a system of three equations (because this is an exceptionally complicated pipe-filling-pool problem):
4(1/x + 1/y) = 1
t(1/x) = 1/2
(9-t)(1/y) = 1/2
Solve for t in that second equation, then plug it into the third equation:
t(1/x) = 1/2
t = x(1/2)
t = x/2
(9 - x/2)(1/y) = 1/2
Now you've got a system of two equations:
4(1/x + 1/y) = 1
(9 - x/2)(1/y) = 1/2
Solve for y in the second equation, then plug that into the first equation:
(9 - x/2)(1/y) = 1/2
(9 - x/2) = y(1/2)
2(9 - x/2) = y
18 - x = y (this is a really nice-looking form of that equation; we'll use it again later)
4(1/x + 1/y) = 1
4(1/x + 1/(18-x)) = 1
4/x + 4/(18-x) = 1
(4(18-x))/(x(18-x)) + (4x)/(x(18-x)) = 1
(4(18-x) + 4x)/(x(18-x)) = 1
4(18-x) + 4x = x(18-x)
72 - 4x + 4x = 18x - x2
72 = 18x - x2
x2 - 18x + 72 = 0
(x - 6)(x - 12) = 0
x - 6 = 0 OR x - 12 = 0
x = 6 OR x = 12
So, Pipe A takes either x = 6 or x = 12 hours to fill the pool alone.
When Pipe A takes 6 hours to fill the pool, Pipe B takes 12. When Pipe A takes 12 hours to fill the pool, Pipe B takes 6.
These cases are equivalent, since the original problem makes no distinction between the pipes.
Hence, one pipe takes 6 hours to fill the pool and the other takes 12 hours.
To know more about equations check the below link:
https://brainly.com/question/22688504
#SPJ4