Solving Systems of Equations by Graphing- Examples and Solutions
What Solving Systems by Graphing Actually Means
You have two equations with two unknowns. You want to find the point where both equations are true at the same time. Graphing gives you a visual way to see where those lines cross.
That's it. That's the whole concept.
The Three Possible Outcomes
Every system of two linear equations falls into one of these categories:
- One solution — the lines cross at exactly one point. That's your answer.
- No solution — the lines are parallel and never touch. There's no point that satisfies both equations.
- Infinite solutions — the lines are actually the same line. Every point on the line works.
How to Spot Each Type Without Graphing
Compare the slopes and y-intercepts of your equations in slope-intercept form (y = mx + b):
- If slopes are different → one solution (they cross)
- If slopes are the same AND y-intercepts are different → no solution (parallel)
- If slopes AND y-intercepts are both the same → infinite solutions (same line)
Step-by-Step: How to Solve by Graphing
Let's work through this with a real example:
Example: Solve the system
y = 2x + 1
y = -x + 4
Step 1: Identify the y-intercept (b)
First equation: b = 1. Plot (0, 1).
Second equation: b = 4. Plot (0, 4).
Step 2: Use the slope (m) to find another point
First equation: m = 2 (rise 2, run 1). From (0, 1), go up 2 and right 1 to get (1, 3). Plot that point.
Second equation: m = -1 (rise -1, run 1). From (0, 4), go down 1 and right 1 to get (1, 3). Plot that point.
Step 3: Draw the lines
Connect the points for each equation. Extend the lines across the coordinate plane.
Step 4: Find the intersection
The two lines cross at (1, 3).
Solution: x = 1, y = 3
Verify: Plug into both equations. Both check out. You're done.
Example 2: Parallel Lines (No Solution)
Solve:
y = 3x + 2
y = 3x - 5
Same slope (3), different y-intercepts (2 vs -5). These lines are parallel.
They never intersect. No solution.
You can confirm this by graphing. You'll see two lines running side by side, never touching. That's your answer — stop looking for an intersection that doesn't exist.
Example 3: Same Line (Infinite Solutions)
Solve:
2x + y = 4
4x + 2y = 8
Convert both to slope-intercept form:
First: y = -2x + 4
Second: 2y = -4x + 8 → y = -2x + 4
Same equation. Same line. Every point on the line is a solution. Infinite solutions.
Quick Reference: Solution Types
| What you see | Slopes | Y-intercepts | Solution type |
|---|---|---|---|
| Lines cross at one point | Different | Any | One solution (x, y) |
| Parallel lines | Same | Different | No solution |
| Lines on top of each other | Same | Same | Infinite solutions |
Common Mistakes That Waste Time
- Drawing lines too short. Extend them far enough to actually see where they cross. Use the full grid.
- Reading coordinates wrong. Count carefully. The intersection point needs exact x and y values.
- Forgetting to check your answer. Always plug the solution back into both original equations.
- Not converting to slope-intercept form first. Trying to graph from standard form (Ax + By = C) without converting first is a bad time.
When Graphing Is the Right Approach
Graphing works well when:
- The solution looks like it should be nice integers (like 1, 2, 3)
- You need a visual understanding of what's happening
- You're first learning systems of equations
Graphing falls apart when solutions are fractions, decimals, or non-integer values. You can't read those accurately off a graph. For those problems, use substitution or elimination instead.
Bottom Line
Graphing is a visual method. Plot both lines, find where they cross, read the coordinates. Check your answer by plugging it back in. Know the three outcomes. Don't overcomplicate it.