How To Solve Multi-Step Equations

#Algebra
TL;DR
Multi-step equations are equations that take more than one operation to solve: you distribute, combine like terms, move the variable to one side, then undo what remains with inverse operations. The golden rule is balance, whatever you do to one side you do to the other, so the two sides stay equal. Some multi-step equations have one solution, some have none, and some are true for every number.
BT
Bhanzu TeamLast updated on September 9, 202610 min read

What Are Multi-Step Equations?

A multi-step equation is an equation that needs more than one operation to isolate the unknown. A one-step equation such as $x + 4 = 9$ takes a single move. A two-step equation such as $2x + 3 = 11$ takes two. A multi-step equation stacks several of those moves, often because the equation has parentheses, like terms to gather, or the variable appearing on both sides.

Here is a typical one:

$$4(x - 3) + 2x = 18$$

That single line hides three jobs: expand the bracket, gather the terms, then isolate $x$. The order you do them in is what separates a clean solution from a tangle.

Every multi-step equation is built from three kinds of pieces:

  • Variable: the unknown you are solving for, usually written $x$ (or $y$, $a$, and so on).

  • Coefficient: the number multiplying a variable, like the $4$ in $4x$.

  • Constant: a plain number that does not change, like the $18$ above.

How Do You Solve A Multi-Step Equation?

To solve a multi-step equation, simplify each side first, then use inverse operations to get the variable alone. Every move is licensed by the properties of equality: the two sides start equal, so any operation applied to both sides keeps them equal.

Before isolating the variable, tidy each side. Use the distributive property to clear parentheses, then combine like terms, the terms that share the same variable and power. After that, undo the arithmetic in reverse. Each undo uses an inverse operation, the operation that reverses another: subtraction reverses addition, and division reverses multiplication.

Solve every multi-step equation with the same four moves, in order:

  1. Distribute to remove any parentheses.

  2. Combine like terms on each side.

  3. Collect the variable terms on one side and the numbers on the other.

  4. Undo with inverse operations, then check.

Example 1: Solve $4(x - 3) + 2x = 18$.

Distribute the $4$ across the bracket:

$$4x - 12 + 2x = 18$$

Combine the like terms $4x$ and $2x$:

$$6x - 12 = 18$$

Add $12$ to both sides (inverse of subtracting $12$):

$$6x = 30$$

Divide both sides by $6$ (inverse of multiplying by $6$):

$$x = 5$$

Final answer: $x = 5$. The worked steps for simpler linear cases follow this same shape with fewer moves.

How Do You Solve Multi-Step Equations With Variables On Both Sides?

When the variable sits on both sides, add or subtract a variable term so it lives on one side only, then finish as usual. The rule does not change, you are still keeping both sides equal.

Example 2: Solve $7x - 4 = 3x + 12$.

Subtract $3x$ from both sides to gather the variable on the left:

$$4x - 4 = 12$$

Add $4$ to both sides:

$$4x = 16$$

Divide both sides by $4$:

$$x = 4$$

Final answer: $x = 4$.

You could subtract $7x$ instead of $3x$. Actually, subtract the smaller variable term, and you avoid a negative coefficient entirely, which removes one of the most common places a sign goes missing.

How Do You Solve Multi-Step Equations With Fractions And Decimals?

Clear the fractions or decimals first, then solve the whole-number equation that remains. Multiply every term by the least common denominator to remove fractions, or by a power of ten to remove decimals.

Example 3: Solve $\dfrac{x}{2} + \dfrac{x}{3} = 5$.

The denominators are $2$ and $3$, so the least common denominator is $6$. Multiply every term by $6$:

$$6 \cdot \frac{x}{2} + 6 \cdot \frac{x}{3} = 6 \cdot 5$$

$$3x + 2x = 30$$

$$5x = 30$$

$$x = 6$$

Final answer: $x = 6$.

Decimals work the same way. For $0.2x + 1.5 = 0.5x$, multiply every term by $10$ to get $2x + 15 = 5x$, then $15 = 3x$, so $x = 5$. Clearing the denominators up front turns a messy equation back into an ordinary one.

How Do You Check The Solution To A Multi-Step Equation?

Substitute your answer back into the original equation and confirm both sides give the same number. Checking is not optional polish; it is how you catch a dropped sign or an arithmetic slip before it costs a mark.

Take Example 1, where $x = 5$. Put $5$ back into $4(x - 3) + 2x$:

$$4(5 - 3) + 2(5) = 4(2) + 10 = 8 + 10 = 18$$

The left side equals $18$, which matches the right side, so $x = 5$ is correct. If the two sides had not matched, that would be the signal to retrace the steps rather than to guess again.

What About Equations With No Solution Or Infinitely Many Solutions?

Not every equation has exactly one answer. When you simplify a multi-step equation, the last line tells you which of three cases you are in.

  • If it reduces to something like $x = 5$, there is exactly one solution.

  • If it reduces to a false statement like $5 = 9$, there is no solution.

  • If it reduces to a statement that is always true like $6 = 6$, there are infinitely many solutions.

For example, $2x + 5 = 2x + 9$ becomes $5 = 9$ after subtracting $2x$ from both sides, which is never true, so no number works. But $3(x + 2) = 3x + 6$ becomes $3x + 6 = 3x + 6$, true for every $x$, so every number is a solution.

Table 1: What the last line of a solved equation tells you about its solutions.

The equation reduces to

Number of solutions

Example

A value, like $x = 5$

One solution

$6x - 12 = 18$

A false statement, like $5 = 9$

No solution

$2x + 5 = 2x + 9$

A true statement, like $6 = 6$

Infinitely many

$3(x + 2) = 3x + 6$

Why Do We Learn To Solve Multi-Step Equations?

Multi-step equations are the first place a student meets a genuinely useful idea: an unknown quantity can be found, not guessed, by keeping a system in balance. The skill is worth learning for two reasons that reach well past the worksheet.

  • They model real questions with a hidden number. How many months of saving reach a target, what price gives a planned profit, how much of each ingredient a recipe needs when scaled, each is a sentence with one unknown, and solving it is a multi-step equation.

  • They train the logic of doing the same thing to both sides. That single habit, protecting balance while you simplify, is the engine behind rearranging formulas, solving linear equations in two variables, and eventually the algebra behind physics and finance.

The move that feels like a rule, add to both sides, subtract from both sides, is really a promise: the equation was true before, and it stays true after. Learning to keep that promise is what makes every later equation solvable.

Who Shaped The Rules For Solving Multi-Step Equations?

The steps you use today were named more than a thousand years ago, in a book whose title gave algebra its word.

Two later figures gave the equation its familiar look:

  • Robert Recorde (c. 1512–1558, Wales) invented the equals sign $=$ in 1557, writing that no two things could be more equal than a pair of parallel lines of the same length.

  • René Descartes (1596–1650, France) set the habit of writing unknowns as the last letters of the alphabet, which is why we solve for $x$ rather than for some spelled-out word.

Where Are Multi-Step Equations Used In The Real World?

The same balancing move solves problems far from the classroom.

  • Personal budgeting: working out how many weeks of saving reach a goal, once a fixed cost and a weekly amount are both in play.

  • Business pricing: finding the price or quantity that hits a target profit after subtracting fixed and per-unit costs.

  • Science and engineering: rearranging a formula to solve for the one quantity you do not yet know, from speed to temperature to current.

  • Cooking and construction: scaling a recipe or a material list up or down so the proportions still balance.

  • Sports and games: figuring out the score or time a team needs, given what has already happened and what is left.

One habit, keep both sides equal while you simplify, quietly runs budgets, labs, kitchens, and scoreboards. The equation is just the place where the unknown finally shows itself.

What Are The Most Common Multi-Step Equation Mistakes?

These four errors account for most lost marks on multi-step equations, verified against university teaching notes on student misconceptions and a widely used list of common algebra errors.

Distributing to only the first term, or dropping a sign.

Where it slips in:

A student writes $3(x + 4)$ as $3x + 4$ instead of $3x + 12$, or turns $-2(x - 5)$ into $-2x - 10$.

Don't do this:

Do not multiply the outside factor by just the first term, and do not lose the sign on the second term.

The correct way:

Multiply every term inside the parentheses by the outside factor, carrying its sign: $-2(x - 5) = -2x + 10$.

Combining unlike terms.

Where it slips in:

A student writes $5x + 3$ as $8x$, gluing a variable term to a plain number.

Don't do this:

Do not merge terms that are not alike.

The correct way:

Only combine terms with the same variable and power. So $5x$ and $3$ stay apart, while $5x$ and $2x$ combine to $7x$.

Changing only one side of the equation.

Where it slips in:

A student subtracts a number from the left side and forgets to subtract it from the right.

Don't do this:

Do not apply an operation to one side alone.

The correct way:

Whatever you do to one side, do to the other. That balance is the whole point of the addition property of equality.

Losing a negative sign when moving or dividing.

Where it slips in:

A student solves $-2x = -4$ and writes $x = -2$, or moves a term across the equals sign without flipping its sign.

Don't do this:

Do not drop a negative or keep the wrong sign.

The correct way:

A negative divided by a negative is positive, so $-2x = -4$ gives $x = 2$. When a term crosses the equals sign, its sign flips.

Practice Problems On Multi-Step Equations

Solve for the variable, then check by substituting your answer back. Answers follow each line.

  1. Solve $5x - 8 = 2x + 7$.
    (Answer: $x = 5$.)

  2. Solve $3(y + 2) = 21$.
    (Answer: $y = 5$.)

  3. Solve $4a - 3 + 2a = 15$.
    (Answer: $a = 3$.)

  4. Solve $\dfrac{2x}{3} - 1 = 5$.
    (Answer: $x = 9$.)

  5. Solve $6 - 2(x - 1) = 4$.
    (Answer: $x = 2$.)

  6. Solve $2(x + 3) = 2x + 6$.
    (Answer: infinitely many solutions, true for every $x$.)

Where Should You Go Next After Multi-Step Equations?

Solving for one unknown opens several doors, and each one reuses the balance you have just practised.

  1. Inequalities. Same moves, but the answer is a range instead of a single number, with one new rule when you multiply or divide by a negative.

  2. Linear equations in two variables. Two unknowns at once, solved by combining two equations rather than one.

  3. Properties of equality. The formal reasons behind every "do the same to both sides" move, worth knowing once the mechanics feel natural.

If your child is building these foundations, a live Bhanzu trainer teaches multi-step equations starting from the balance idea, not just the steps, in the Bhanzu algebra program.

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is a multi-step equation?
A multi-step equation is an equation that needs more than one operation to solve, usually because it has parentheses, like terms, or the variable on both sides. You simplify each side first, then isolate the variable with inverse operations.
What is the difference between a two-step and a multi-step equation?
A two-step equation needs exactly two operations, such as one multiplication and one addition. A multi-step equation needs three or more, often adding a distribution or a combine-like-terms step before the final two moves.
How do you solve multi-step equations with variables on both sides?
Move the variable to one side by adding or subtracting a variable term from both sides, then solve the ordinary equation that remains. Collecting the smaller variable term first keeps the coefficient positive and avoids a needless sign error.
Can a multi-step equation have no solution?
Yes. If simplifying leads to a false statement such as $5 = 9$, no value of the variable can make the equation true, so it has no solution. If it leads to a statement that is always true, every value works.
Do I always need to check my answer?
Not strictly, but it is the fastest way to catch a dropped sign or an arithmetic slip. Substituting your answer back takes seconds and confirms the two sides are equal.
Which curricula teach multi-step equations?
Multi-step linear equations appear in India's NCERT Class 8 (Linear Equations in One Variable) and in the United States under Common Core standard CCSS 8.EE.C.7, which names expanding brackets and collecting like terms. They then recur through every later algebra course.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →