Question 1042119
Two pipes together can fill the reservoir in 6 hours and 40 minutes. Find the time each alone will take to fill the reservoir if one of the pipes can fill it in 3 hours less than the other. 
-----
Note:: 6 hr 40 min = 6 2/3 hrs = 20/3 hrs/job
-----------------------
together rate:: 3/20 job/hr
------------------
slower pipe rate:: 1/x job/hr
faster pipe rate:: 1/(x-3) job/hr
----------------------------
Equation::
rate + rate = together rate
1/x + 1/(x-3) = 3/20
20(x-3) + 20x = 3x(x-3)
----------
40x - 60 = 3x^2 - 9x
-------
3x^2 - 49x + 60 = 0
-------
x = 15 hr (slower time)
x-3 = 12 hr (faster time)
------------
Cheers,
Stan H.
-------------------