document.write( "Question 940651: 12 men took 8 hour and 40 min to complete a job
\n" );
document.write( "a. Find the time taken for 8 men to complete the job, working at the same rate
\n" );
document.write( "b. if 2 of the 8 men left the job after working for just 1 hour. find the time taken for the remaining 6 men working at the same rate \n" );
document.write( "
Algebra.Com's Answer #573266 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 12 men took 8 hour and 40 min to complete a job \n" ); document.write( "Change 8 hr 40 min to 8.667 hrs \n" ); document.write( "Find how many man-hrs required to complete the job \n" ); document.write( "12 * 8.667 = 104 man-hrs \n" ); document.write( ": \n" ); document.write( "a. Find the time taken for 8 men to complete the job, working at the same rate. \n" ); document.write( "let t = time required by 8 men \n" ); document.write( "8t = 104 \n" ); document.write( "t = 104/8 \n" ); document.write( "t = 13 hrs \n" ); document.write( ": \n" ); document.write( "b. if 2 of the 8 men left the job after working for just 1 hour, find the time taken for the remaining 6 men working at the same rate. \n" ); document.write( "let t = time taken by the remaining 6 men to complete the job \n" ); document.write( "8 men worked for the 1st hr \n" ); document.write( "8(1) + 6t = 104 \n" ); document.write( "6t = 104 - 8 \n" ); document.write( "6t = 96 \n" ); document.write( "t = 96/6 \n" ); document.write( "t = 16 more hrs worked by the remaining 6 men \n" ); document.write( " |