Sophia's New Recipe
Sophia's Smoothies is redesigning their flavours. They are dropping Ingredient A and introducing Ingredient E.
- Xero ($x$) uses 4g of B, 4g of C, and 6g of E.
- Yum ($y$) uses 10g of B, 2g of C, and 11g of E.
- Zap ($z$) uses 4g of B, 10g of C, and 9g of E.
They have 900g of B, 920g of C, and 1360g of E.
Solution
Eq 1: $4x + 10y + 4z = 900$
Eq 2: $4x + 2y + 10z = 920$
Eq 3: $6x + 11y + 9z = 1360$
Matrix Secured!
The Zero Paradox
(2) $4x + 2y + 10z = 920$
(3) $6x + 11y + 9z = 1360$
Step A: Subtract Eq(2) from Eq(1) to eliminate $x$.
Solution
$8y - 6z = -20$
Step B: Eliminate $x$ from Eq(1) and Eq(3). Multiply Eq(1) by 1.5, then subtract Eq(3).
Solution
$4y - 3z = -10$
Step C: Compare the two results.
(Result B) $4y - 3z = -10$
Notice that Result A is exactly double Result B. If you multiply Result B by 2 and subtract them, what do you get?
Solution
$0 = 0$
The General Solution
Phase 1: Solve for $y$
Take our simplified 2-variable equation: $4y - 3z = -10$. Rearrange it to make $y$ the subject.
Solution
$4y = 3z - 10 \Rightarrow y = 0.75z - 2.5$
Phase 2: Solve for $x$
Substitute our new $y$ equation back into Eq(1): $4x + 10y + 4z = 900$
$4x + 7.5z - 25 + 4z = 900$
$4x + 11.5z - 25 = 900$
Rearrange to make $x$ the subject:
Solution
$4x = -11.5z + 925 \Rightarrow x = -2.875z + 231.25$
Geometry & Reality
The Geometry
When a system has infinite solutions, it means the third equation is just a blend (linear combination) of the first two. Visually, the three planes do not meet at a single dot. Instead, they intersect along an infinitely long path.
Solution
They intersect along a LINE.
The Real World Context
Sophia cannot make negative or fractional smoothies. We must find values of $z$ that make $x$ and $y$ positive whole numbers.
Let's test $z = 14$ using our General Solution.
Solution
$y = 10.5 - 2.5 = 8$
$x = -40.25 + 231.25 = 191$