
Kyle H. answered 08/17/15
Tutor
5
(1)
MBA, MIT Engineer passionate about teaching the GRE!
Dear Norma,
This type of problem is called "Systems of Equations". Basically you have two unknowns, people who ordered chicken, and people who ordered beef. Luckily, you have two INDEPENDENT pieces of information, so you can make two equations.
Let x = chicken meals,
y = beef meals.
First equation: X+Y = 250 --- total people at the banquet
Second eq: 5*X + 7*Y = $1500 -- the total price of the food is the SUM of chicken @ 5$ per piece, and beef $ 7$ per piece
so now, you need to find a way to eliminate one variable in one of the equations. Lets eliminate X in equation 1:
Multiply the whole equation 1 by -5:
-5X - 5Y = -1250
now ADD the left side of 1 to left side of #2, and the right side of eq 1 to right side of eq 2:
-5X+5X - 5Y + 7Y = 1500 - 1250
simplified becomes
2y=250, or
y=125
now go back to equation 1 and plug in for y:
X+125 = 250
X = 125
So its 125 meals of each kind, chicken and beef.
Khan Academy has a great lesson on solving systems of equations! You should check it out.
Cheers,
kyle