This is a system of equations problem. The way we know this is because there are multiple variables/unknowns in the question.
- You should identify what it is that you don't know. We seem to not know how many of each cup type was sold/filled.
- Let x = number of 10-oz cups
- Let y = number of 14-oz cups
- Let z = number of 20-oz cups
- We need to group/organize the information. **Look for key words that repeat such as “ounces”, “$”, etc.*** Usually, information with the same key words will be the same equation.
- The 95 cents, the $1.15, and the $1.50 will all be related to the $30.60.
- We should also notice that there is information about ounces, too, so the 10 oz, 14 oz, and 20 oz will form an equation with the 384 ounces.
- The number of cups (our variables) will also form an equation with the total number of cups.
- Make equations out of the information
- Cups info: x+ y + z = 24
- Prices info: 0.95x + 1.15y + 1.50z = $30.60
- Ounces info: 10x + 14y + 20z = 384
- Solve using substitution, elimination, or graphing.
- Eq 1: x+ y + z = 24
- Eq 2: 0.95x + 1.15y + 1.50z = $30.60
- Eq 3: 10x + 14y + 20z = 384
I chose to eliminate z and then use substitution to solve for variable y.
(x+y+z = 24) * 1.5 = -1.50x - 1.50y - 1.50z = -36
Eq 1: -1.50x -1.50y - 1.50z = -36
+ Eq 2: 0.95x + 1.15y + 1.50z = 30.60
----------------------------------------------------------
Eq 4: -0.55x - 0.35y = -5.4
Now I will eliminate the same variable (z) from equations two and three.
Eq 2: 0.95x + 1.15y + 1.50z = $30.60
Eq 3: 10x + 14y + 20z = 384
Eq 2: (0.95x+1.15y + 1.50z = 30.60)* 20 = 19x + 23y + 30z = 612
Eq 3: (10x + 14y + 20z =384) *-1.5 = -15x - 21y - 30z = -576
Eq 2: 19x + 23y + 30z = 612
+ Eq 3: -15x - 21y - 30z = -576
--------------------------------------------
Eq 5: 4x + 2y = 36
Substitution for equations 4 and 5 by solving for y.
- TIP 1: If there is a variable with a coefficient of 1, it will be easy to solve for that variable and use substitution.
- TIP 2: If you can divide all of the coefficients in the equation by a number (such as 2), then substitution is a good choice.
Eq 4: -0.55x - 0.35y = -5.4
Eq 5: 4x + 2y = 36
4x + 2y = 36
-4x - 4x
-----------------
2y = 36 -4x Divide by 2
Y = 18 - 2x
Now I substitute what y equals (18-2x) into equation 4 for “y”.
-0.55x - 0.35(18-2x) = -5.4 Distribute the -0.35
-0.55x - 6.3 + 0.7x = -5.4 Combine like terms
0.15x-6.3= -5.4 Add 6.3 to both sides
0.15x = 0.9 Divide both sides by 0.15
X = 6
Plug x = 6 back into equation 4 or 5 to find y.
Eq 1: 4(6) + 2y = 36 —> 24 + 2y = 36 Subtract 24 from both sides
2y = 12 Divide both sides by 2
Y = 6
Now that we have x and y, we can plug them *both* back into one of the original equations to find “z”. The easiest equation would be equation 1.
Eq 1: x+ y + z = 24
6 + 6 + z = 24
12 + z = 24
Z = 12
The answer can be written as (x,y,z) so it would be (6,6,12).
So he filled 6 10-oz cups, he filled 6 14-ounce cups, and filled 12, 20-oz cups.