Systems of Linear Equations
What Is It & Why Learn It?
A system of linear equations is two or more equations with the same variables. For example, two lines on a graph. We solve the system to find the point (x, y) where the lines intersect. This is useful for real-world problems like comparing phone plans or finding break-even points in business.
How to Solve: Step-by-Step
We'll focus on the Substitution Method and Elimination Method.
Example 1: Substitution Method
Solve: y = 2x - 1 and 3x + y = 9
- Step 1: The first equation is already solved for y: y = 2x - 1.
- Step 2: Substitute (2x - 1) for y in the second equation: 3x + (2x - 1) = 9.
- Step 3: Solve for x: 5x - 1 = 9 → 5x = 10 → x = 2.
- Step 4: Substitute x=2 back into y = 2x - 1: y = 2(2) - 1 → y = 3.
- Step 5: The solution is the point (2, 3). ✅
Example 2: Elimination Method
Solve: 2x + 3y = 12 and 5x - 3y = 9
- Step 1: Notice the y-terms: +3y and -3y. They already add to zero.
- Step 2: Add the equations vertically: (2x+3y) + (5x-3y) = 12+9 → 7x = 21.
- Step 3: Solve for x: x = 3.
- Step 4: Substitute x=3 into 2x+3y=12: 2(3)+3y=12 → 6+3y=12 → 3y=6 → y=2.
- Step 5: The solution is (3, 2). ✅
Common Mistakes to Avoid 🚫
- Sign Errors: The most common mistake! When substituting or distributing, be careful with negative signs.
- Not Checking Your Answer: Always plug your (x, y) solution back into both original equations to verify.
- Inconsistent Systems: If all variables cancel and you get a false statement (like 0=5), it means no solution (the lines are parallel).
Tips & Tricks
- Choosing a Method: Use Substitution if one variable is already isolated. Use Elimination if the coefficients of a variable are opposites or can easily be made opposites.
- Check Your Point: The intersection point must satisfy both equations.
- Graphical Insight: Sketching a quick graph can help you visualize the solution and catch errors.
How to Practice
Start with simple systems where one variable is already isolated. Then, move to problems that require one extra step to isolate a variable. Finally, practice with elimination problems where you need to multiply one or both equations by a number first. Always check your final answer!