document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #137160 by stanbon(75887)\"\" \"About 
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?
\n" ); document.write( "-----------------------------------------------------
\n" ); document.write( "2nd painter DATA:
\n" ); document.write( "time = x hr/job ; rate = 1/x job/hr
\n" ); document.write( "-----------------------
\n" ); document.write( "1st painter DATA:
\n" ); document.write( "time = (x+6) hr/job ; rate = 1/(x+6) job/hr
\n" ); document.write( "------------------------
\n" ); document.write( "Together DATA:
\n" ); document.write( "time = 4 hr/job ; rate = 1/4 job/hr
\n" ); document.write( "--------------------------------
\n" ); document.write( "Equation:
\n" ); document.write( "rate + rate = together rate
\n" ); document.write( "1/x + 1/(x+6) = 1/4\r
\n" ); document.write( "\n" ); document.write( "Multiply thru by 4x(x+6) to get:
\n" ); document.write( "4(x+6) + 4x = x(x+6)
\n" ); document.write( "4x + 24 + 4x = x^2 + 6x
\n" ); document.write( "x^2 -2x - 24 = 0
\n" ); document.write( "(x-6)(x+4) = 0
\n" ); document.write( "Positive solution:
\n" ); document.write( "x = 6 hrs (time for 2nd painter to do the job alone)
\n" ); document.write( "x+6= 12 hrs (time for the 1st to do the job alone)
\n" ); document.write( "======================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );