M8MATH-5.2

Solving Systems by Graphing

Learn to solve systems of linear equations by graphing two lines and finding their intersection point, including cases with no solution and infinitely many solutions.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Solving Systems by Graphing, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

A system of equations is just two (or more) equations we need to solve at the same time. The solution is a point that makes both equations true. In this lesson, you'll use graphing to visualize systems and find their solutions. By plotting both lines on the same coordinate plane, the intersection point tells you exactly where both equations are satisfied together. You'll also learn what happens when lines are parallel or coincident — when there's no solution or infinitely many.

Converting Equations to y = mx + b Form

To graph a line, it's easiest to use slope-intercept form: y=mx+by = mx + b, where mm is the slope and bb is the y-intercept. If your equation is not in this form, solve for yy. For example, starting with 3x+2y=63x + 2y = 6, subtract 3x3x from both sides to get 2y=3x+62y = -3x + 6, then divide by 2 to get y=32x+3y = -\frac{3}{2}x + 3. Now you can read the slope m=32m = -\frac{3}{2} and the y-intercept b=3b = 3 directly. This one-time rearrangement makes graphing fast and accurate, and it sets up the rest of the process cleanly.

Graphing Both Lines and Finding the Intersection

Once both equations are in y=mx+by = mx + b form, graph them on the same coordinate plane. Plot the y-intercept (0,b)(0, b) as your starting point, then use the slope to find a second point: move right 1 unit and up mm units (or down if mm is negative). Draw the line through these points. Repeat for the second equation using a different color if possible. The point where the two lines cross is the solution to the system. If the lines intersect at a lattice point (where both coordinates are integers), read off the coordinates directly. If they intersect between grid points, estimate the coordinates as carefully as you can — often the problem tells you to estimate to the nearest half or tenth.

Recognizing Parallel Lines (No Solution)

Two lines are parallel if they have the same slope but different y-intercepts. For instance, y=2x+1y = 2x + 1 and y=2x3y = 2x - 3 both have slope 2, so they never cross. When you write them in slope-intercept form, spotting parallel lines becomes easy: just compare the mm values. If mm is the same and bb is different, the lines are parallel and the system has no solution. In standard form like 3x+2y=53x + 2y = 5 and 3x+2y=63x + 2y = 6, the coefficients of xx and yy are identical but the constant terms differ — a dead giveaway that the lines are parallel. No intersection means no ordered pair satisfies both equations.

Recognizing Coincident Lines (Infinitely Many Solutions)

Two lines are coincident (or overlapping) if they are actually the same line written in different ways. For example, y=2x+1y = 2x + 1 and 2y=4x+22y = 4x + 2 are the same line. When you graph them, they lie perfectly on top of each other, so every point on the line is a solution. The system has infinitely many solutions. To spot this algebraically, check whether one equation is a multiple of the other. If you multiply y=2x+1y = 2x + 1 by 2, you get 2y=4x+22y = 4x + 2 — identical to the second equation. In slope-intercept form, coincident lines have both the same slope and the same y-intercept.

Reading Estimates and Checking Your Work

After finding the intersection point (or determining no solution or infinitely many), double-check by substituting your point into both original equations. If you found (2,3)(2, 3) as the solution, plug x=2x = 2 and y=3y = 3 into both equations and verify they are both true. If you are estimating, use the grid to be as precise as possible and state your estimate clearly — for instance, "approximately (1.5,2.5)(1.5, 2.5)." Graphing is a powerful visual method, but it relies on accurate plotting and careful reading. When lines meet at non-integer coordinates, your estimate should be reasonable even if not exact.

Key terms

System of equations.
Two or more equations that must be solved together; a solution is an ordered pair that satisfies all equations at the same time.
Slope-intercept form.
The form y=mx+by = mx + b where mm is the slope and bb is the y-intercept, making it easy to graph.
Intersection point.
The point where two or more graphs meet; for a system, the intersection is the solution.
Parallel lines.
Lines with the same slope but different y-intercepts; they never meet, so a system of parallel lines has no solution.
Coincident lines.
Lines that are the same (overlap completely); every point on the line is a solution, so the system has infinitely many solutions.
Lattice point.
A point where both coordinates are integers, located at a grid intersection on the coordinate plane.

Worked example

Solve the system by graphing: y=12x+1y = \frac{1}{2}x + 1 and y=x+4y = -x + 4.
Step 1: Identify the slopes and y-intercepts. For y=12x+1y = \frac{1}{2}x + 1, the slope is m=12m = \frac{1}{2} and the y-intercept is b=1b = 1. For y=x+4y = -x + 4, the slope is m=1m = -1 and the y-intercept is b=4b = 4. Both equations are already in slope-intercept form.

Step 2: Graph the first line. Plot the y-intercept (0,1)(0, 1). Use the slope 12\frac{1}{2}: move right 2 units and up 1 unit to reach (2,2)(2, 2). Draw the line through these two points.

Step 3: Graph the second line. Plot the y-intercept (0,4)(0, 4). Use the slope 1-1: move right 1 unit and down 1 unit to reach (1,3)(1, 3). Draw the line through these two points.

Step 4: Find the intersection. The two lines cross at the point (2,2)(2, 2).

Step 5: Check the solution. Substitute x=2x = 2 and y=2y = 2 into both equations. First: 2=12(2)+1=1+1=22 = \frac{1}{2}(2) + 1 = 1 + 1 = 2 ✓. Second: 2=2+4=22 = -2 + 4 = 2 ✓. Both are true, so the solution is (2,2)(2, 2).

Practice questions

Solve by graphing: y=3x2y = 3x - 2 and y=x+6y = -x + 6.

Answer: The solution is (2,4)(2, 4).

Graph y=3x2y = 3x - 2 starting with y-intercept (0,2)(0, -2) and using slope 3 (right 1, up 3). Graph y=x+6y = -x + 6 starting with y-intercept (0,6)(0, 6) and using slope 1-1 (right 1, down 1). The lines intersect at (2,4)(2, 4). Check: 4=3(2)2=44 = 3(2) - 2 = 4 ✓ and 4=(2)+6=44 = -(2) + 6 = 4 ✓.
Write two equations in slope-intercept form that form a system with no solution. Explain how you know there is no solution.

Answer: Answers vary. Example: y=2x+1y = 2x + 1 and y=2x3y = 2x - 3. These lines are parallel because they have the same slope (m=2m = 2) but different y-intercepts (b=1b = 1 and b=3b = -3). Parallel lines never intersect, so the system has no solution.

To create a system with no solution, you need two lines that are parallel. Parallel lines have identical slopes but different y-intercepts. When you graph them, they run side by side and never meet. Since there is no point that lies on both lines, there is no ordered pair that satisfies both equations, which means no solution exists.
Given 2x+y=52x + y = 5 and 4x+2y=104x + 2y = 10, determine the number of solutions without graphing. Justify your answer.

Answer: The system has infinitely many solutions because the equations represent the same line.

Rearrange the first equation to slope-intercept form: y=2x+5y = -2x + 5. Rearrange the second equation: 4x+2y=104x + 2y = 10 becomes 2y=4x+102y = -4x + 10, then y=2x+5y = -2x + 5. Both equations simplify to the same equation, so they represent the same line. Every point on that line is a solution, giving infinitely many solutions. Alternatively, notice that the second equation is exactly 2 times the first equation: 2(2x+y)=2(5)2(2x + y) = 2(5) gives 4x+2y=104x + 2y = 10. This multiplication-by-a-constant tells you the lines are coincident.

FAQ

What if the intersection point is not at a grid intersection?
Estimate the coordinates as accurately as you can by looking at the grid. For example, if the lines cross between grid points, you might estimate the solution to be at approximately (1.5,2.5)(1.5, 2.5) or (32,52)(\frac{3}{2}, \frac{5}{2}). State your estimate clearly and show on your graph where you are reading it from. If the problem asks you to round to a specific precision (nearest tenth, half-unit, etc.), do that consistently.
How can I tell if a system has no solution or infinitely many solutions before graphing?
Check the slopes and y-intercepts in slope-intercept form. If the slopes are equal and the y-intercepts are different, the lines are parallel (no solution). If both the slopes and y-intercepts are the same, the lines are coincident (infinitely many solutions). If the slopes are different, the lines intersect at exactly one point (one solution). This inspection saves time and helps you recognize special cases.
What does it mean to solve a system?
To solve a system means to find all ordered pairs (x,y)(x, y) that make every equation in the system true at the same time. By graphing, you find where the graphs meet. If the graphs intersect at one point, that point is the unique solution. If they are parallel, there is no solution. If they overlap completely, every point on the line is a solution (infinitely many).
Do I have to convert to slope-intercept form before graphing?
It is not absolutely required, but it is strongly recommended. Slope-intercept form makes it easy to identify the y-intercept and slope, so you can graph quickly and accurately. If your equation is in standard form like 3x+2y=63x + 2y = 6, you can plot the intercepts (set y=0y = 0 to find the x-intercept, and set x=0x = 0 to find the y-intercept), but converting to y=mx+by = mx + b is faster and clearer for most students.

Learn this with a teacher, not a page

The Crimsora tutor teaches Solving Systems by Graphing live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.