A 4-Step Method for Solving Word Problems (With Examples)
Is your child stuck on word problems? These 4 steps and examples give them a reliable method to read, plan, and solve any problem with confidence.
In middle school, equations get more complex step by step, from one-step to two-step, and eventually to multi-step equations with variables on both sides.
At Mathnasium, we know this can be a turning point for many students. The steps multiply, the terms pile up, and it's easy to lose track of where things went wrong.
So, whether you need to build your understanding from the ground up or just want a clearer strategy before the next exam, this guide is for you.
We'll walk you through three strategies for solving multi-step equations, with examples, practice problems, and the most common mistakes to avoid.
A multi-step equation is an algebraic equation that takes more than two steps to solve. In other words, we need three or more operations to isolate the variable and find its value.
Think of it like this: in earlier grades, you solved one-step equations like x + 5 = 12 (we just subtract 5) or two-step equations like 2x + 3 = 11 (we subtract 3, then divide by 2).
Multi-step equations are the next level up, as they combine several of these moves into one challenge.
Let’s take a look at one multi-step equation: 2(4x - 3) = 5x + 12
It takes more than 2 steps to solve, which is why it's called "multi-step."
Now let’s see what this equation is made of:
Variables: The letter x (or any other, such as y, a, b, c). This is the unknown value we are trying to find.
Coefficients: The numbers 2, 4, and 5. These are the numbers multiplied directly by a variable or a group of terms.
Constants: In this specific equation, the constants are −3 and 12. A constant is a number that stays exactly the same and does not change, regardless of what happens to the variable.
Parentheses: The symbols are (), and parentheses group the terms 4x - 3 together and tell us to multiply the entire group by 2 on the outside (using the distributive property).
Operations:
Multiplication: Hidden between the 2 and the parentheses, and between the coefficients and variables (like 4 times x).
Subtraction: Shown by the minus sign in 4x - 3.
Equal Sign: The = symbol shows that the left side of the equation has the same value as the right side.
📕 You May Also Like: How to Solve Basic Equations — A Parent and Student Guide
No matter how complex the equation looks, we can solve it by following the same four steps every time. Work through them in order, and the equation becomes much easier to manage.
Here is the equation we will use throughout all four steps:
x + 5(3x − 4) = 12x + 4
The equation has parentheses, so we start by removing them. Multiply 5 by every term inside:
5 × 3x = 15x
5 × (−4) = −20
Now, our equation should look like this:
x + 15x − 20 = 12x + 4
If there are no parentheses in an equation, we skip this step.
Before moving anything across the equal sign, check each side separately. On the left, x and 15x are like terms, and both have the variable x. So, we combine them:
16x − 20 = 12x + 4
On the right side, we have 12x and 4. As they are different types, there’s nothing for us to combine.
Here, we use inverse operations (opposites) to "undo" what is happening to the variable.
We subtract 12x because the 12x on the right is positive, and we want to "zero it out" to move all the x's to one side. By doing the same thing to both sides, we keep the equation balanced like a scale.
16x − 12x − 20 = 12x − 12x + 4
4x − 20 = 4
Now, we need to add 20 because the equation has a "minus 20" attached to the variable. Since addition is the opposite of subtraction, adding 20 cancels it out, leaving the 4x all by itself.
4x − 20 + 20 = 4 + 20
4x = 24
Since 4x means "4 times x," we divide by 4 because division is the opposite of multiplication, which 'undoes' the 4 and leaves the x completely alone.
4x ÷ 4 = 24 ÷ 4
x = 6
The moment we isolate the variable, we get the value of X, which solves the equation.
Now that we have the variable, we can check our work by replacing x with 6 back into the original equation:
Left side: 6 + 5(3 × 6 − 4) = 6 + 5(14) = 6 + 70 = 76
Right side: 12 × 6 + 4 = 72 + 4 = 76
Since both sides are equal (balanced), we did a great job.
📕 You May Also Like: What Are Inverse Operations? A Complete Overview
Let’s go through a few solved examples of multi-step equations to see how the four steps work across different equations before you try it on your own.
Let's put all four steps to work on a new equation.
−9(m − 2) + 7m = −10
This time around, we notice that the number outside the parentheses is negative, and the variable is m instead of x. The steps work exactly the same way.
We multiply −9 by every term inside the parentheses:
−9 × m = −9m
−9 × (−2) = +18
After distribution, our equation looks like this:
−9m + 18 + 7m =−10
On the left, −9M and 7M are like terms, so we need to combine them:
-9m +7m=-2m
−2M + 18 =−10
On the right side, there’s nothing for us to combine.
All variable terms are already on the left. No move needed, so we go straight to the next step.
Since we have +18 on the left, we subtract 18 from both sides:
−2m + 18 − 18 = −10 − 18
−2m = −28
Finally, to isolate the variable, we divide both sides by −2 as it is multiplied by -2:
−2m ÷ -2 = −28 ÷ -2
m = 14
We got the value of m, and that solves our equation.
As with any equation, we can also check our answer by replacing the variable in the original equation with the result (14).
Left side: −9(14 − 2) + 7 × 14 = −9(12) + 98 = −108 + 98 = −10
Right side: −10
Both sides match, which means the result we got is correct.
📕 You May Also Like: Independent & Dependent Variables — Explained for 6th Grade
Let's do one more equation.
3(2x + 4) = 2(x + 10)
In this one, both sides have parentheses, so we will need to distribute twice.
We multiply 3 by every term inside the left parentheses, and 2 by every term inside the right parentheses.
3 × 2x = 6x and 3 × 4 = 12
2 × x = 2x and 2 × 10 = 20
After distribution, our equation looks like this:
6x + 12 = 2x + 20
On the left, 6x and 12 are different types, so there’s nothing for us to combine.
If we look at the right side, we are dealing with the same situation. Since 2x and 20 are different, we combine nothing here and move on to step 4.
We subtract 2x from both sides to get all variable terms on the left:
6x − 2x + 12 = 2x − 2x + 20
4x + 12 = 20
Since we have +12 on the left, we subtract 12 from both sides:
4x + 12 − 12 = 20 − 12
4x = 8
Finally, to isolate the variable, we divide both sides by 4 as it is multiplied by 4:
4x ÷ 4 = 8 ÷ 4
x = 2
This solves the equation.
Let’s check our work here. We are replacing x with 2 in the initial equation:
Left side: 3(2 × 2 + 4) = 3(8) = 24
Right side: 2(2 + 10) = 2(12) = 24
Both sides match, and that tells us the result is correct.
Ready to practice what we’ve covered? Try these practice problems on your own and check your answers at the bottom of the guide.
7x+4=10x−11
4(x - 3) = 3x + 5
4x + 6 = 2x + 16
Even when students know the steps, a few mistakes tend to show up again and again. Here are the three most common ones and how we fix them.
This one breaks the equation. If we do something to one side, we must do the exact same thing to the other side to keep it balanced.
Here's what it looks like when it goes wrong:
3x + 5 = 14
3x = 14
If we forget to subtract 5 from the right side as well, we get a wrong answer:
x = 14/3 ≈ 4.67
Here's the correct way:
3x + 5 = 14
3x + 5 - 5 = 14 - 5 (both sides done properly)
3x = 9
x = 3 (correct answer)
To avoid this kind of mistake, we should always ask ourselves, "Did I do this to both sides?"
While we are distributing, the number outside the parentheses multiplies every term inside and not just the first one.
Here's what the mistake looks like:
2(x + 3) = 10
2x + 3 = 10 (2 not multiplied by 3)
2x = 7
x = 3.5 (wrong answer)
What we should do is:
2(x + 3) = 10
2x + 6 = 10 (2 multiplied by both x and 3)
2x = 4
x = 2 (correct answer)
This mistake also shows up with negative numbers, and it's especially tricky there:
Wrong: -3(x - 2) = 9 → -3x - 2 = 9 (-3 not multiplied by -2)
Correct: -3(x - 2) = 9 → -3x + 6 = 9 (-3 × x = -3x and -3 × -2 = +6)
Like terms are terms of the same type (variables with variables, constants with constants). We can only combine terms that belong to the same group, and only if they're on the same side of the equation.
4x + 3 = 11
Wrong: 7x = 11 (tried to add 4x and 3 together)
Correct: 4x = 8 (subtract 3 from both sides instead; 4x and 3 are different types)
5x - 2x = 9
Wrong: 3x² = 9 (thought x - x = x²)
Correct: 3x = 9 (just subtract the coefficients: 5 - 2 = 3)
4x + 2 = 3x + 8
Wrong: 7x + 2 = 8 (combined 4x and 3x even though they're on different sides)
Correct: 4x - 3x + 2 = 8 (move 3x to the left first)
x + 2 = 8
x = 6
Students may try to simplify quickly, which is natural. We always need to check that the terms we're combining are on the same side and the same type.

Mathnasium's specially trained tutors guide students through multi-step equations with interactive teaching techniques and personalized instruction.
Mathnasium is a math-only learning center that helps K-12 students of all skill levels catch up, keep up, and get ahead in math, including multi-step equations.
Each student starts with a diagnostic assessment that helps us identify their current skills, knowledge gaps, and learning goals. From there, we build a personalized learning plan tailored to their needs and pace.
Our specially trained tutors use the Mathnasium Method™, a proprietary teaching approach that combines verbal, visual, mental, tactile, and written techniques to help students truly understand the math they are working with.
By teaching both the how and the why behind concepts like multi-step equations, we help students develop the problem-solving skills and critical thinking tools they carry into math and beyond.
Fun is a core part of how we work, too. Sessions are often game-based, students earn rewards along the way, and every bit of progress gets celebrated. That consistent encouragement keeps learning enjoyable and grows confidence with each session.
The results speak for themselves:
94% of parents report an improvement in their child's math skills and understanding
93% of parents report their child's improved attitude toward math
90% of students saw an improvement in their school grades
With over 1,100 centers, we bring the Mathnasium Method™ close to your community.
For families in and around Aliana, TX, Mathnasium of Aliana is a trusted local center with years of experience helping students catch up, keep up, and get ahead in math.
Ready to take the first step?
📅 Schedule a Free Diagnostic Assessment at Mathnasium of Aliana
Not near Aliana?
📍 Find a Mathnasium Learning Center Near You
If you worked through the practice problems, here are the answers:
x = 5
x = 17
x = 5
How did you do?
Mathnasium of Aliana is a math-only learning center for K-12 students in Richmond, TX. 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