document.write( "Question 728451: If totally 25 workers working for 7 hours a day completing a particular piece of work in 28 days,in howmany days 20 workers working for 6 hours a day wil complete same work? \n" ); document.write( "
Algebra.Com's Answer #445411 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! If totally 25 workers working for 7 hours a day completing a particular piece \n" ); document.write( " of work in 28 days, in how many days 20 workers working for 6 hours a day will complete same work? \n" ); document.write( ": \n" ); document.write( "Find number of man-hours required to complete the job. \n" ); document.write( "25*7*28 = 4900 man-hrs \n" ); document.write( ": \n" ); document.write( "let d = number of days required by 20 workers, working 6 hr/day \n" ); document.write( "20*6*d = 4900 \n" ); document.write( "120d = 4900 \n" ); document.write( "d = 4900/120 \n" ); document.write( "d = 40.833 days which is: 40 days + .833(6) = 5 hrs \n" ); document.write( ": \n" ); document.write( "Check this \n" ); document.write( "40*6*20 = 4800 man-hrs \n" ); document.write( "20 * 5 = 100 man-hrs \n" ); document.write( "---------------------- \n" ); document.write( "total 4900 man-hrs \n" ); document.write( " \n" ); document.write( " |