Multi-Step Linear Equations
Multi-Step Linear Equations are equations that take more than one step to solve. You may need to distribute, combine like terms, and then use inverse operations to get the variable by itself.
In this lesson, you will learn how to solve these equations in a clear, organized way. You will also learn how to check your answer to make sure it is correct.
A linear equation is an equation where the variable has an exponent of 1, such as \(x\) or \(3y\). A multi-step linear equation might look like this:
$$3(x+4)-2x=11$$
This equation cannot be solved in just one step. You must work through several steps in the correct order.
Main idea: Your goal is always to get the variable alone on one side of the equation.
Here is a helpful step-by-step process:
- Distribute if there are parentheses.
- Combine like terms on each side if possible.
- Move variable terms to one side.
- Move constants to the other side.
- Solve for the variable.
- Check your answer by substituting it back into the original equation.
Let’s review two important skills used in these problems.
1. Distributive Property
When a number is outside parentheses, multiply it by every term inside.
For example:
$$2(x+5)=2x+10$$
$$-3(y-4)=-3y+12$$
Be careful with negative signs. A negative multiplied by a negative becomes positive.
2. Combining Like Terms
Like terms have the same variable part. For example, \(3x\) and \(-5x\) are like terms, but \(3x\) and \(3y\) are not.
Examples:
$$4x+2x=6x$$
$$7-3=4$$
$$5x+2-3x+6=2x+8$$
Now let’s solve some equations step by step.
Worked Example 1: Combine like terms first
Solve:
$$3x+5+2x=20$$
Step 1: Combine like terms on the left side.
$$5x+5=20$$
Step 2: Subtract 5 from both sides.
$$5x=15$$
Step 3: Divide both sides by 5.
$$x=3$$
Check: Substitute \(x=3\) into the original equation.
$$3(3)+5+2(3)=9+5+6=20$$
The solution is correct.
Worked Example 2: Use the distributive property
Solve:
$$4(x+2)=20$$
Step 1: Distribute the 4.
$$4x+8=20$$
Step 2: Subtract 8 from both sides.
$$4x=12$$
Step 3: Divide both sides by 4.
$$x=3$$
Check:
$$4(3+2)=4(5)=20$$
The solution is correct.
Worked Example 3: Distribute and combine like terms
Solve:
$$2(x+3)+4x=18$$
Step 1: Distribute the 2.
$$2x+6+4x=18$$
Step 2: Combine like terms.
$$6x+6=18$$
Step 3: Subtract 6 from both sides.
$$6x=12$$
Step 4: Divide both sides by 6.
$$x=2$$
Check:
$$2(2+3)+4(2)=2(5)+8=10+8=18$$
The solution is correct.
Worked Example 4: Variables on both sides
Solve:
$$5x+7=2x+19$$
Step 1: Move variable terms to one side. Subtract \(2x\) from both sides.
$$3x+7=19$$
Step 2: Move constants to the other side. Subtract 7 from both sides.
$$3x=12$$
Step 3: Divide both sides by 3.
$$x=4$$
Check:
Left side: \(5(4)+7=20+7=27\)
Right side: \(2(4)+19=8+19=27\)
Both sides are equal, so the solution is correct.
What if there are parentheses and variables on both sides?
You follow the same process: distribute, combine like terms, move variable terms, move constants, and solve.
For example:
$$3(x+2)+x=18$$
Distribute:
$$3x+6+x=18$$
Combine like terms:
$$4x+6=18$$
Subtract 6:
$$4x=12$$
Divide by 4:
$$x=3$$
Common mistakes to avoid
- Forgetting to distribute to every term inside parentheses.
- Making sign mistakes, especially with negative numbers.
- Combining unlike terms, such as adding \(3x\) and \(4\).
- Doing different operations on each side of the equation. Whatever you do to one side, do to the other side.
- Not checking your answer in the original equation.
Helpful tips
- Write each step on a new line so your work stays organized.
- If there are parentheses, distribute first.
- If you can combine like terms, do that before solving.
- Try to keep the variable on the left side, although either side works.
- Always check by substitution at the end.
Practice thinking
When you look at a multi-step equation, ask yourself:
- Are there parentheses to distribute?
- Are there like terms to combine?
- Are there variable terms on both sides?
- What should I undo first to isolate the variable?
Summary
To solve a multi-step linear equation, work in a clear order: distribute, combine like terms, move variable terms, move constants, and solve. The goal is to get the variable alone. If you stay organized and check your answer, you can solve even more complicated equations with confidence.
Put what you read to the test
You've worked through Multi-Step Linear Equations. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.