document.write( "Question 965418: working together john and bob can paint a house in 3 1/2 hours. working alone bob can do the job in 6 hours. how long does it take for john to do the job alone? \n" ); document.write( "
Algebra.Com's Answer #590109 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! working together john and bob can paint a house in 3 1/2 hours. working alone bob can do the job in 6 hours. how long does it take for john to do the job alone? \n" ); document.write( "*** \n" ); document.write( "let x=hours john can do the job alone \n" ); document.write( "1/x=his work rate \n" ); document.write( "1/6=bob's work rate \n" ); document.write( "1/3.5=work rate working together \n" ); document.write( "sum of indv. work rates=work rate working together \n" ); document.write( ".. \n" ); document.write( "1/x+1/6=1/3.5 \n" ); document.write( "1/x=1/3.5-1/6 \n" ); document.write( "lcd:6*3.5*x=21x \n" ); document.write( "21=6x-3.5x \n" ); document.write( "2.5x=21 \n" ); document.write( "x=8.4 \n" ); document.write( " how long does it take for john to do the job alone? 8.4 hrs \n" ); document.write( " |