document.write( "Question 713801: 14 men took 6 hours and 40 minutes to complete a job. if two of 8 men leave after working for one hour, how long will it take the remaining 6 men working at the same rate to complete the job? \n" ); document.write( "
Algebra.Com's Answer #438607 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 14 men took 6 hours and 40 minutes to complete a job. \n" ); document.write( "Find the number of man-hours required to do the job. \n" ); document.write( "Change 6 hr 40 min to 6.6666 hrs \n" ); document.write( "14 * 6.67 = 93.33 man-hrs require to complete the job \n" ); document.write( ": \n" ); document.write( " if two of 8 men leave after working for one hour, how long will it take the remaining 6 men working at the same rate to complete the job? \n" ); document.write( ": \n" ); document.write( "let h = time required by the remaining 6 men to complete the job \n" ); document.write( "2(1) + 6(h+1) = 93.33 \n" ); document.write( "6h + 6 = 93.33 - 2 \n" ); document.write( "6h = 91.33 - 6 \n" ); document.write( "6h = 85.93 \n" ); document.write( "h = 85.93/6 \n" ); document.write( "h = 14.22 more hrs to completed the job \n" ); document.write( ": \n" ); document.write( "See if that checks out: 6(14.22+ 1) + 2(1) = 93.32 close enough \n" ); document.write( " |