Students first encounter systems of equations in 8th-grade algebra. To solve them, there are a few methods to choose from, and one of the most common is elimination.
Our tutors can tell you that once students truly understand it, elimination tends to become their favorite tool. It's organized, step-by-step, and students love the moment a variable just cancels out and disappears.
Today, we'll walk you through how elimination works, show you all three problem types you might encounter, and point out exactly where mistakes tend to happen.
A system of equations is a set of two or more equations that share the same variables and must be solved together to find values that satisfy all equations at once.
You may first see systems written like this:
x + y = 8
2x + y = 13
Two equations, two unknowns, one solution that works for both. That's the core idea.
Systems like this show up in everyday situations, too. Let’s say a friend ordered a sandwich and a drink, while your order included two sandwiches and the same drink. Both totals are known, but the individual item prices are not.
Now, each bill becomes one equation, and the system solves both together to find what each item actually costs. That is the core idea: two equations, two unknowns, one solution that works for both.
We encounter systems of equations across everyday situations:
Phone plans with different monthly base fees and per-minute rates let the system find the exact usage point where one plan becomes cheaper than the other
Vehicles leaving different cities at different speeds, traveling toward each other, let the system calculate exactly when and where they meet
Part-time jobs at different hourly rates let the system find the combination of hours at each that hits a specific weekly income target
If you haven't already, you'll meet systems of equations in 8th-grade algebra, and the elimination method will quickly become one of your go-to tools for solving them.
📕 You May Also Like: How to Solve Basic Equations — A Parent and Student Guide
The elimination method is how we solve a system of equations by adding or subtracting the equations to cancel one variable, leaving us with a single equation and one unknown to solve.
The remaining equation becomes much easier to solve once one variable disappears. We substitute the value we find back into either original equation to get the second variable.
Before we can combine the equations, three things need to be in place:
Both equations must be in standard form: ax + by = c
One variable should have opposite or equal coefficients before we can combine the equations
If the coefficients do not match yet, we multiply one or both equations by a constant first
If those conditions are met, we are ready to eliminate.
📕 You May Also Like: How to Prepare Your Student for Algebra: From Graphs to Variables

The elimination method follows a consistent sequence of steps that applies to every system students encounter in 8th-grade algebra.
At Mathnasium, we like showing methods through examples so students can see each step right away. Suppose we have this system:
x + y = 5
x − y = 1
We take it step by step.
Write both equations in standard form: Both equations are already in the form ax + by = c
Check whether any variable already has opposite or equal coefficients: The y terms are +y and −y, so they are already opposite
If not, multiply one or both equations by a constant to create opposite or equal coefficients: We don’t need scaling here
Add the equations if the coefficients are opposite, or subtract if they are equal: Since the y terms are opposite, we add the equations and get 2x = 6
Solve the resulting single-variable equation: x = 3
Substitute that value back into either original equation to find the second variable: 3 + y = 5, so y = 2
Check the solution by substituting both values into both original equations: 3 + 2 = 5 and 3 − 2 = 1
The solution is x = 3 and y = 2.
The three examples below cover the most common scenarios students encounter. Each one shows a different setup before we can combine the equations.
In this system, the y coefficients are already opposite. Steps 1, 2, and 3 are already done, so we move straight to Step 4.
System:
2x + y = 7
x − y = 2
Step 4 — Combine:
Since the y terms are opposites, we add the equations to eliminate y.
(2x + x) + (y − y) = 7 + 2
3x = 9
Step 5 — Solve for x:
3x = 9, so x = 9 ÷ 3 = 3
Step 6 — Substitute x back:
We substitute x = 3 into the first equation.
2(3) + y = 7
6 + y = 7
y = 1
Step 7 — Check both values:
We substitute both values into the second equation.
3 − 1 = 2
Our solution is x = 3, y = 1.
In this system, the coefficients are not opposite yet. Steps 1 and 2 are already done, we start at Step 3.
System:
3x + 2y = 8
x − y = 1
Step 3 — Scale if needed:
The y terms are +2y and −y. Multiply the second equation by 2:
2(x − y) = 2(1)
2x − 2y = 2
Step 4 — Combine:
The y terms are now opposites, so we add the equations:
(3x + 2x) + (2y − 2y) = 8 + 2
5x = 10
Step 5 — Solve for x:
5x = 10
x = 10 ÷ 5 = 2
Step 6 — Substitute x back:
Plug x = 2 into the second original equation:
2 − y = 1
y = 1
Step 7 — Check both values:
Substitute x = 2 and y = 1 into the first equation:
3(2) + 2(1) = 6 + 2 = 8
So, the solution is x = 2, y = 1.
In this system, neither variable has opposite or equal coefficients, so both equations need scaling before we can combine them.
System:
4x + 3y = 10
3x + 2y = 7
Step 3 — Scale both equations:
Multiply the first by 2 and the second by 3 to make the y coefficients equal:
2(4x + 3y) = 2(10) → 8x + 6y = 20
3(3x + 2y) = 3(7) → 9x + 6y = 21
Step 4 — Combine:
The y coefficients are now equal, so subtract the first from the second:
(9x − 8x) + (6y − 6y) = 21 − 20
Step 5 — Solve for x:
x = 1
Step 6 — Substitute x back:
Plug x = 1 into the first original equation:
4(1) + 3y = 10
3y = 6
y = 2
Step 7 — Check both values:
Substitute x = 1 and y = 2 into the second original equation:
3(1) + 2(2) = 3 + 4 = 7
In this case, our solution is x = 1, y = 2.
All three examples follow the same steps, but each required a different setup before we could combine the equations.
📕 You May Also Like: Critical Thinking vs. Memorizing: What Really Builds Math Skills?
Where Students Go Wrong When Solving Systems of Equations
As we work through elimination with students, we see the same mistakes come up at the same points every time. Here's what to watch out for:
Multiplying only the variable term when scaling an equation instead of every term, which throws off every calculation that follows
Scaling only one equation when both need adjustment, as in Example 3, leaving coefficients that still do not cancel
Adding equations when coefficients are equal, and subtraction is needed, or subtracting when they are opposite and addition is needed
Stopping after finding one variable without substituting back to find the second
Checking the solution in only one equation instead of both, which misses errors that a single equation cannot catch
Most mistakes trace back to two points in the process:
The scaling step, where a sign or term gets missed
The final substitution, where students stop one step too early
Students avoid most elimination errors when they check those two points carefully before writing the final answer. Structured support can help students build that self-checking habit alongside the method itself.
📕 You May Also Like: What Repeated Math Errors Reveal About Your Student’s Thinking

At Mathnasium, our tutors pinpoint exactly which step in the elimination process breaks down and rebuild the algebraic reasoning from that precise point forward.
Mathnasium is a math-only learning center dedicated to helping K-12 students of all skill levels excel in math.
As our students navigate algebra, systems of equations are one of the concepts we focus on most. To help them build a deep understanding of this and any other math concept, we don't rely on a one-size-fits-all curriculum. Instead, we use our proprietary teaching approach, the Mathnasium Method™.
Here's how it works.
Each student begins with a diagnostic assessment. This relaxed interaction helps us identify their current skills, knowledge gaps, and how they think about math.
With these insights, we create a personalized learning plan tailored to their needs — whether that means strengthening the foundations of algebra, mastering systems of equations, or getting ahead in more advanced coursework.
Once the plan is ready, our specially trained tutors follow it closely, delivering face-to-face instruction in a supportive environment, both in-center and online. We teach through a mix of verbal, visual, written, tactile, and mental techniques so each concept lands clearly.
During sessions, we break multi-step problems like systems of equations into manageable pieces, covering both the how and the why behind each step, so students build reasoning they carry into Algebra 2 and beyond.
Fun is a core part of our approach, too. We use game-based activities, let students earn rewards, and celebrate their progress together, so learning stays enjoyable and confidence grows with every session.
The results speak for themselves:
94% of parents report improvement in their child's math skills and understanding
93% of parents report an improved attitude toward math after attending Mathnasium
90% of students saw improvement in their school grades
With over 1,100 learning centers across North America, there is likely a Mathnasium close to you.
Families across New City, Nyack, West Nyack, Congers, and Valley Cottage trust Mathnasium of New City to build the algebra fluency students carry into every math course that follows.
If your child is working through systems of equations or any algebra concept and needs more targeted support, our team is ready to help.
📅 Schedule a Free Assessment at Mathnasium of New City
Not near New City?
Mathnasium of New City is a math-only learning center for K-12 students in New City, NY. Trusted by over a million parents, Mathnasium uses personalized learning plans and the proprietary Mathnasium Method™ to help students catch up, keep up, and get ahead on their math journey.
Our specially trained tutors deliver face-to-face instruction in a supportive and fun small-group environment, working with students to develop a deep understanding of math, build confidence, and improve academic performance.
Schedule Free Assessment