Chapter 6: Equations & Inequalities

Pre-Algebra • Middle School • MathHub Global • Updated February 2026

An equation is a mathematical statement that two expressions are equal. Solving an equation means finding the value(s) of the variable that make the statement true. In this chapter we build from simple one-step equations all the way to equations with variables on both sides, and then extend these ideas to inequalities — statements about which values are larger or smaller than a given quantity.

6.1 Equations and Solutions

Definition — Equation

An equation is a statement of the form $\text{expression}_1 = \text{expression}_2$. A solution is a value of the variable that makes the equation true.

Example: In $x + 3 = 10$, the solution is $x = 7$ because $7 + 3 = 10$. ✓

Properties of Equality (The Golden Rule of Equations)

Whatever you do to one side of an equation, you must do the same to the other side.

6.2 One-Step Equations

A one-step equation requires exactly one operation to isolate the variable. You "undo" the operation by applying its inverse.

TypeExampleInverse OperationSolution
Addition$x + 9 = 15$Subtract 9$x = 6$
Subtraction$y - 4 = 11$Add 4$y = 15$
Multiplication$3n = 21$Divide by 3$n = 7$
Division$\dfrac{m}{5} = 8$Multiply by 5$m = 40$

Example 1 — One-Step with Fractions

Solve $\dfrac{3}{4}x = 9$.

Solution: Multiply both sides by the reciprocal $\dfrac{4}{3}$.

$$\frac{4}{3} \cdot \frac{3}{4}x = 9 \cdot \frac{4}{3} \implies x = 12$$

Check: $\dfrac{3}{4}(12) = 9$ ✓

6.3 Two-Step Equations

Two-step equations require two inverse operations. The standard strategy is to undo addition or subtraction first, then undo multiplication or division.

Strategy for Two-Step Equations

  1. Add or subtract a constant from both sides to move the constant term to the right.
  2. Multiply or divide both sides to isolate the variable.
  3. Always check your answer by substituting back.

Example 2 — Two-Step Equation

Solve $3x - 7 = 14$.

Step 1: Add 7 to both sides.   $3x = 21$
Step 2: Divide both sides by 3.   $x = 7$

Check: $3(7) - 7 = 21 - 7 = 14$ ✓

Example 3 — Negative Coefficient

Solve $-4y + 5 = -11$.

Step 1: Subtract 5 from both sides.   $-4y = -16$
Step 2: Divide both sides by $-4$.   $y = 4$

Check: $-4(4) + 5 = -16 + 5 = -11$ ✓

6.4 Multi-Step Equations

Multi-step equations may require distributing, combining like terms, and then solving. Always simplify each side completely before moving terms across the equals sign.

Example 4 — Distribute Then Solve

Solve $2(3x - 1) + 4 = 20$.

Step 1: Distribute.   $6x - 2 + 4 = 20$
Step 2: Combine like terms.   $6x + 2 = 20$
Step 3: Subtract 2.   $6x = 18$
Step 4: Divide by 6.   $x = 3$

Check: $2(9-1)+4 = 16+4 = 20$ ✓

6.5 Variables on Both Sides

When variables appear on both sides, collect all variable terms on one side and all constant terms on the other.

Example 5 — Variables on Both Sides

Solve $5x + 3 = 2x + 18$.

Step 1: Subtract $2x$ from both sides.   $3x + 3 = 18$
Step 2: Subtract 3 from both sides.   $3x = 15$
Step 3: Divide by 3.   $x = 5$

Check: $5(5)+3 = 28$;   $2(5)+18 = 28$ ✓

Special Cases

6.6 Introduction to Inequalities

Inequality Symbols

SymbolMeaningExample
$<$less than$x < 4$
$>$greater than$y > -2$
$\leq$less than or equal to$n \leq 10$
$\geq$greater than or equal to$m \geq 0$

An inequality has infinitely many solutions — a whole range of numbers. We graph this range on a number line using:

Graphing on the Number Line

Use the interactive Desmos tool below to explore inequality graphs:

Examples of number-line representations:

x < 3 : ←————————○——————————
x ≥ -1 : ————————●———————————→

6.7 Solving One-Step and Two-Step Inequalities

Inequalities are solved just like equations, with one critical exception:

The Flip Rule

When you multiply or divide both sides of an inequality by a negative number, you must reverse the inequality symbol.

$$-2x < 8 \implies x > -4 \quad \text{(divided by } -2\text{, flipped } < \text{ to } >\text{)}$$

Example 6 — One-Step Inequality

Solve and graph $x + 5 \leq 9$.

Subtract 5 from both sides:   $x \leq 4$

Graph: Closed circle at 4, arrow pointing left.

Solution set: All real numbers less than or equal to 4; interval notation: $(-\infty, 4]$.

Example 7 — Two-Step Inequality with Flip

Solve $-3n + 6 > 15$.

Step 1: Subtract 6 from both sides.   $-3n > 9$
Step 2: Divide by $-3$ and flip the symbol.   $n < -3$

Graph: Open circle at $-3$, arrow pointing left.

Check with $n = -4$: $-3(-4)+6 = 18 > 15$ ✓

Practice Problems

Practice — Chapter 6

  1. Solve: $x - 13 = -5$.
  2. Solve: $\dfrac{x}{-4} = 6$.
  3. Solve: $5y + 2 = 27$.
  4. Solve: $4(2x - 3) = 20$.
  5. Solve: $7k - 4 = 3k + 12$.
  6. Determine whether $x = -2$ is a solution of $3x + 11 = 5$.
  7. Solve and graph: $2x - 1 > 7$.
  8. Solve: $-5m + 4 \leq 19$. State the solution set using interval notation.
  9. A ticket costs $\$12$ and you have at most $\$60$. Write and solve an inequality for the number of tickets $t$ you can buy.
Show Answers
  1. $x = 8$
  2. $x = -24$
  3. $y = 5$
  4. $8x - 12 = 20 \Rightarrow 8x = 32 \Rightarrow x = 4$
  5. $4k = 16 \Rightarrow k = 4$
  6. $3(-2)+11 = 5$ ✓ Yes, $x=-2$ is a solution.
  7. $2x > 8 \Rightarrow x > 4$; open circle at 4, arrow right.
  8. $-5m \leq 15 \Rightarrow m \geq -3$; interval: $[-3, \infty)$.
  9. $12t \leq 60 \Rightarrow t \leq 5$; at most 5 tickets.

Chapter Summary

← Chapter 5: Variables, Expressions & Properties Chapter 7: Geometry — Area, Perimeter & Volume →