Introduction to Systems of Equations and Solutions
From the quizz prep curriculum
Introduction to Systems of Equations and Solutions
TL;DR
A system of equations is a set of two or more equations that you want to solve at the same time. The "solution" to a system is a set of values for the variables that makes every equation in the system true. We'll look at systems of two linear equations, which can have one solution, no solution, or infinitely many solutions.
1. The Mental Model
Think of each equation as a rule describing a relationship between variables. When you have a system, you're looking for values that satisfy all the rules simultaneously. It's like finding a single place that's on two different roads at the same time.
2. The Core Material
When you're dealing with a system of linear equations, you're usually working with two straight lines. The solution to the system is simply where these lines intersect on a graph.
What is a System of Equations?

Photo by Vitaly Gariev on Pexels
It's just a collection of equations. For example:
Equation 1: y = 2x + 1
Equation 2: y = -x + 4
We want to find the x and y values that work for both equations at the same time.
What is a Solution?

Photo by Ann H on Pexels
A solution is a set of values for the variables (like x and y) that makes every equation in the system true. If you plug the solution values into each equation, both sides of the equation will be equal.
Types of Solutions for Two Linear Equations

Photo by Monstera Production on Pexels
There are three main possibilities when you have two linear equations:
- One Solution: The lines intersect at exactly one point. This point's coordinates (
x,y) are the unique solution. - No Solution: The lines are parallel and never intersect. This means there are no
xandyvalues that can satisfy both equations simultaneously. - Infinitely Many Solutions: The two equations actually represent the same line. Every point on that line is a solution because it satisfies both equations.
Here's a diagram to help visualize these possibilities:
graph TD
A["System of Two Linear Equations"] --> B{"Do the lines intersect?"}
B -- "Yes, at one point" --> C["One Solution (Consistent & Independent)"]
B -- "No, they're parallel" --> D["No Solution (Inconsistent)"]
B -- "They're the same line" --> E["Infinitely Many Solutions (Consistent & Dependent)"]
How to Check if a Point is a Solution

Photo by Mario Amé on Pexels
To check if a given (x, y) pair is a solution to a system, you simply plug those values into each equation. If they make all equations true, then it's a solution. If even one equation is false, it's not a solution.
3. Worked Example
Let's say you have the following system:
1. y = 3x - 5
2. 2x + y = 5
Is the point (2, 1) a solution to this system?
Step 1: Check Equation 1
Substitute x = 2 and y = 1 into the first equation:
1 = 3(2) - 5
1 = 6 - 5
1 = 1
This is true! So, (2, 1) works for the first equation.
Step 2: Check Equation 2
Substitute x = 2 and y = 1 into the second equation:
2(2) + 1 = 5
4 + 1 = 5
5 = 5
This is also true! So, (2, 1) works for the second equation.
Since (2, 1) makes both equations true, it is a solution to the system.
4. Key Takeaways
- A system of equations means you're looking for values that satisfy multiple rules at once.
- A solution to a system makes every equation in that system true.
- For two linear equations, solutions can be one point, no points (parallel lines), or infinitely many points (the same line).
- To check a solution, substitute the
xandyvalues into all equations. - If even one equation isn't true after substitution, the point is not a solution.
- The intersection point of the lines on a graph is the visual representation of the solution.
- "No solution" means the lines are parallel and never meet.
Common Mistakes to Avoid
- Only checking one equation: A point must satisfy all equations in the system to be a solution.
- Algebra errors during substitution: Double-check your arithmetic when plugging in values.
- Confusing "no solution" with "zero": "No solution" means no values work, not that
xoryare zero. - Assuming parallel lines will eventually meet: Parallel lines, by definition, never intersect.
5. Now Try It
Consider the system:
1. y = -x + 7
2. y = 2x + 1
Determine if the point (3, 4) is a solution to this system. Show your work by plugging the values into each equation.
What success looks like: You'll correctly substitute x=3 and y=4 into both equations and state whether the point is a solution based on if both equations remain true.
Frequently asked about Introduction to Systems of Equations and Solutions
Get the full quizz prep curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account