SOLUTION: One painter takes 6 hours longer to paint a room than does a second painter. Working together, they can paint the room in 4 hours. How long wouold it take each painter working al
Algebra ->
Rate-of-work-word-problems
-> SOLUTION: One painter takes 6 hours longer to paint a room than does a second painter. Working together, they can paint the room in 4 hours. How long wouold it take each painter working al
Log On
Question 182671: One painter takes 6 hours longer to paint a room than does a second painter. Working together, they can paint the room in 4 hours. How long wouold it take each painter working alone to paint the room? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! One painter takes 6 hours longer to paint a room than does a second painter. Working together, they can paint the room in 4 hours. How long wouold it take each painter working alone to paint the room?
-----------------------------------------------------
2nd painter DATA:
time = x hr/job ; rate = 1/x job/hr
-----------------------
1st painter DATA:
time = (x+6) hr/job ; rate = 1/(x+6) job/hr
------------------------
Together DATA:
time = 4 hr/job ; rate = 1/4 job/hr
--------------------------------
Equation:
rate + rate = together rate
1/x + 1/(x+6) = 1/4
Multiply thru by 4x(x+6) to get:
4(x+6) + 4x = x(x+6)
4x + 24 + 4x = x^2 + 6x
x^2 -2x - 24 = 0
(x-6)(x+4) = 0
Positive solution:
x = 6 hrs (time for 2nd painter to do the job alone)
x+6= 12 hrs (time for the 1st to do the job alone)
======================
Cheers,
Stan H.