What does it mean to solve a system of equations?
To solve a system of equations means to find all the values of the variables that make every equation in the system true at the same time.
-
For two variables, x and y, the solution is usually a point
(x, y)on the coordinate plane. -
Some systems have:
-
One solution → lines intersect at one point
-
No solution → lines are parallel
-
Infinite solutions → lines are the same
-
Methods to Solve Systems of Equations
There are three main methods:
1️⃣ Graphing Method
Steps:
-
Rewrite each equation in slope-intercept form (
y = mx + b). -
Graph both equations on the coordinate plane.
-
Find the intersection point.
Example:
-
Graph both lines.
-
They intersect at
(2, 4).
✅ Solution: (2, 4)
Tip: Graphing is good for visual understanding, but can be less precise if intersection points are fractions.
2️⃣ Substitution Method
Steps:
-
Solve one equation for one variable.
-
Substitute that expression into the other equation.
-
Solve for the remaining variable.
-
Substitute back to find the other variable.
Example:
Step 1: Substitute y = 2x + 1 into Eq2
Step 2: Substitute x into Eq1
✅ Solution: (2, 5)
3️⃣ Elimination (Addition/Subtraction) Method
Steps:
-
Arrange both equations in standard form:
Ax + By = C. -
Multiply equations if necessary so one variable has the same coefficient.
-
Add or subtract equations to eliminate one variable.
-
Solve for the remaining variable.
-
Substitute back to find the other variable.
Example:
Step 1: Add Eq1 + Eq2
Step 2: Substitute x into Eq2
✅ Solution: (10/3, 7/3)
Special Cases
-
No solution: lines are parallel
-
Slopes are equal but y-intercepts differ
-
-
Infinite solutions: lines are identical
-
Same slope and same y-intercept
-
Graphing Reminder
-
Intersection → solution
-
Parallel lines → no solution
-
Same line → infinite solutions
Common Beginner Mistakes
-
❌ Forgetting to solve completely before substituting
-
❌ Not aligning terms correctly in elimination
-
❌ Misinterpreting the graph
-
❌ Forgetting fractions or negative signs
Why solving systems of equations matters
-
Used in real-world problems:
-
Mixing solutions
-
Budgeting
-
Speed and distance problems
-
-
Foundation for linear programming and higher-level math