Every linear equation, no matter how cluttered it looks at first, reduces to the same handful of moves: distribute, combine like terms, gather the variable on one side, and divide. This lesson walks through each move on its own, then combines them in worked examples that look like the equations you’ll actually be asked to solve.
If you worked through Solutions and Solution Sets, you already know what a solution is and how to check one. This lesson is about the technique for finding it — the fastest, most reliable order to do the algebra in, and where each of the classic clutter sources (parentheses, variables on both sides, fractions, decimals) fits into that order.
What Makes an Equation Linear?
A linear equation in one variable is any equation that can be written in the form \(ax + b = 0\) (or rearranged into it), where \(a\) and \(b\) are constants and \(a \neq 0\). The defining feature is that the variable appears only to the first power — no \(x^{2}\), no \(\sqrt{x}\), no \(x\) in a denominator.
$$ 3x - 5 = 16 \qquad 2(x+1) = 5x - 3 \qquad \frac{x}{4} + 1 = \frac{x-2}{3} $$
All three equations above are linear, even though they don’t all look like \(ax+b=0\) yet — parentheses, extra variable terms, and fractions all disappear during solving, leaving exactly one value of \(x\) (or, less often, no solution or every real number, as Solutions and Solution Sets covers).
The Standard Method: Isolate the Variable
Every linear equation yields to the same four-step order, applied as many times as the equation needs:
- Simplify each side separately. Distribute through any parentheses, then combine like terms on the left and on the right.
- Move all variable terms to one side. Add or subtract a variable term from both sides until it appears only once.
- Move all constant terms to the other side. Add or subtract a constant from both sides.
- Divide by the coefficient of the variable. Whatever number is multiplying the variable, divide both sides by it.
$$ 3x - 5 = 16 \;\Longrightarrow\; 3x = 21 \;\Longrightarrow\; x = 7 $$
Steps 1 and 2 don’t always apply — a simple equation like the one above skips straight to steps 3 and 4 — but every more complicated equation in this lesson is this same four-step order with one or two extra moves stacked in front of it.
Solving Equations with the Distributive Property
Parentheses have to be cleared before like terms can be combined. Distribute the factor outside the parentheses across every term inside, watching the sign carefully when that factor is negative.
$$ 4(x+3) - 2 = 18 \;\Longrightarrow\; 4x + 12 - 2 = 18 \;\Longrightarrow\; 4x + 10 = 18 $$
$$ -2(x - 5) = -2x + 10, \text{ not } -2x - 10 \quad \text{(the minus sign flips the sign of every term inside)} $$
Once the parentheses are gone, combine any like terms left on that same side before moving to the next step — \(12\) and \(-2\) above combined to \(10\) before anything crossed the equals sign.
Solving Equations with Variables on Both Sides
When the variable shows up on both sides, pick a side (either one) and move all of the variable terms there in a single step, then finish with the usual method.
$$ 5x - 3 = 2x + 12 \;\Longrightarrow\; 5x - 2x - 3 = 12 \;\Longrightarrow\; 3x - 3 = 12 \;\Longrightarrow\; 3x = 15 \;\Longrightarrow\; x = 5 $$
It genuinely does not matter whether the variable terms end up on the left or the right — moving them to the side with the larger coefficient just avoids ending up with a negative coefficient to divide by, which is a convenience, not a requirement.
Clearing Fractions: Multiplying by the LCD
An equation with fractional coefficients is solved fastest by clearing every denominator in one move: multiply both entire sides of the equation by the least common denominator (LCD) of every fraction present.
$$ \frac{x}{4} + \frac{1}{2} = \frac{x-2}{3} $$
The denominators are \(4\), \(2\), and \(3\); their LCD is \(12\). Multiply every term by \(12\):
$$ 12 \cdot \frac{x}{4} + 12 \cdot \frac{1}{2} = 12 \cdot \frac{x-2}{3} \;\Longrightarrow\; 3x + 6 = 4(x-2) $$
The equation is now entirely free of fractions, and the rest is the ordinary distribute-and-isolate method from the sections above.
Clearing Decimals
Decimal coefficients clear the same way fractions do: multiply every term by the smallest power of \(10\) that turns every decimal into a whole number.
$$ 0.25x + 1.5 = 3 \;\Longrightarrow\; (\text{multiply every term by } 100) \;\Longrightarrow\; 25x + 150 = 300 $$
Count the digits after the decimal point in the most precise number in the equation — two digits here (\(0.25\)) — and multiply by \(10\) raised to that count (\(10^{2}=100\)) to clear every decimal at once, not just the longest one.
Revisiting Identities and Contradictions
Occasionally, applying this method makes the variable cancel out entirely, leaving a plain numeric statement. Solutions and Solution Sets covers this case in full; the short version is that a true remaining statement (like \(6=6\)) makes the equation an identity with solution set \(\mathbb{R}\), and a false one (like \(5=9\)) makes it a contradiction with solution set \(\varnothing\). Both are complete, correct answers — neither means you made a mistake.
Worked Example A: A Multi-Step Equation with Distribution
Solve \(3(2x-1) + 4 = 2(x+5)\).
Step 1 — distribute on both sides:
$$ 6x - 3 + 4 = 2x + 10 $$
Step 2 — combine like terms on the left:
$$ 6x + 1 = 2x + 10 $$
Step 3 — move the variable terms to the left and the constants to the right:
$$ 6x - 2x = 10 - 1 \;\Longrightarrow\; 4x = 9 $$
Step 4 — divide by the coefficient:
$$ x = \frac{9}{4} $$
Answer: \(x = \dfrac{9}{4}\)
Worked Example B: Variables on Both Sides
Solve \(7x - 4 = 3x + 20\).
Step 1 — move the variable terms to the left:
$$ 7x - 3x - 4 = 20 \;\Longrightarrow\; 4x - 4 = 20 $$
Step 2 — move the constant to the right:
$$ 4x = 24 $$
Step 3 — divide by the coefficient:
$$ x = 6 $$
Answer: \(x = 6\)
Worked Example C: An Equation with Fractions
Solve \(\dfrac{2x}{3} - 1 = \dfrac{x}{6} + 2\).
Step 1 — find the LCD of the denominators \(3\) and \(6\); it is \(6\). Multiply every term by \(6\):
$$ 6 \cdot \frac{2x}{3} - 6 \cdot 1 = 6 \cdot \frac{x}{6} + 6 \cdot 2 \;\Longrightarrow\; 4x - 6 = x + 12 $$
Step 2 — move the variable terms to the left and the constants to the right:
$$ 4x - x = 12 + 6 \;\Longrightarrow\; 3x = 18 $$
Step 3 — divide by the coefficient:
$$ x = 6 $$
Answer: \(x = 6\). Notice the fractions are gone by step 2 — every step after clearing the LCD is ordinary integer arithmetic.
Worked Example D: An Equation with Decimals
Solve \(0.4x + 0.9 = 0.2x + 1.5\).
Step 1 — multiply every term by \(10\) to clear one decimal place:
$$ 4x + 9 = 2x + 15 $$
Step 2 — move the variable terms to the left and the constants to the right:
$$ 4x - 2x = 15 - 9 \;\Longrightarrow\; 2x = 6 $$
Step 3 — divide by the coefficient:
$$ x = 3 $$
Answer: \(x = 3\)
Common Mistakes to Avoid
- Distributing to only the first term inside parentheses. \(4(x+3) = 4x + 12\), not \(4x + 3\) — every term inside gets multiplied.
- Forgetting to distribute a negative sign to every term. \(-2(x-5) = -2x + 10\); the sign flips on both terms, not just the first one.
- Moving a term without changing its sign. Moving a term across the equals sign is really subtracting it from both sides, which always flips its sign: \(5x - 3 = 2x + 12\) becomes \(5x - 2x = 12 + 3\), not \(5x - 2x = 12 - 3\).
- Multiplying only one term by the LCD. Every single term on both sides needs the same multiplier, including any term that wasn’t a fraction to begin with.
- Combining terms that aren’t like terms. \(6x + 1\) cannot be combined further; \(6x\) and \(1\) are not like terms, even though they’re right next to each other.
- Stopping before the variable is fully isolated. \(4x = 9\) is not a final answer; the coefficient \(4\) still needs to be divided out.
- Dividing only part of one side by the coefficient. Every term on both sides of the equation gets divided, not just the variable term.
Where This Shows Up Later
- Applications of Linear Equations. Every word problem in that lesson ends with exactly the equation-solving techniques from this one — the new skill there is translating words into an equation, not solving it.
- Equations with More Than One Variable. Solving a formula for a specified letter uses this same isolate-the-variable method, treating every other letter as if it were a constant.
- Linear inequalities. Nearly identical technique, with one added rule: dividing or multiplying by a negative number flips the inequality symbol.
- Systems of linear equations. Solving a system by substitution or elimination reduces, at some point, to solving exactly one linear equation like the ones in this lesson.
- Quadratic and rational equations. Both eventually reduce to a linear equation (or two) as their very last step, once the higher-degree or fractional part has been handled.
Practice Problems
Work each problem yourself before opening the answer.
Problem 1. Solve \(2(x+4) = 18\).
Show answer
Step 1 — distribute:
$$ 2x + 8 = 18 $$
Step 2 — subtract \(8\) from both sides:
$$ 2x = 10 $$
Step 3 — divide by \(2\):
$$ x = 5 $$
Answer: \(x = 5\)
Problem 2. Solve \(5x - 7 = 3x + 9\).
Show answer
Step 1 — move the variable terms to the left:
$$ 5x - 3x - 7 = 9 \;\Longrightarrow\; 2x - 7 = 9 $$
Step 2 — add \(7\) to both sides:
$$ 2x = 16 $$
Step 3 — divide by \(2\):
$$ x = 8 $$
Answer: \(x = 8\)
Problem 3. Solve \(4(x-2) + 3 = 2x + 9\).
Show answer
Step 1 — distribute and combine like terms on the left:
$$ 4x - 8 + 3 = 2x + 9 \;\Longrightarrow\; 4x - 5 = 2x + 9 $$
Step 2 — move the variable terms to the left and the constants to the right:
$$ 4x - 2x = 9 + 5 \;\Longrightarrow\; 2x = 14 $$
Step 3 — divide by \(2\):
$$ x = 7 $$
Answer: \(x = 7\)
Problem 4. Solve \(\dfrac{x}{3} + 2 = \dfrac{x}{2} - 1\).
Show answer
Step 1 — the LCD of \(3\) and \(2\) is \(6\). Multiply every term by \(6\):
$$ 6 \cdot \frac{x}{3} + 6 \cdot 2 = 6 \cdot \frac{x}{2} - 6 \cdot 1 \;\Longrightarrow\; 2x + 12 = 3x - 6 $$
Step 2 — move the variable terms to the right and the constants to the left:
$$ 12 + 6 = 3x - 2x \;\Longrightarrow\; 18 = x $$
Answer: \(x = 18\)
Problem 5. Solve \(0.3x + 1.2 = 0.5x - 0.6\).
Show answer
Step 1 — multiply every term by \(10\) to clear the decimals:
$$ 3x + 12 = 5x - 6 $$
Step 2 — move the variable terms to the right and the constants to the left:
$$ 12 + 6 = 5x - 3x \;\Longrightarrow\; 18 = 2x $$
Step 3 — divide by \(2\):
$$ x = 9 $$
Answer: \(x = 9\)
Problem 6. Solve \(3(x+1) - 5 = 2(x-4)\).
Show answer
Step 1 — distribute and combine like terms on the left:
$$ 3x + 3 - 5 = 2x - 8 \;\Longrightarrow\; 3x - 2 = 2x - 8 $$
Step 2 — move the variable terms to the left and the constants to the right:
$$ 3x - 2x = -8 + 2 \;\Longrightarrow\; x = -6 $$
Answer: \(x = -6\)
Problem 7. Solve \(\dfrac{2x-1}{3} = \dfrac{x+2}{4}\).
Show answer
Step 1 — the LCD of \(3\) and \(4\) is \(12\). Multiply every term by \(12\):
$$ 12 \cdot \frac{2x-1}{3} = 12 \cdot \frac{x+2}{4} \;\Longrightarrow\; 4(2x-1) = 3(x+2) $$
Step 2 — distribute both sides:
$$ 8x - 4 = 3x + 6 $$
Step 3 — move the variable terms to the left and the constants to the right:
$$ 8x - 3x = 6 + 4 \;\Longrightarrow\; 5x = 10 $$
Step 4 — divide by \(5\):
$$ x = 2 $$
Answer: \(x = 2\)
Problem 8. Solve \(5 - 2(x-3) = 3x + 1\).
Show answer
Step 1 — distribute (watch the sign in front of the parentheses):
$$ 5 - 2x + 6 = 3x + 1 \;\Longrightarrow\; 11 - 2x = 3x + 1 $$
Step 2 — move the variable terms to the right and the constants to the left:
$$ 11 - 1 = 3x + 2x \;\Longrightarrow\; 10 = 5x $$
Step 3 — divide by \(5\):
$$ x = 2 $$
Answer: \(x = 2\)
Problem 9. Solve \(0.25x + 3 = 0.75x - 5\).
Show answer
Step 1 — multiply every term by \(100\) to clear the decimals:
$$ 25x + 300 = 75x - 500 $$
Step 2 — move the variable terms to the right and the constants to the left:
$$ 300 + 500 = 75x - 25x \;\Longrightarrow\; 800 = 50x $$
Step 3 — divide by \(50\):
$$ x = 16 $$
Answer: \(x = 16\)
Problem 10. Solve \(2(x+3) - 4 = 2x + 2\).
Show answer
Step 1 — distribute and combine like terms on the left:
$$ 2x + 6 - 4 = 2x + 2 \;\Longrightarrow\; 2x + 2 = 2x + 2 $$
Step 2 — try to isolate \(x\):
$$ 2x - 2x = 2 - 2 \;\Longrightarrow\; 0 = 0 $$
The variable cancelled completely and left a true statement.
Answer: an identity — solution set \(\mathbb{R}\), every real number is a solution.
Quick Reference
| Situation | What to do |
|---|---|
| Parentheses present | Distribute across every term inside first, watching the sign |
| Variable on both sides | Move all variable terms to one side in a single step |
| Fractions present | Multiply every term by the LCD of all the denominators |
| Decimals present | Multiply every term by the power of \(10\) matching the most decimal places |
| After simplifying, variable cancels to a true statement | Identity — solution set \(\mathbb{R}\) |
| After simplifying, variable cancels to a false statement | Contradiction — solution set \(\varnothing\) |
| Final step, always | Divide both entire sides by the coefficient of the variable |
Once these moves feel automatic, Applications of Linear Equations puts them to work translating word problems into equations, and Equations with More Than One Variable applies the exact same method to formulas with several letters. Revisit Solutions and Solution Sets any time a solution set needs to be written formally, or browse the rest of the Algebra lessons as new ones publish.