document.write( "Question 396534: a piece of work can be done by 40 men in 48 days, after 15days, 18 men were transferred to another job, how many days will the remaining men finish the job? \n" ); document.write( "
Algebra.Com's Answer #281310 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a piece of work can be done by 40 men in 48 days, \n" ); document.write( " after 15 days, 18 men were transferred to another job, \n" ); document.write( " how many days will the remaining men finish the job? \n" ); document.write( "; \n" ); document.write( "Find how many man-days to complete the job: \n" ); document.write( "40 * 48 = 1920 man-days \n" ); document.write( ": \n" ); document.write( "That leaves 22 men to finish the job in d days \n" ); document.write( "(40*15) + 22d = 1920 \n" ); document.write( ": \n" ); document.write( "600 + 22d = 1920 \n" ); document.write( "22d = 1920 - 600 \n" ); document.write( "22d = 1320 \n" ); document.write( "d = \n" ); document.write( "d = 60 days to complete the job \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check: \n" ); document.write( "(40*15) + (22*60) = 1920 \n" ); document.write( " |