7 Research-Backed Tactics to Help Your Child Overcome a Bad Math Grade
Mathnasium educators explain what research says about math grades, anxiety, and confidence, and share seven strategies to help your child bounce back.
When you hear the word substitution, what do you think of?
Maybe it’s swapping out one ingredient in a recipe, or stepping in for a teammate during a game. In everyday life, substitution means replacing one thing with another, and in math, it’s the same.
In algebra, the substitution method helps us solve systems of equations by taking what one equation tells us and using it in the other. It’s a smart way to connect two pieces of information and find the full solution.
In this guide, we’ll break down what the substitution method is and how to use it. We’ll walk through clear examples, explain when it works best, answer questions students often ask, and give you a chance to practice solving systems on your own.
The substitution method is a way to solve a system of linear equations—two equations with the same variables, usually x and y. Think of it like solving a two-part puzzle: what you find in one equation helps you solve the other.
This method works especially well when one equation is already solved, or easy to solve, for a single variable. In those cases, you can take that expression and substitute it into the other equation. That turns the system into a simpler, one-variable equation.
Substitution is a great choice when you want to focus on one equation at a time. It helps you see how one variable depends on another and makes it easier to find values that work in both equations.
We often use systems of equations when comparing two related quantities, like time and distance or cost and number of items. The substitution method helps us figure out where both relationships are true at the same time.
Ready to learn how the substitution method works?
Let’s walk through it step by step.
The first step in the substitution method is to isolate one variable, either x or y, in one of the equations.
That means we rewrite one equation so it says something like x = or y =. Once we do that, we can substitute this expression into the other equation.
Let’s look at an example:
y = 2x + 3
x + y = 9
The first equation is already solved for y. That makes it perfect for substitution—no rearranging needed!
But what if neither equation is solved for a variable yet?
In that case, look for the variable that’s easiest to isolate. A good clue is to find a variable with a coefficient of 1 or –1. Why? Because those are the easiest to rearrange without introducing fractions.
Let’s try this system:
x + 2y = 8
3x – y = 4
Which variable should we isolate?
In equation (1), x has a coefficient of 1. That makes it a great choice. Let’s solve equation (1) for x:
x + 2y = 8x
Subtract 2y from both sides:
x = 8 − 2y
Now we have x written in terms of y. This expression is what we’ll substitute into the other equation next.
Now that we’ve solved one equation for a variable, x = 8 - 2y, what can we do with it?
If you said “use it in the other equation,” you would be correct!
Let’s look at the other equation: 3x – y = 4.
If we know that x = 8 - 2y, we simply have to substitute x:
3(8 - 2y) - y = 4
What should we do first?
We use the distributive property and multiply the terms in brackets by 3:
3(8 - 2y) =
= 3 × 8 - 3 × 2y
= 24 - 6y
Let’s plug that back in and now the equation is:
24 – 6y – y = 4
Can we simplify the y terms?
Yes! Let’s combine –6y – y to get –7y.
Now we have:
24 – 7y = 4
Let’s solve for y, we want to subtract 24 from both sides:
24 - 7y - 24 = 4 - 24
–7y = 4 – 24
–7y = –20
What’s the last step to isolate the y?
Divide both sides by –7:
\(\displaystyle \frac{-7y}{7} = \frac{-20}{-7}\)
y = \(\displaystyle \frac{-20}{-7}\)
Now notice: both the numerator and the denominator are negative.
What happens when we divide a negative by a negative?
It becomes positive!
So the final simplified answer is:
\(\displaystyle \frac{20}{7}\)
Even though the answer is a fraction, that’s okay! We’ll just work carefully with it in the next step.
Now that we know y = \(\displaystyle \frac{20}{7}\) , what’s our next goal?
We want to find x. And earlier, didn’t we say that x = 8 – 2y?
Let’s plug in \(\displaystyle \frac{20}{7}\) for y:
x = 8 – 2 × \(\displaystyle \frac{20}{7}\)
What’s 2 × \(\displaystyle \frac{20}{7}\) ?
That’s \(\displaystyle \frac{40}{7}\) .
Now let’s subtract:
x = 8 - \(\displaystyle \frac{40}{7}\)
To be able to subtract, we need to convert our whole number into a fraction. So, when we convert 8 to sevenths, we get:
8 = \(\displaystyle \frac{56}{7}\)
We plug it back in and:
x = \(\displaystyle \frac{56}{7} = \frac{40}{7}\)
x = \(\displaystyle \frac{16}{7}\)
And there we have it! We’ve solved for x and y using the substitution method:
x = \(\displaystyle \frac{16}{7}\)
y = \(\displaystyle \frac{20}{7}\)
Last step: How do we know our answers are correct?
Let’s plug them into both original equations.
First: x + 2y = 8
Left side: \(\displaystyle \frac{16}{7} + 2\left(\frac{20}{7}\right) = \frac{16}{7} + \frac{40}{7} = \frac{56}{7} = 8\)
Second: 3x – y = 4
Left side: \(\displaystyle \text{Left side: } 3\left(\frac{16}{7}\right) - \frac{20}{7} = \frac{48}{7} - \frac{20}{7} = \frac{28}{7} = 4\)
Both are true! So our solution is correct.
Let’s recap:
Why did we choose to solve the first equation? Because x was easy to isolate.
Why did we substitute? To turn a two-variable problem into one we could solve.
Why did we check? To be confident that our answers actually worked.

Let’s take what we’ve learned and apply it to real problems. These examples show how the substitution method works in different situations, from basic systems to tricky signs and everyday word problems.
Let’s solve this system:
y = 3x + 1
2x + y = 11
Step 1: Choose the Equation
Which equation is already solved for one variable?
y = 3x + 1 is already solved for y, so we’ll use that for substitution.
Step 2: Substitute into the Other Equation
We replace y in the second equation with 3x + 1:
2x + (3x + 1) = 11
Now we simplify:
2x + 3x + 1 = 11
5x + 1 = 11
Step 3: Solve for x
Subtract 1 from both sides:
2x + 3x + 1 - 1 = 11 - 1
5x = 10
Divide both sides by 5:
\(\displaystyle \frac{5x}{5} = \frac{10}{5}\)
x = 2
Step 4: Back-Substitute to Find y
Now that we know x = 2, plug it into the first equation:
y = 3(2) + 1 = 6 + 1 = 7
y = 7
Step 5: Check the Solution
Let’s check both equations:
y = 3x + 1 → 7 = 3(2) + 1 = 7
2x + y = 11 → 2(2) + 7 = 4 + 7 = 11
Final answer: y = 7; x = 11
Let’s solve:
y = –2x + 5
x + y = 2
Step 1: Use the First Equation
y = –2x + 5 is already solved for y.
Step 2: Substitute into the Other Equation
Substitute –2x + 5 for y in x + y = 2:
x + (–2x + 5) = 2
x – 2x + 5 = 2
–x + 5 = 2
Step 3: Solve for x
Subtract 5 from both sides:
–x + 5 - 5 = 2 - 5
–x = –3
Divide both sides by –1:
\(\displaystyle \frac{-x}{-1} = \frac{-3}{-1}\)
x = 3
Step 4: Find y
Plug x = 3 into y = –2x + 5:
y = –2(3) + 5 = –6 + 5 = –1
y = –1
Step 5: Check the Solution
y = –2x + 5 → –1 = –2(3) + 5 = –1
x + y = 2 → 3 + (–1) = 2
Final answer: x = 3, y = –1
Always be careful with signs. A small negative can change your entire answer.
Alex is buying chips and sodas. Each bag of chips costs twice as much as a soda. If Alex buys two bags of chips and one soda and spends $10 total, how much does each item cost?
Let’s define variables:
Let s be cost of one soda
Let c be the cost of one bag of chips
From the problem:
c = 2s (chips cost twice as much)
2c + s = 10 (two chips and one soda cost $10)
Step 1: Substitute
We know c = 2s, so plug that into the second equation:
2(2s) + s = 10
4s + s = 10
5s = 10
Step 2: Solve for s
5s = 10
s=105
s = 2
Step 3: Find c
c = 2s
c= 2(2)
c=4
Final answer: Soda = $2, Chips = $4
Step 4: Check the Total
2 chips = 2 × $4 = $8
1 soda = $2
Total = $8 + $2 = $10
Are you ready to try a system on your own? Let’s put your knowledge into action!
Use the substitution method to solve each system. Remember the steps: choose an equation, substitute, solve, back-substitute, and check your answer.
1. Solve the system:
y = 4x – 2
3x + y = 13
2. Solve the system:
y = –x + 4
2x + y = 7
3. Solve the word problem:
At a school event, adult tickets cost twice as much as student tickets. If one adult ticket and two student tickets cost $18 total, how much does each ticket cost?
Let:
a = cost of an adult ticket
s = cost of a student ticket
Use these equations:
a = 2s
a + 2s = 18
Here are the most common questions about the substitution method we get from our students at Mathnasium of La Costa:
Substitution is used to solve systems of equations, meaning you need two or more equations.
One equation gives you a relationship between two variables, but you need a second equation to find a unique solution. With only one equation, there are infinite possibilities.
Yes, substitution always works in theory. But it’s easiest to use when one of the equations is already solved for a variable or can be rearranged quickly.
If both equations are complex, other methods like elimination might be faster.
That’s perfectly okay. Algebra often leads to fractions or negatives. Just be extra careful with signs and division.
Use parentheses if needed, and check your answer by plugging it back into both original equations.
Plug your answers for x and y back into both original equations. If they make both equations true, your solution is correct.

Mathnasium of La Costa is a math-only learning center for K-12 students in Carlsbad, CA.
Using a proprietary teaching approach called the Mathnasium Method™, our specially trained math tutors offer face-to-face instruction in an engaging and supportive group environment to students of all skill levels, helping them learn and master any K-12 math class and topic, including the substitution method.
Discover our approach to middle school tutoring.
Students begin their Mathnasium journey with a diagnostic assessment that allows us to understand their unique strengths and knowledge gaps. Guided by assessment-based insights, we create personalized learning plans that will put them on the best path toward math mastery.
Whether your student is looking to catch up, keep up, or get ahead in their math class, schedule an assessment and enroll at Mathnasium of La Costa today!
Schedule a Free Assessment at Mathnasium of La Costa
Mathnasium of La Costa is not the nearest center to you?
Find a Mathnasium Learning Center Near You
If you’ve given our exercises a try, check your answers below to see how you did!
x = \(\displaystyle \frac{15}{7}\), y = \(\displaystyle \frac{46}{7}\)
x = 3, y = 1
Adult ticket: $9, Student ticket: $4.50
Mathnasium of La Costa is a math-only learning center for K-12 students in Carlsbad, CA. 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 both in center and online to develop a deep understanding of math, build confidence, and improve academic performance.
Schedule Free Assessment