Solving Systems of Equations Exactly
What is it and Why is it Useful? 🤔
A system of equations is two or more equations with the same variables. "Solving exactly" means finding the precise point (x, y) where the lines cross. This is crucial for real-world problems like calculating when two businesses will make the same profit or finding the best phone plan.
How to Solve: The Substitution Method
- Isolate a Variable: Solve one equation for one variable.
- Substitute: Plug that expression into the other equation.
- Solve: Solve the new one-variable equation.
- Back-Substitute: Plug the solution back into one of the original equations to find the other variable.
- Check: Verify your solution works in both original equations.
Example 1: Simple Substitution
Solve: y = 2x + 1 and 3x + y = 11
- Equation 1 is already solved for y: y = 2x + 1
- Substitute into Equation 2: 3x + (2x + 1) = 11
- Solve for x: 5x + 1 = 11 → 5x = 10 → x = 2
- Back-substitute into y = 2x + 1: y = 2(2) + 1 → y = 5
- Check: 5 = 2(2)+1 ✔ and 3(2)+5=11 ✔
Solution: (2, 5)
Example 2: Isolate First
Solve: 2x + y = 7 and x - y = 5
- Isolate y in the first equation: y = 7 - 2x
- Substitute into Equation 2: x - (7 - 2x) = 5
- Solve for x: x - 7 + 2x = 5 → 3x = 12 → x = 4
- Back-substitute: y = 7 - 2(4) → y = -1
- Check: 2(4)+(-1)=7 ✔ and 4-(-1)=5 ✔
Solution: (4, -1)
Common Mistakes to Avoid ⚠️
Distributing Negatives Incorrectly: When substituting an expression like (7 - 2x), remember the negative sign applies to both terms. x - (7 - 2x) = x - 7 + 2x.
Not Checking Your Answer: Always plug your final (x, y) back into both original equations. It's the best way to catch calculation errors.
Solving for the Wrong Variable: Choose to isolate the variable that's easiest (like a variable with a coefficient of 1).
Tips & Tricks
Look for the Easiest Path: If one equation is already solved for y or x, use that one for substitution immediately.
Stay Organized: Use parentheses when substituting to avoid sign errors. Write each step clearly.
Visualize: Remember, you are finding the intersection point of two lines. Your answer should be an (x, y) ordered pair.
How to Practice
- Start with systems where one variable is already isolated.
- Move on to systems where you need to do one simple step to isolate a variable.
- Create your own systems and solve them, then check with a graphing calculator or app to see the intersection point.
- Practice with a partner—one person solves, the other checks.