Lesson 21: Solving Systems by Substitution
The substitution method is used to solve a system of equations by replacing one variable with an equivalent expression from another equation.
Steps to Solve by Substitution
- Solve one equation for one variable in terms of the other.
- Substitute this expression into the other equation.
- Solve the resulting equation for the remaining variable.
- Substitute back to find the other variable.
- Check the solution in both original equations.
Example 1
System:
- y = 2x + 3
- 3x + y = 15
Solution using substitution:
- Substitute y = 2x + 3 into 3x + y = 15:
- Solve for x: 5x = 12 → x = 12/5
- Substitute x = 12/5 into y = 2x + 3:
- Solution: (x, y) = (12/5, 39/5)
3x + (2x + 3) = 15 → 5x + 3 = 15
y = 2(12/5) + 3 = 24/5 + 15/5 = 39/5
Example 2
System:
- 2x - y = 4
- x + y = 5
Solution:
- From x + y = 5 → y = 5 - x
- Substitute into 2x - y = 4 → 2x - (5 - x) = 4 → 2x - 5 + x = 4 → 3x = 9 → x = 3
- Substitute x = 3 into y = 5 - x → y = 2
- Solution: (3,2)
Practice Problems
- Solve by substitution: y = x + 4, 2x + y = 10
- Solve by substitution: 3x + 2y = 12, y = x - 1
- Solve by substitution: x - y = 2, 2x + 3y = 12
- Solve by substitution: y = -2x + 5, x + y = 1
Lesson Summary
- Substitute one variable from one equation into the other.
- Solve the resulting equation, then find the other variable.
- Always check the solution in both equations.
