document.write( "Question 504465: if 20 men can do a piece of work in 8 days, then how many men can finish the same work in 10 days? \n" ); document.write( "
Algebra.Com's Answer #339689 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! if 20 men can do a piece of work in 8 days, \n" ); document.write( "20 * 8 = 160 man-days to complete the job \n" ); document.write( ": \n" ); document.write( "then how many men can finish the same work in 10 days? \n" ); document.write( "let m = no. of men required to do the job in 10 days \n" ); document.write( "10m = 160 \n" ); document.write( "m = \n" ); document.write( "m = 16 men \n" ); document.write( " |