document.write( "Question 1152573: Four workers are building a house. In five days they built half the house. But
\n" );
document.write( "winter is coming and they want to finish building the house in two more days.
\n" );
document.write( "How many friends should the workers call for help, if they do not want to bother
\n" );
document.write( "more people than is necessary? \n" );
document.write( "
Algebra.Com's Answer #774602 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Four workers are building a house. \n" ); document.write( " In five days they built half the house. \n" ); document.write( "But winter is coming and they want to finish building the house in two more days. \n" ); document.write( "How many friends should the workers call for help, if they do not want to bother \n" ); document.write( "more people than is necessary? \n" ); document.write( ": \n" ); document.write( "Find how many man-days to complete a house \n" ); document.write( "2(4*5) = 40 man-days \n" ); document.write( ": \n" ); document.write( "let m = no. of additional men required to complete in 2 days \n" ); document.write( "(20 man-days to complete 1st half the house) \n" ); document.write( "20 + 2(m+4) = 40 \n" ); document.write( "2m + 8 = 40 - 20 \n" ); document.write( "2m = 20 - 8 \n" ); document.write( "2m = 12 \n" ); document.write( "m = 6 more men required \n" ); document.write( " |