document.write( "Question 795237: If a group of 24 men working 8 hrs a day can complete building a wall in 12 days then in how many
\n" );
document.write( "days 16 men working 6 hrs a day can complete 3 such walls? \n" );
document.write( "
Algebra.Com's Answer #481009 by DEEPAK K(3)![]() ![]() ![]() You can put this solution on YOUR website! If a group of 24 men working 8 hrs a day can complete building a wall in 12 days \n" ); document.write( "Find the man-hrs required to complete the job \n" ); document.write( "24*8*12 = 2304 \n" ); document.write( ": \n" ); document.write( "then in how many days 16 men working 6 hrs a day can complete 3 such walls? \n" ); document.write( "Let d = no. of days required \n" ); document.write( "16*6*d = 3(2304) \n" ); document.write( "96d = 6912 \n" ); document.write( "d = 6912/96 \n" ); document.write( "d = 72 days \n" ); document.write( " |