A large pipe can fill a tank in 6 hours less than it takes the small pipe. Working together, they can fill it in 44 hours. How long would it take the small pipe to fill the tank if it was working alone?

1 Answer
Oct 26, 2016

Let the time it takes to fill the smaller pipe be xx and the time it takes the larger pipe be x - 6x6.

Then, the amount of tank that can be filled in 11 hour is:

1/x + 1/(x - 6) = 1/41x+1x6=14

Solve this equation.

(4(x - 6))/(4x(x - 6)) + (4(x))/(4x(x - 6)) = (x(x - 6))/(4(x)(x - 6))4(x6)4x(x6)+4(x)4x(x6)=x(x6)4(x)(x6)

We can now eliminate the denominators.

4x - 24 + 4x = x^2 - 6x4x24+4x=x26x

0 = x^2 - 14x + 240=x214x+24

0 = (x - 12)(x - 2)0=(x12)(x2)

x = 12 and 2x=12and2

Two solutions may seem non sensical, but if you determine the length of time it takes using the large pipe, you will get 66 and -44. A negative answer is not possible, so we discredit x = 2x=2.

So, it takes the small pipe 1212 hours to fill the tank.

Hopefully this helps!