Systems of Equations: Finding Where Two Lines Meet
๐ What is a System of Equations?
A system of equations is a set of two or more equations with the same variables. In 8th grade, we work with two linear equations. The solution to the system is the point (x, y) where the two lines intersect on a graph. This is useful for solving real-world problems where two conditions must be true at the same time, like finding a break-even point in business or comparing two phone plans.
๐ How to Solve: The Substitution Method
- Step 1: Solve one equation for one variable (e.g., solve for y).
- Step 2: Substitute that expression into the other equation.
- Step 3: Solve the new equation for the remaining variable (e.g., x).
- Step 4: Substitute back to find the other variable (e.g., y).
- Step 5: Check your solution by plugging (x, y) into both original equations.
โจ Worked Example
Solve the system:
y = 2x + 1
3x + y = 11
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) = 11
Step 3: Solve for x:
5x + 1 = 11
5x = 10
x = 2
Step 4: Substitute x=2 back into y = 2x + 1:
y = 2(2) + 1
y = 5
Solution: The lines intersect at (2, 5).
โ ๏ธ Common Mistakes to Avoid
- Substitution Errors: When substituting an expression like (2x+1), always put it in parentheses! Forgetting this leads to sign errors.
- Solving for the Wrong Variable: Choose to solve for the variable that has a coefficient of 1 (like y in 2x + y = 5) to make it easier.
- Forgetting to Check: Always plug your final answer into both original equations to make sure it works for both.
๐ก Tips & Tricks
- Look for the "Lonely Variable": If one variable doesn't have a coefficient (like y in y = 3x - 2), that's the easiest one to solve for first.
- Graph to Check: Quickly sketch both lines. Your solution (x, y) should be where they cross!
- Stay Organized: Label your steps. A small mistake early on can throw off your entire answer.
๐ฏ How to Practice
Start with systems where one equation is already solved for y (like the example). Then, move to problems where you need to do that first step yourself. Try creating your own systems by choosing two lines and finding their intersection point. Many online math websites and your textbook will have practice problems with answer keys in the back to check your work.