document.write( "Question 276966: the time allowed for completing a certain piece of work is 40 days. By extending the time by 10 days we find that 25 fewer man will be needed. How many men are required to finish the work in 40 days? \n" ); document.write( "
Algebra.Com's Answer #201743 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let x=number of men needed to finish job in 40 days \n" ); document.write( "40 * x = 40x man-days required \n" ); document.write( "50 * x-25 = 50(x-25) man-days \n" ); document.write( "40x=50(x-25) \n" ); document.write( "40x=50x-1250 \n" ); document.write( "-10x=-1250 \n" ); document.write( "x=125 number of men needed to finish job in 40 days. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |