SOLUTION: Sam takes 6 days less than the number of days taken by John to complete a piece of work. If both Sam and John together can complete the same work in 4 days. In how many days will j

Algebra ->  Rate-of-work-word-problems -> SOLUTION: Sam takes 6 days less than the number of days taken by John to complete a piece of work. If both Sam and John together can complete the same work in 4 days. In how many days will j      Log On


   



Question 210711: Sam takes 6 days less than the number of days taken by John to complete a piece of work. If both Sam and John together can complete the same work in 4 days. In how many days will john complete the work?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Sam takes 6 days less than the number of days taken by John to complete a piece of work. If both Sam and John together can complete the same work in 4 days. In how many days will john complete the work?
----------------------------------
John DATA:
time = x day/job ; rate = 1/x job/day
------------
Sam DATA:
time = x-6 days/job ; rate = 1/(x-6) job/day
----------------
Together DATA:
time = 4 days/job ; rate = 1/4 job/day
=========================================
Equation:
rate + rate = together rate
1/x + 1/(x-6) = 1/4
4(x-6) + 4x = x(x-6)
4x - 24 + 4x = x^2 - 6x
x^2 - 14x +24 = 0
x^2 - 12x - 2x + 24 = 0
x(x-12)-2(x-12) = 0
(x-12)(x-2) = 0
To get a positive solution for Sam and John:
x = 12 days (John time)
x-6 = 6 days (Sam time)
=======================
Cheers,
Stan H.