Review: Solving 2x2 Algebraically
Before jumping to 3 unknowns, let's remember how to solve 2 equations algebraically. This method (Elimination) will be vital for Merit/Excellence later.
Context: 2 Apples and 3 Bananas cost \$8. 5 Apples and 2 Bananas cost \$9.
Let $a$ = cost of an Apple. Let $b$ = cost of a Banana.
Step 1: Formulate
Solution
Equation 1: 2 Apples + 3 Bananas = \$8 $\rightarrow 2a + 3b = 8$
Equation 2: 5 Apples + 2 Bananas = \$9 $\rightarrow 5a + 2b = 9$
Step 2: Eliminate $b$
Multiply Eq(1) by 2, and Eq(2) by 3 so both have $6b$.
Subtract Eq(1)×2 from Eq(2)×3:
Solution
$15a - 4a = 11a$
$27 - 16 = 11$
Result: $11a = 11$
Step 3: Solve for $a$ and $b$
If $11a = 11$, then $a = 1$. Substitute $a=1$ back into Eq(1): $2(1) + 3b = 8$.
Solution
$2(1) + 3b = 8 \rightarrow 2 + 3b = 8 \rightarrow 3b = 6 \rightarrow b = 2$
Forming the Matrix
Sophia’s Smoothies manufactures three types of smoothies: Xero, Yum, and Zap.
- Xero needs 12g of ingredient A, 4g of B, and 4g of C.
- Yum needs 8g of ingredient A, 10g of B, and 2g of C.
- Zap uses 6g of ingredient A, 4g of B, and 10g of C.
Find the number of smoothies that can be produced using 1180g of Ingredient A, 900g of Ingredient B, and 920g of Ingredient C.
Step 1: Define Variables
Before writing numbers, what are we trying to calculate? Type the exact names of the smoothies.
Solution
We are trying to find the quantity of each smoothie. The names are Xero, Yum, and Zap.
Solution
Read the text vertically by ingredient:
Ing A: 12x + 8y + 6z = 1180
Ing B: 4x + 10y + 4z = 900
Ing C: 4x + 2y + 10z = 920
Matrix Secured!
Solving the System
Phase 1: Algebraic Elimination Merit Skill Preview
(2) $4x + 10y + 4z = 900$
(3) $4x + 2y + 10z = 920$
To eliminate $x$, we multiply Eq(2) by 3, then subtract it from Eq(1).
$-$ $(12x + 30y + 12z = 2700)$
-------------------------
Fill in the resulting coefficients for Eq A:
Solution
$8y - 30y = -22y$
$6z - 12z = -6z$
$1180 - 2700 = -1520$
Phase 2: Graphics Calculator
What does the calculator output?
Solution
If you enter the matrix exactly as shown above, your GC outputs: $x=30, y=50, z=70$.
To get the grade, you must interpret the numbers in a real-world sentence. Fill in the blanks:
Solution
$x=30$ (Xero), $y=50$ (Yum), $z=70$ (Zap).
The Hockey Squad
Try applying the same logic to a brand new context.
To raise money, the hockey squad is selling three types of cupcakes: Chocolate ($c$), Strawberry ($s$), and Vanilla ($v$).
- A dozen Chocolate requires 200g flour, 50g sugar, and 2 eggs.
- A dozen Strawberry requires 250g flour, 30g sugar, and 3 eggs.
- A dozen Vanilla requires 280g flour, 55g sugar, and 4 eggs.
Form the system of equations assuming they have exactly 5000g of flour, 1000g of sugar, and 60 eggs available.
Solution
Flour amounts: 200c + 250s + 280v = 5000
Sugar amounts: 50c + 30s + 55v = 1000
Egg amounts: 2c + 3s + 4v = 60
Perfect!
You have successfully mastered 3x3 System Formulation.
(Note: The GC solution for this yields decimals. We will explore what this means in Week 2!)