document.write( "Question 963815: A garrison of 400 men had food enough for 15 weeks. Some men were sent out and the food lasted for 20 weeks. How many men were sent out? \n" ); document.write( "
Algebra.Com's Answer #588853 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A garrison of 400 men had food enough for 15 weeks. \n" ); document.write( "They had: 400*15 = 6000 man-weeks of food \n" ); document.write( ": \n" ); document.write( " Some men were sent out and the food lasted for 20 weeks. \n" ); document.write( " How many men were sent out? \n" ); document.write( "let m = no. of men sent out \n" ); document.write( "20(400-m) = 6000 \n" ); document.write( "8000 - 20m = 6000 \n" ); document.write( "-20m = 6000 - 8000 \n" ); document.write( "-20m = -2000 \n" ); document.write( "m = -2000/-20 \n" ); document.write( "m = +100 men sent out \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Confirm this. 400 - 100 = 300 men actually \n" ); document.write( "300 * 20 = 6000 man-weeks \n" ); document.write( " |