Systems with Three Variables
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn how to solve systems of three linear equations with three variables using elimination and how to interpret the solutions.
The Concept
Section titled “The Concept”A system of three linear equations in three variables looks like:
Solutions can be:
- One unique solution (x, y, z)
- No solution (inconsistent system)
- Infinitely many solutions (dependent system)
Method (Elimination):
- Eliminate one variable from two pairs of equations to get two equations with two variables.
- Solve the resulting 2×2 system.
- Substitute back to find the third variable.
- Check the solution in all three original equations.
The flowchart shows the process visually. You start with 3 equations in 3 variables (blue), eliminate one variable to get 2 equations in 2 variables (green), solve down to 1 equation in 1 variable (orange), then back-substitute (purple) to find all three values and arrive at the solution (gold). Always check your answer in all three original equations at the end.
Worked Example
Section titled “Worked Example”Example 1: No solution (inconsistent)
Step 1: Eliminate x from equations 1 and 2. Compute Eq2 − 2(Eq1):
Eliminate x from equations 1 and 3. Compute Eq3 − Eq1:
Step 2: We now have −5y + z = −1 and −5y + z = −7. The left sides are identical but the right sides are different. This is a contradiction. The system has no solution.
Example 2: Unique solution
Step 1: Eliminate x using Eq1 with the other two equations.
Eq2 − 2(Eq1):
Eq3 − Eq1:
Step 2: Solve the 2×2 system.
From −3y − z = −9, solve for z:
Substitute into y − 2z = −4:
Step 3: Back-substitute.
From Eq1: x + 2 + 3 = 6, so x = 1.
Step 4: Check in all three original equations.
- Eq1: 1 + 2 + 3 = 6 ✓
- Eq2: 2(1) − 2 + 3 = 3 ✓
- Eq3: 1 + 2(2) − 3 = 2 ✓
Solution: x = 1, y = 2, z = 3.
Real-World Application
Section titled “Real-World Application”Systems with three variables model real situations such as:
- Mixing three ingredients to achieve a target concentration or cost
- Balancing a budget with three income/expense categories
- Solving for currents in a three-loop electrical circuit
- Finding production levels of three products to meet demand and profit goals
Example: a company produces three products. The system can represent total materials used, labor hours, and revenue targets.