James's Math Hub
Algebra & Geometry

Lesson 4 / 5 · 9 min read

Inequalities

Solve, write in interval notation, and remember when to flip the sign.

What's different from equations?

Solving inequalities is almost identical to solving equations, with one critical exception: if you multiply or divide both sides by a negative number, flip the inequality sign.

Example. Solve 3x+4>13-3x + 4 > 13.

  1. Subtract 4: 3x>9-3x > 9
  2. Divide by 3-3 — and flip the sign: x<3x < -3

Solution: any xx less than 3-3.

Interval notation

SetIntervalMeaning
x>2x > 2(2,)(2, \infty)open at 2; everything bigger
x2x \geq 2[2,)[2, \infty)closed at 2 (2 is included)
1x<4-1 \leq x < 4[1,4)[-1, 4)closed at 1-1, open at 44
x<0x < 0 or x>5x > 5(,0)(5,)(-\infty, 0) \cup (5, \infty)union of two intervals

Round brackets ()(\,) are open — the endpoint is not included. Square brackets [][\,] are closed — endpoint is included. Infinity is always open.

Graphing on a number line

  • Open dot for << or >> (endpoint not included).
  • Closed dot for \leq or \geq (endpoint included).
  • Shade in the direction the solution extends.

Compound inequalities

"And" (intersection). 2<x72 < x \leq 7 means x>2x > 2 AND x7x \leq 7. Interval: (2,7](2, 7].

"Or" (union). x<1x < -1 or x3x \geq 3. Interval: (,1)[3,)(-\infty, -1) \cup [3, \infty).

Another worked example

Solve 52x115 - 2x \leq 11.

  1. Subtract 5: 2x6-2x \leq 6
  2. Divide by 2-2 and flip: x3x \geq -3

Solution: [3,)[-3, \infty).

Key takeaways

  • Solve like an equation, but flip the sign when multiplying or dividing by a negative.
  • (( open, [[ closed, \infty always open.
  • Open dot = strict inequality; closed dot = endpoint included.