document.write( "Question 114129: A football team is planning a banquet. It offers 2 types of meals. The first one is a turkey plate for $8.00 the second is a roast beef plate for $12.00. The total budget is $980.00 for 100 people. X is the turkey and Y is the roast.
\n" );
document.write( "X + Y = 100
\n" );
document.write( "8
\n" );
document.write( "X +12Y =980
\n" );
document.write( "a) solve the system of equations by elimination.
\n" );
document.write( "b) How many turkey plates are sold?
\n" );
document.write( "c) How many roast beef plates are sold? \n" );
document.write( "
Algebra.Com's Answer #83061 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! Given: \n" ); document.write( ". \n" ); document.write( "X + Y = 100 \n" ); document.write( "8X +12Y =980 \n" ); document.write( ". \n" ); document.write( "To solve these two equations by elimination, either the terms in the X column or the terms \n" ); document.write( "in the Y column must be equal in size. Let's make the terms in the X column equal. We can \n" ); document.write( "do that by multiplying the top equation (all terms on both sides) by 8. When we do that multiplication \n" ); document.write( "the two equations are: \n" ); document.write( ". \n" ); document.write( "8X + 8Y = 800 \n" ); document.write( "8X +12Y = 980 \n" ); document.write( ". \n" ); document.write( "Now if we subtract vertically in the columns the 8X from the bottom equation is subtracted \n" ); document.write( "from the 8X in the top equation ... leaving 0X which means the X variable is now gone. \n" ); document.write( "The 12Y from the bottom equation is taken from the 8Y in the top equation leaving \n" ); document.write( "-4Y. And on the other side of the equation the 980 from the bottom equation is subtracted \n" ); document.write( "from the 800 in the top equation resulting in -180. So after vertically subtracting \n" ); document.write( "the two equations we are left with the equation: \n" ); document.write( ". \n" ); document.write( "-4Y = -180 \n" ); document.write( ". \n" ); document.write( "Dividing both sides of this equation by -4 (which is the multiplier of the Y), we have: \n" ); document.write( ". \n" ); document.write( "Y = -180/-4 = 180/4 = 45 \n" ); document.write( ". \n" ); document.write( "So 45 roast beef plates are sold. [This is the answer to part c.] \n" ); document.write( ". \n" ); document.write( "But a total of 100 plates were sold. So the remaining 55 plates have to be the number \n" ); document.write( "of turkey plates sold. [This is the answer to part b.] \n" ); document.write( ". \n" ); document.write( "We could also have solved this problem by eliminating the Y column of the two equations. \n" ); document.write( "Starting with the two original equations: \n" ); document.write( ". \n" ); document.write( "X + Y = 100 \n" ); document.write( "8X +12Y =980 \n" ); document.write( ". \n" ); document.write( "we could have multiplied all terms of the top equation by 12 to make the equations \n" ); document.write( "become: \n" ); document.write( ". \n" ); document.write( "12X +12Y =1200 \n" ); document.write( "8X + 12Y = 980 \n" ); document.write( ". \n" ); document.write( "When you subtract these two equations vertically, the Y terms cancel out and the resulting \n" ); document.write( "equation is: \n" ); document.write( ". \n" ); document.write( "4X = 220 \n" ); document.write( ". \n" ); document.write( "Dividing both sides by 4 results in: \n" ); document.write( ". \n" ); document.write( "X = 220/4 = 55 \n" ); document.write( ". \n" ); document.write( "Again we have found that X, the number of turkey plates, is 55, but this time we found the \n" ); document.write( "answer to part b of the problem first ... in the order asked for by the problem. \n" ); document.write( ". \n" ); document.write( "The answer to part c, the number of roast beef plates sold, is then found by subtracting \n" ); document.write( "the number of turkey plates (55) from 100 (total plates sold) to again get 45 as the answer. \n" ); document.write( ". \n" ); document.write( "Hope this helps you to understand the problem and how to solve it by elimination. \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |