Lesson 22: Solving Systems by Elimination
The elimination method solves a system of equations by adding or subtracting equations to eliminate one variable, making it possible to solve for the other variable.
Steps to Solve by Elimination
- Arrange both equations in standard form: Ax + By = C.
- Multiply one or both equations if necessary so the coefficients of one variable are equal (or opposites).
- Add or subtract the equations to eliminate that variable.
- 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:
- 2x + 3y = 12
- 4x - 3y = 6
Solution using elimination:
- Add the two equations to eliminate y:
- Substitute x = 3 into 2x + 3y = 12:
- Solution: (x, y) = (3, 2)
(2x + 3y) + (4x - 3y) = 12 + 6 → 6x = 18 → x = 3
2(3) + 3y = 12 → 6 + 3y = 12 → 3y = 6 → y = 2
Example 2
System:
- 3x + 2y = 16
- 5x - 2y = 14
Solution:
- Add the two equations to eliminate y:
- Substitute x = 15/4 into 3x + 2y = 16:
- Solution: (x, y) = (15/4, 19/8)
(3x + 2y) + (5x - 2y) = 16 + 14 → 8x = 30 → x = 15/4
3(15/4) + 2y = 16 → 45/4 + 2y = 16 → 2y = 16 - 45/4 = 19/4 → y = 19/8
Practice Problems
- Solve by elimination: x + y = 7, 2x - y = 4
- Solve by elimination: 3x + 4y = 20, 5x - 4y = 0
- Solve by elimination: 2x + 5y = 11, 3x - 5y = 4
- Solve by elimination: x - 2y = 1, 4x + 2y = 14
Lesson Summary
- The elimination method removes one variable by adding or subtracting equations.
- After elimination, solve for the remaining variable and substitute back.
- Always check the solution in both original equations.
