document.write( "Question 809537: Fifteen carpenters can complete building a house in 45 days . How many extra men will be required if the job is to be completed in 25 days ? \n" ); document.write( "
Algebra.Com's Answer #487657 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Fifteen carpenters can complete building a house in 45 days. \n" ); document.write( "Find the number of man-days required to complete the job \n" ); document.write( "15*45 = 675 \n" ); document.write( ": \n" ); document.write( "How many extra men will be required if the job is to be completed in 25 days? \n" ); document.write( "let x = no.of extra men required \n" ); document.write( "25(x+15) = 675 \n" ); document.write( "25x + 375 = 675 \n" ); document.write( "25x = 675 - 375 \n" ); document.write( "25x = 300 \n" ); document.write( "x = 300/25 \n" ); document.write( "x = 12 extra men \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check \n" ); document.write( "25(15+12) = 675 \n" ); document.write( " |