document.write( "Question 1003642: 10 men can dig a piece of land in 12days. How many more men are required to dig it for 4days? \n" ); document.write( "
Algebra.Com's Answer #620362 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
10 men can dig a piece of land in 12days
\n" ); document.write( "Find how many man-days required to do the job
\n" ); document.write( "10 * 12 = 120 man-days
\n" ); document.write( ":
\n" ); document.write( "How many more men are required to dig it for 4days?
\n" ); document.write( "let m = no. of men required to do the same job in 4 days
\n" ); document.write( "4m = 120
\n" ); document.write( "m = 120/4
\n" ); document.write( "m = 30 men total required
\n" ); document.write( "But they ask how many MORE
\n" ); document.write( "30 - 10 = 20 more men
\n" ); document.write( "
\n" );