document.write( "Question 753185: It take 6 men 24 days to build a wall. How many days will it take 8 men to build the same wall.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #745011 by jayesh.nandhu(2)![]() ![]() ![]() You can put this solution on YOUR website! N1 x D1 = N2 x D2 \n" ); document.write( "Where N1 and N2 are the number of mens & D1 and D2 are the number of days. \n" ); document.write( "N1 = 6, D1 = 24, N2 = 8, D2 = ? \n" ); document.write( "Put D2 = X \n" ); document.write( "N1 x D1 = N2 x X \n" ); document.write( "X = (N1 x D1)/ N2 \n" ); document.write( "X = (6 x 24 )/ 8 \n" ); document.write( "X= 18 days \n" ); document.write( " |