document.write( "Question 859751: 15 workers can build a wall in 48 hours . how many workers will be required to do the same work in 30 hours \n" ); document.write( "
Algebra.Com's Answer #517933 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 15 workers can build a wall in 48 hours. \n" ); document.write( "15 * 48 = 720 man-hrs required to complete the wall \n" ); document.write( ": \n" ); document.write( "how many workers will be required to do the same work in 30 hours \n" ); document.write( "let m = no. of men required \n" ); document.write( "30m = 720 \n" ); document.write( "m = 720/30 \n" ); document.write( "m = 24 men \n" ); document.write( " |