document.write( "Question 277389: six carpenters can do a job in nine days. working at the same rate,
\n" );
document.write( "1) How many days will it take two carpenters to do the job?
\n" );
document.write( "2) How many carpenters will it take to so the job in three days? \n" );
document.write( "
Algebra.Com's Answer #202130 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! six carpenters can do a job in nine days. working at the same rate, \n" ); document.write( ": \n" ); document.write( "Find the number of man-days required to complete the job \n" ); document.write( "6*9 = 54 man-days \n" ); document.write( ": \n" ); document.write( "1) How many days will it take two carpenters to do the job? \n" ); document.write( "2d = 54 \n" ); document.write( "d = 54/2 \n" ); document.write( "d = 27 days \n" ); document.write( ": \n" ); document.write( "2) How many carpenters will it take to so the job in three days? \n" ); document.write( "3m = 54 \n" ); document.write( "m = 54/3 \n" ); document.write( "m = 18 men \n" ); document.write( " |