document.write( "Question 413152: Working together three men can paint a barn in six hours. If each man worked alone, the first man would take twice as long as the second man, and the second man would take six hours longer than the third. How many hours would it take the slowest man, working alone, to paint the barn? \n" ); document.write( "
Algebra.Com's Answer #290350 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Working together three men can paint a barn in six hours. If each man worked alone, the first man would take twice as long as the second man, and the second man would take six hours longer than the third. How many hours would it take the slowest man, working alone, to paint the barn?\r
\n" ); document.write( "\n" ); document.write( "..\r
\n" ); document.write( "\n" ); document.write( "let x=hours third man takes to finish the job alone
\n" ); document.write( "work rate=1/x
\n" ); document.write( "(x+6)=hours second man takes to finish the job alone
\n" ); document.write( "work rate=1/(x+6)
\n" ); document.write( "2(x+6)=hours first man takes to finish the job alone
\n" ); document.write( "work rate=1/(2(x+6)
\n" ); document.write( "6=hours it takes to finish the job working together
\n" ); document.write( "work rate=1/6
\n" ); document.write( "sum of individual work rates=work rate when working together
\n" ); document.write( "(1/x)+(1/(x+6))+(1/(2(x+6))=1/6
\n" ); document.write( "LCD=12x(x+6)
\n" ); document.write( "12(x+6)+12x+6x=2x(x+6)
\n" ); document.write( "12x+72+12x+6x=2x^2+12x
\n" ); document.write( "2x^2-18x-72=0
\n" ); document.write( "x^2-9x-36=0
\n" ); document.write( "(x-12)(x+3)=0
\n" ); document.write( "x=12 hours for third man to paint the barn working alone
\n" ); document.write( "x=-3 (reject)
\n" ); document.write( "ans:
\n" ); document.write( "The slowest man on the job is the first man.
\n" ); document.write( "He will take 2*(12+6)=36 hours to paint the barn working alone\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );