Skip to main content
guidealgebraequations

Solving Multi-Step Equations: A Complete Step-by-Step Guide

·12 min read·Solvify Team

Solving multi-step equations is one of the core skills in algebra — the point where one-step and two-step problems give way to equations that require several moves before x stands alone. These problems appear on every Algebra I and II exam, standardized tests like the SAT and ACT, and in nearly every applied math setting. What makes them challenging is not any single step but the sequence: you have to distribute, combine like terms, move variable terms to one side, then isolate x — and an error at any stage carries through to the final answer. This guide teaches that full workflow from start to finish, covering every major problem pattern: positive and negative distribution, nested grouping symbols, variables on both sides, fractions, and special-case outcomes. Every section includes real worked examples with step-by-step reasoning and a substitution check, so you can see not just what to do but why each move is correct.

What Makes an Equation Multi-Step?

A multi-step equation is any equation that requires three or more distinct operations to isolate the variable. Contrast this with one-step equations (x + 4 = 9, one operation: subtract 4) and two-step equations (3x + 4 = 19, two operations: subtract 4, divide by 3). Multi-step equations introduce additional complexity in four main ways: parentheses that must be distributed, like terms on the same side that must be collected before isolating x, variable terms on both sides of the equals sign, and fractions or negative coefficients that require extra care with signs. Any combination of these features can appear in the same equation. Recognizing which features are present before you begin is half the battle — it tells you which steps are needed and in what order. Solving multi-step equations always follows the same sequence, regardless of which features appear.

Multi-step equations require three or more operations to isolate the variable. Identify all features — parentheses, like terms, variable terms on both sides, fractions — before starting.

What Is the Standard Workflow for Solving Multi-Step Equations?

Every multi-step equation, no matter how it looks at first glance, can be solved by following the same five-stage workflow. Working through these stages in order prevents the most common errors. Skipping or reordering steps is the primary reason students reach a wrong answer after correct algebra — not because they cannot do the math, but because an earlier step was left incomplete.

1. Stage 1 — Distribute

If parentheses are present, distribute the multiplier to every term inside. Positive multipliers: 3(2x − 5) = 6x − 15. Negative multipliers: −4(x + 2) = −4x − 8. Nested groups: work from the innermost parentheses outward. Do not move on until all parentheses are gone.

2. Stage 2 — Combine like terms on each side

On each side of the equals sign independently, add or subtract all x-terms together and all constant terms together. For example, if the left side reads 3x − x + 7 − 2, simplify to 2x + 5. Do this on the left side and on the right side separately — never combine a term from one side with a term from the other at this stage.

3. Stage 3 — Move all variable terms to one side

Add or subtract the variable term with the smaller coefficient to eliminate it from one side. If the equation is 5x + 1 = 2x + 13, subtract 2x from both sides to get 3x + 1 = 13. Choosing to move the smaller coefficient keeps the remaining coefficient positive and avoids introducing unnecessary negative signs.

4. Stage 4 — Move all constants to the other side

Once only x-terms remain on one side and only constants on the other (before this step), undo the constant on the x-side using inverse operations. In 3x + 1 = 13, subtract 1 from both sides: 3x = 12.

5. Stage 5 — Divide by the coefficient

Divide both sides by the coefficient of x. In 3x = 12, divide by 3: x = 4. If the coefficient is negative, dividing by a negative changes the sign of the right side. Always check: −3x = 12 gives x = −4.

6. Stage 6 — Substitute and verify

Plug your answer back into the original equation — not any simplified version. Evaluate both sides fully. If they match, the solution is correct. If they do not, at least one of the preceding steps contains an arithmetic error. Find it before moving on. This check is not optional; it is the fastest error-detection tool available.

The universal workflow for solving multi-step equations: (1) distribute → (2) combine like terms on each side → (3) collect variable terms on one side → (4) collect constants on the other → (5) divide by the coefficient → (6) check.

How Do You Distribute and Combine Like Terms?

The most frequent pattern when solving multi-step equations on algebra homework and exams involves at least one set of parentheses on one or both sides, followed by like-term collection. This pattern requires two full stages before any isolating can begin. The examples below show the complete process for both single-sided and double-sided distribution.

1. Example 1: 3(2x + 5) − 4 = 29

Stage 1 — Distribute: 3 × 2x + 3 × 5 − 4 = 29 → 6x + 15 − 4 = 29. Stage 2 — Combine constants on the left: 6x + 11 = 29. Stage 4 — Subtract 11 from both sides: 6x = 18. Stage 5 — Divide by 6: x = 3. Check: 3(2 × 3 + 5) − 4 = 3(11) − 4 = 33 − 4 = 29 ✓

2. Example 2: −2(x − 4) + 3x = 15

Stage 1 — Distribute −2. Key: −2 × (−4) = +8. −2x + 8 + 3x = 15. Stage 2 — Combine x-terms on the left: x + 8 = 15. Stage 4 — Subtract 8 from both sides: x = 7. Check: −2(7 − 4) + 3(7) = −2(3) + 21 = −6 + 21 = 15 ✓ Distributing a negative multiplier is where errors cluster. Verify each product's sign before continuing.

3. Example 3: 4(x + 3) = 2(x − 1) + 18

Stage 1 — Distribute on both sides. Left: 4x + 12. Right: 2x − 2 + 18 = 2x + 16. Equation: 4x + 12 = 2x + 16. Stage 3 — Subtract 2x from both sides: 2x + 12 = 16. Stage 4 — Subtract 12 from both sides: 2x = 4. Stage 5 — Divide by 2: x = 2. Check: 4(2 + 3) = 4(5) = 20; 2(2 − 1) + 18 = 2 + 18 = 20 ✓

4. Example 4: 5[2(x − 1) + 3] = 35 (nested grouping)

Stage 1 — Work from the innermost group outward. Inner: 2(x − 1) = 2x − 2. Equation becomes 5[2x − 2 + 3] = 35 → 5[2x + 1] = 35. Distribute outer: 10x + 5 = 35. Stage 4 — Subtract 5: 10x = 30. Stage 5 — Divide by 10: x = 3. Check: 5[2(3 − 1) + 3] = 5[4 + 3] = 5 × 7 = 35 ✓ For nested grouping symbols, always resolve the innermost pair first.

When distributing a negative multiplier, the sign of every term inside the parentheses flips. −3(x − 5) = −3x + 15, not −3x − 15.

How Do You Solve Multi-Step Equations with Variables on Both Sides?

Solving multi-step equations that have x on both sides of the equals sign requires an extra stage before you can isolate the variable: collecting all variable terms on one side. This is Stage 3 of the workflow. The strategy is to subtract the variable term with the smaller coefficient — this keeps the remaining coefficient positive, which reduces sign errors downstream. After collecting, the equation reduces to a standard two-step problem. Watch for two special outcomes: no solution and infinite solutions.

1. Example 1: 7x − 3 = 4x + 12

Stage 3 — Subtract 4x from both sides (smaller coefficient): 3x − 3 = 12. Stage 4 — Add 3 to both sides: 3x = 15. Stage 5 — Divide by 3: x = 5. Check: 7(5) − 3 = 32; 4(5) + 12 = 32 ✓

2. Example 2: 2(3x + 1) = 5(x − 2) + 13

Stage 1 — Distribute both sides. Left: 6x + 2. Right: 5x − 10 + 13 = 5x + 3. Equation: 6x + 2 = 5x + 3. Stage 3 — Subtract 5x from both sides: x + 2 = 3. Stage 4 — Subtract 2: x = 1. Check: 2(3 × 1 + 1) = 2(4) = 8; 5(1 − 2) + 13 = −5 + 13 = 8 ✓

3. Example 3: 4(x + 2) − 3 = 4x + 5 (no solution)

Stage 1 — Distribute: 4x + 8 − 3 = 4x + 5 → 4x + 5 = 4x + 5. Stage 3 — Subtract 4x from both sides: 5 = 5. This statement is always true, but there is no variable left. However, it tells us every value of x satisfies the equation — this is actually infinite solutions. Wait — let us re-examine: 4x + 5 = 4x + 5 means both sides are identical, so every real number is a solution (infinitely many solutions). Contrast with a no-solution case: 4x + 5 = 4x + 9. Subtract 4x: 5 = 9 — false for every x, so no solution exists.

4. Example 4: 3(2x − 4) = 2(3x + 1) (no solution)

Stage 1 — Distribute: 6x − 12 = 6x + 2. Stage 3 — Subtract 6x from both sides: −12 = 2. This is a false statement. No value of x can make −12 equal 2. Answer: No solution (the equation is a contradiction). Geometrically, these two linear expressions represent parallel lines that never intersect.

If variable terms cancel and leave a false statement (like −12 = 2), there is no solution. If they cancel and leave a true statement (like 5 = 5), every real number is a solution.

How Do You Handle Fractions and Negatives in Multi-Step Equations?

Fractions and negative coefficients are the two features that most often cause errors when solving multi-step equations — not because the algebra changes, but because arithmetic with fractions and negatives requires more attention to signs. For fractions in multi-step equations, the LCD-clearing strategy eliminates all fractions in one move, leaving a clean integer equation to solve through the remaining stages. Negative coefficients require careful bookkeeping at every distribution and division step.

1. Example 1: (x/2) + (x/3) − 1 = 9

Find the LCD of 2 and 3: LCD = 6. Multiply every term by 6: 6(x/2) + 6(x/3) − 6(1) = 6(9) → 3x + 2x − 6 = 54. Combine like terms: 5x − 6 = 54. Add 6: 5x = 60. Divide by 5: x = 12. Check: 12/2 + 12/3 − 1 = 6 + 4 − 1 = 9 ✓

2. Example 2: (3x − 1)/4 − (x + 2)/3 = 2

LCD of 4 and 3 is 12. Multiply every term by 12: 12 × (3x − 1)/4 − 12 × (x + 2)/3 = 12 × 2 3(3x − 1) − 4(x + 2) = 24 9x − 3 − 4x − 8 = 24 5x − 11 = 24 5x = 35 x = 7. Check: (3×7 − 1)/4 − (7 + 2)/3 = 20/4 − 9/3 = 5 − 3 = 2 ✓ Note that distributing after clearing the LCD (line 3 above) is itself a mini distribution step inside the larger workflow.

3. Example 3: −5(2x − 3) = −3(x + 4) + 1 (negative multipliers on both sides)

Stage 1 — Distribute both sides carefully. Left: −5 × 2x + (−5)(−3) = −10x + 15. Right: −3 × x + (−3)(4) + 1 = −3x − 12 + 1 = −3x − 11. Equation: −10x + 15 = −3x − 11. Stage 3 — Add 10x to both sides (moves the −10x, keeping coefficient positive): 15 = 7x − 11. Stage 4 — Add 11: 26 = 7x. Stage 5 — Divide by 7: x = 26/7. Check: Left = −10(26/7) + 15 = −260/7 + 105/7 = −155/7; Right = −3(26/7) − 11 = −78/7 − 77/7 = −155/7 ✓

4. Example 4: (1/3)(4x − 6) = x + 2 (fractional multiplier outside parentheses)

Two approaches work. Distribute first, then clear fractions; or multiply through by 3 first. Approach: Multiply every term by 3 immediately. 3 × (1/3)(4x − 6) = 3(x + 2) 4x − 6 = 3x + 6 Subtract 3x: x − 6 = 6 Add 6: x = 12. Check: (1/3)(4 × 12 − 6) = (1/3)(42) = 14; 12 + 2 = 14 ✓

When solving multi-step equations that contain fractions, multiply every term on both sides by the LCD as Stage 1. This clears all fractions and leaves a clean integer equation for the rest of the workflow.

What Mistakes Do Students Most Often Make When Solving Multi-Step Equations?

Solving multi-step equations concentrates several error sources into one problem. The following mistakes appear again and again in student work, and each one has a straightforward fix. Recognizing these patterns before you encounter them on a test is more effective than troubleshooting them mid-exam.

1. Distributing to only the first term inside parentheses

In 4(x − 3), many students write 4x − 3 instead of 4x − 12. The multiplier must reach every single term inside the parentheses. With a negative multiplier the error multiplies: −2(x − 5) = −2x + 10, not −2x − 10. Always write out each product separately before combining.

2. Combining like terms from different sides of the equation

In 3x + 5 = 2x + 9, you cannot combine 3x and 2x at Stage 2 — that happens in Stage 3 with an inverse operation applied to both sides. Stage 2 is for simplifying each side independently. Mixing the two stages is the most common procedural error in multi-step equations.

3. Sign error when moving terms across the equals sign

Terms do not simply jump across the equals sign — you apply an inverse operation to both sides. When you subtract 2x from both sides to move it, the sign does change (2x becomes 0 on that side), but you are not 'flipping' it arbitrarily. Writing 'subtract 2x from both sides' explicitly, rather than doing it mentally, prevents teleportation errors.

4. Dividing by a negative coefficient and losing the sign

In −3x = 21, dividing both sides by −3 gives x = −7. Writing x = 7 is among the most common final-step errors. Verify immediately: −3 × (−7) = 21 ✓. If you prefer, multiply both sides by −1 first to get 3x = −21, then divide by 3. Either route gives x = −7.

5. Multiplying by the LCD but skipping the constant term on one side

When clearing fractions, every term on both sides must be multiplied by the LCD — including constants and terms that are already integers. In (x/4) + 1 = 3, multiplying only the fraction gives x + 1 = 3 (wrong). The correct result is x + 4 = 12. Missing even one term breaks the equation.

6. Skipping the substitution check

Multi-step equations involve several arithmetic moves, each a potential source of small errors. Substituting the answer into the original equation takes under thirty seconds and immediately reveals any mistake. If both sides match, every step was correct. If they do not match, the error is somewhere in your work — and finding it before submitting is far easier than discovering it in a returned assignment.

Practice Problems: Multi-Step Equations from Easy to Harder

Work through each problem before reading the solution. Solving multi-step equations becomes automatic with enough repetition, so treat these as deliberate practice rather than just answer-checking. The problems increase in complexity — earlier ones use a single pattern, later ones combine two or three features simultaneously. These are representative of the types you will find on algebra tests and standardized exams.

1. Problem 1 (Easy): 2(x + 4) = 18

Distribute: 2x + 8 = 18. Subtract 8: 2x = 10. Divide by 2: x = 5. Check: 2(5 + 4) = 2(9) = 18 ✓

2. Problem 2 (Easy): 5x − 3(x − 2) = 14

Distribute −3: 5x − 3x + 6 = 14. Combine like terms: 2x + 6 = 14. Subtract 6: 2x = 8. Divide by 2: x = 4. Check: 5(4) − 3(4 − 2) = 20 − 6 = 14 ✓

3. Problem 3 (Medium): 6x + 7 = 3x − 8

Subtract 3x from both sides: 3x + 7 = −8. Subtract 7: 3x = −15. Divide by 3: x = −5. Check: 6(−5) + 7 = −23; 3(−5) − 8 = −23 ✓

4. Problem 4 (Medium): 4(2x − 1) = 3(x + 5) + 2x

Distribute both sides: 8x − 4 = 3x + 15 + 2x = 5x + 15. Subtract 5x from both sides: 3x − 4 = 15. Add 4: 3x = 19. Divide by 3: x = 19/3. Check: Left = 4(2 × 19/3 − 1) = 4(38/3 − 3/3) = 4(35/3) = 140/3; Right = 5(19/3) + 15 = 95/3 + 45/3 = 140/3 ✓

5. Problem 5 (Medium): (x/2) − (x/5) = 9

LCD of 2 and 5 is 10. Multiply every term by 10: 5x − 2x = 90 → 3x = 90 → x = 30. Check: 30/2 − 30/5 = 15 − 6 = 9 ✓

6. Problem 6 (Harder): −3(2x + 5) = 4(x − 1) − 11

Distribute: −6x − 15 = 4x − 4 − 11 → −6x − 15 = 4x − 15. Add 6x to both sides: −15 = 10x − 15. Add 15: 0 = 10x → x = 0. Check: −3(0 + 5) = −15; 4(0 − 1) − 11 = −4 − 11 = −15 ✓

7. Problem 7 (Harder): (2x + 3)/5 = (x − 1)/2 + 1

LCD of 5 and 2 is 10. Multiply every term by 10: 10 × (2x + 3)/5 = 10 × (x − 1)/2 + 10 × 1 2(2x + 3) = 5(x − 1) + 10 4x + 6 = 5x − 5 + 10 = 5x + 5 Subtract 4x: 6 = x + 5 → x = 1. Check: (2 + 3)/5 = 1 and (1 − 1)/2 + 1 = 0 + 1 = 1 ✓

Frequently Asked Questions About Solving Multi-Step Equations

These questions come up most often when students are working through solving multi-step equations for the first time or preparing for an exam. The answers are designed to address the underlying confusion, not just the surface question.

1. What is the first thing I should do when I see a multi-step equation?

Look for parentheses. If any are present, distributing them is always Stage 1 — you cannot combine terms or isolate x while parentheses remain. If there are no parentheses, look for like terms on the same side that can be combined before anything else. If the equation is already in simplified form on each side, move directly to collecting variable terms on one side.

2. Does the order of steps really matter?

Yes. The most reliable order is: distribute → combine like terms on each side → collect variable terms on one side → collect constants on the other → divide by the coefficient. Deviating from this order does not always cause errors, but it consistently produces unnecessary fraction arithmetic in the middle of the solution, which introduces more opportunities for mistakes. Follow the sequence every time until it is automatic.

3. What does it mean if my equation has no variable left after I collect like terms?

It means the variable terms cancelled each other. If the remaining statement is true (like 7 = 7 or 0 = 0), the equation has infinitely many solutions — every real number works. If the remaining statement is false (like 4 = −1 or 0 = 5), the equation has no solution. Write 'no solution' or 'all real numbers' as your answer respectively. Both are valid algebraic outcomes, not errors in your work.

4. How do I know which side to move variable terms to?

Move the variable term with the smaller coefficient. If you have 8x on the left and 3x on the right, subtract 3x from both sides. This keeps the coefficient on the remaining x-term positive (8x − 3x = 5x), which prevents an extra sign-flip when dividing. You can move either term to either side and reach the same answer — choosing the smaller coefficient just reduces the chance of a sign error.

5. Is it always better to clear fractions first?

Clearing fractions with the LCD is usually faster when there are two or more fractions in the equation. If there is only one simple fraction (like (1/3)x = 5), multiplying by the reciprocal directly may be quicker. For multi-step equations with fractions on both sides or with fractional constants, clearing the LCD as Stage 1 converts the problem to a clean integer equation and is almost always the better approach.

6. Can multi-step equations have fractional or negative answers?

Absolutely. A fraction like x = 5/3 or a negative like x = −8 is a perfectly valid solution. Always verify by substituting into the original equation. If the substitution produces equal values on both sides, the answer is correct regardless of whether it is a whole number, fraction, or negative. Avoid the assumption that algebra answers must be positive integers — they rarely are once equations become multi-step.

Need More Practice Solving Multi-Step Equations?

Working through problems on your own is the most effective way to build speed and accuracy with multi-step equations. If you get stuck on a specific step or want to verify your reasoning, Solvify AI can walk through any equation with you — showing every distribution, combination, and isolation step in sequence, not just the final answer. It also lets you ask follow-up questions about any specific step that is unclear. Use it to check your work or to work through problem types that are still giving you trouble.

Tags:
guidealgebraequations

Get Homework Help Now

Join millions of students using our AI math solver for homework help. Get instant solutions to math problems, step-by-step explanations, and 24/7 homework assistance.

Available for iOS and Android devices