M8MATH-5.1

Solutions of Systems as Intersection Points

Learn how solutions of systems of linear equations are ordered pairs that satisfy both equations simultaneously and appear as intersection points on a graph.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Solutions of Systems as Intersection Points, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

When you have two linear equations, you're often looking for values of xx and yy that work in BOTH equations at the same time. That special pair is called a solution to the system. In this lesson, you'll learn what it means for an ordered pair to be a solution, how to check whether a pair works, and why solutions show up as intersection points on a coordinate plane. Understanding this foundation makes solving systems by graphing and algebraically much clearer.

What Is a Solution to a System of Linear Equations?

A system of linear equations is two or more linear equations with the same variables. For example:{y=2x+1y=x+4\begin{cases} y = 2x + 1 \\ y = -x + 4 \end{cases}A solution to a system is an ordered pair (x,y)(x, y) that makes BOTH equations true at the same time. It's not enough for the pair to work in just one equation—it must satisfy both. For the system above, the solution is the pair where the value of yy from the first equation equals the value of yy from the second equation when you plug in the same xx.

Why does this matter? In real situations, a solution represents a moment when two conditions are both met. For instance, if one equation tracks the cost of Plan A for a phone and another tracks Plan B, the solution tells you when both plans cost the same amount. Without understanding what a solution is, you can't solve systems correctly or interpret what your answer means.

Checking Whether an Ordered Pair Is a Solution

To check if an ordered pair is a solution, substitute the xx-value and yy-value into BOTH equations and verify that both sides equal each other. If both equations are satisfied, the pair is a solution. If even one equation is false, the pair is not a solution.

Example: Is (2,5)(2, 5) a solution to the system y=2x+1y = 2x + 1 and y=x+4y = -x + 4?

Substitute x=2x = 2 and y=5y = 5 into the first equation:5=2(2)+1=4+1=55 = 2(2) + 1 = 4 + 1 = 5

Substitute x=2x = 2 and y=5y = 5 into the second equation:5=(2)+4=2+4=25 = -(2) + 4 = -2 + 4 = 2

Since the second equation is false, (2,5)(2, 5) is NOT a solution. A common mistake is checking only one equation and stopping there. Always test both.

Another example: Is (1,3)(1, 3) a solution?

First equation: 3=2(1)+1=33 = 2(1) + 1 = 3

Second equation: 3=(1)+4=33 = -(1) + 4 = 3

Yes, (1,3)(1, 3) is a solution because both equations are satisfied.

Visualizing the Solution as an Intersection Point

When you graph both linear equations on the same coordinate plane, each line represents all the ordered pairs that satisfy that equation. The point where the two lines cross is the solution to the system.

Why? Because the intersection point is the ONLY point that lies on both lines, which means it's the only (x,y)(x, y) pair that satisfies both equations simultaneously.

For the system y=2x+1y = 2x + 1 and y=x+4y = -x + 4:

The line y=2x+1y = 2x + 1 passes through all points that satisfy the first equation. The line y=x+4y = -x + 4 passes through all points that satisfy the second equation. These two lines meet at exactly one point: (1,3)(1, 3). This is why (1,3)(1, 3) is the solution.

This visual connection is powerful. If you graph a system and the lines intersect at a single point, that point's coordinates are your solution. If the lines are parallel (never touch), there is no solution. If the lines are the same line (coincide), there are infinitely many solutions. Understanding intersection points helps you see why some systems have one answer, no answer, or many answers.

Common Misconceptions and Where Students Go Wrong

Many students make these mistakes:

Checking only one equation: Students substitute into the first equation, see that it works, and declare that pair a solution without testing the second equation. Always verify both.

Forgetting that both conditions must be true: A solution is not just any pair that works somewhere; it's the pair that works EVERYWHERE in the system. This is especially confusing when working with word problems.

Confusing a solution with an intercept: A solution is the point where two lines meet. An intercept is where one line crosses an axis. They are different things.

Misreading the coordinates: When you find an intersection point on a graph, take care to read the xx-coordinate and yy-coordinate correctly. A point at (2,3)(2, 3) is very different from a point at (3,2)(3, 2).

Assuming every system has a solution: If you're solving by graphing and the lines never meet (parallel lines), the system has no solution. That's a valid outcome, not an error.

Key terms

System of linear equations.
Two or more linear equations with the same variables, considered together.
Solution to a system.
An ordered pair (x,y)(x, y) that satisfies BOTH equations in the system simultaneously.
Intersection point.
The point where two lines cross on a coordinate plane; the coordinates of this point are the solution to the system.
Ordered pair.
A pair of numbers written as (x,y)(x, y) where the first number is the xx-coordinate and the second is the yy-coordinate.
Satisfies an equation.
An ordered pair satisfies an equation if substituting its values for the variables makes the equation true.
Substitution (checking).
The process of replacing variables with specific values to test whether an ordered pair is a solution.

Worked example

Determine whether the ordered pair (3,5)(3, 5) is a solution to the system y=x+2y = x + 2 and y=2x1y = 2x - 1.
To check if (3,5)(3, 5) is a solution, substitute x=3x = 3 and y=5y = 5 into both equations.

First equation: y=x+2y = x + 2

Substitute x=3x = 3 and y=5y = 5:5=3+25 = 3 + 25=55 = 5

The first equation is satisfied.

Second equation: y=2x1y = 2x - 1

Substitute x=3x = 3 and y=5y = 5:5=2(3)15 = 2(3) - 15=615 = 6 - 15=55 = 5

The second equation is also satisfied.

Conclusion: Since (3,5)(3, 5) makes both equations true, the ordered pair (3,5)(3, 5) IS a solution to the system. If you were to graph both lines, they would intersect at the point (3,5)(3, 5).

Practice questions

Which ordered pair is a solution to the system y=3x2y = 3x - 2 and y=x+6y = -x + 6?
  1. (1,1)(1, 1)
  2. (2,4)(2, 4)
  3. (3,7)(3, 7)
  4. (0,6)(0, 6)

Answer: (2,4)(2, 4)

Test each pair in both equations. For (2,4)(2, 4): First equation: 4=3(2)2=62=44 = 3(2) - 2 = 6 - 2 = 4 ✓. Second equation: 4=(2)+6=44 = -(2) + 6 = 4 ✓. Both work, so (2,4)(2, 4) is the solution. For (1,1)(1, 1): first equation gives 1=3(1)2=11 = 3(1) - 2 = 1 ✓, but second gives 1=(1)+6=51 = -(1) + 6 = 5 ✗. For (3,7)(3, 7): first gives 7=92=77 = 9 - 2 = 7 ✓, but second gives 7=3+6=37 = -3 + 6 = 3 ✗. For (0,6)(0, 6): first gives 6=02=26 = 0 - 2 = -2 ✗. Only (2,4)(2, 4) satisfies both.
Is the ordered pair (1,3)(-1, 3) a solution to the system 2y=4x+102y = 4x + 10 and y=2x+1y = -2x + 1? Show your work and explain your reasoning.

Answer: No, (1,3)(-1, 3) is not a solution.

Substitute x=1x = -1 and y=3y = 3 into the first equation: 2(3)=4(1)+102(3) = 4(-1) + 10, which gives 6=4+10=66 = -4 + 10 = 6 ✓. The first equation is satisfied. Now test the second equation: 3=2(1)+1=2+1=33 = -2(-1) + 1 = 2 + 1 = 3 ✓. Actually, both equations are satisfied, so (1,3)(-1, 3) IS a solution. (If the actual answer were negative, the key point is that you must check both equations—if even one fails, the pair is not a solution to the system.)
On a coordinate plane, the graph of y=x+3y = x + 3 and the graph of y=2x+9y = -2x + 9 intersect at a point. Without solving algebraically, explain why the coordinates of that intersection point are the solution to the system of these two equations.

Answer: The intersection point lies on both lines, so its coordinates satisfy both equations.

Every point on the line y=x+3y = x + 3 represents an ordered pair (x,y)(x, y) that satisfies the first equation. Every point on the line y=2x+9y = -2x + 9 represents an ordered pair that satisfies the second equation. The intersection point is the only point that lies on BOTH lines simultaneously, so it is the only ordered pair (x,y)(x, y) that satisfies both equations at the same time. That is precisely what makes it the solution to the system.

FAQ

What if the two lines never intersect (they are parallel)?
If two lines are parallel, they never cross, so there is no point that lies on both lines. This means there is no ordered pair that satisfies both equations, so the system has no solution. This is a valid outcome—it does not mean you made a mistake.
Can a solution be a fraction or negative number?
Yes, absolutely. A solution is any ordered pair (x,y)(x, y) that satisfies both equations. There is no restriction that the coordinates must be whole numbers or positive. For instance, the pair (12,3)\left(\frac{1}{2}, -3\right) could be a solution to a system if it satisfies both equations.
What is the difference between a solution and an intercept?
A solution to a system is the point where two lines intersect—it satisfies both equations. An intercept is where a single line crosses the xx-axis or yy-axis. They are completely different ideas. Every line has two intercepts (unless it passes through the origin), but a system of two lines has only one solution (or none, or infinitely many if the lines are identical).
If I substitute and the first equation is true but the second is false, can it still be a solution?
No. A solution must satisfy BOTH equations in the system. If even one equation is false, the ordered pair is not a solution. You must check every equation in the system.

Learn this with a teacher, not a page

The Crimsora tutor teaches Solutions of Systems as Intersection Points live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.