Systems by Elimination
What is Elimination? 🤔
Elimination is a method to solve a system of linear equations (two or more lines). The goal is to add the equations together to eliminate one variable, making it easy to solve for the other. It's perfect when the variables are already lined up!
Step-by-Step Guide
- Line Up the Equations: Write them in Ax + By = C form, stacked.
- Match Coefficients: Multiply one or both equations so one variable has opposite coefficients.
- Add Equations: Add the equations vertically. One variable should cancel out!
- Solve for One Variable: Solve the new equation for the remaining variable.
- Substitute Back: Plug your answer into one of the original equations to find the other variable.
- Check Your Solution: Plug both values into the other equation to verify.
Visual Examples
Example 1: Simple Elimination
Solve: 2x + y = 7 and 3x - y = 8
- They are already lined up. The 'y' terms are +y and -y.
- Add the equations:
(2x + y = 7)
+ (3x - y = 8)
------------------
5x = 15 - Solve for x: x = 3
- Substitute x=3 into 2x + y = 7 → 2(3) + y = 7 → 6 + y = 7 → y = 1
- Solution: (3, 1)
Example 2: Multiplying First
Solve: 3x + 2y = 4 and 2x + y = 1
- Lined up. No coefficients are opposites.
- Multiply the second equation by -2: -4x - 2y = -2
- Now add:
(3x + 2y = 4)
+ (-4x - 2y = -2)
------------------
-x = 2 - Solve for x: x = -2
- Substitute x=-2 into 2x + y = 1 → 2(-2) + y = 1 → -4 + y = 1 → y = 5
- Solution: (-2, 5)
Common Mistakes ⚠️
Sign Errors: The most common mistake! When you multiply an equation by a negative number, every term must change sign.
Forgetting to Multiply the Constant: Remember, what you do to one side, you do to the ENTIRE other side. Multiply the constant term too.
Not Checking the Solution: Always plug your final answer into both original equations to catch calculation errors.
Tips & Tricks
Look for Opposites: First, check if any variables already have opposite coefficients (like +2y and -2y).
Pick the Easiest Variable: Choose to eliminate the variable that requires the least multiplication.
Shortcut for Substitution: After finding one variable, plug it into the easiest-looking original equation to minimize work.
How to Practice
- Start Simple: Begin with systems where one variable is already set up to cancel.
- Mix It Up: Practice problems where you need to multiply one or both equations.
- Use Online Quizzes: Find interactive websites that give immediate feedback.
- Write Your Own: Create a solved system, then scramble it and give it to a friend to solve!