4.3 Solving and Graphing Linear Inequalities

Key Takeaways

  • Inequality symbols establish order relationships: $<$ (less than), $>$ (greater than), $\le$ (less than or equal to / at most), and $\ge$ (greater than or equal to / at least).
  • Graphing on a 1D number line uses open circles for strict inequalities ($<, >$) to exclude boundary values, and solid circles for inclusive inequalities ($\le, \ge$) to include boundary values.
  • Interval notation uses parentheses $(, )$ for unbounded or excluded endpoints and square brackets $[, ]$ for included endpoints; infinity ($-\infty, +\infty$) always takes a parenthesis.
  • The fundamental rule of inequality manipulation: multiplying or dividing both sides by a negative number reverses the direction of the inequality symbol ($a < b \iff -a > -b$).
  • Compound inequalities combine two conditions: 'AND' inequalities represent overlapping intersections ($a < x < b$), while 'OR' inequalities represent disjoint unions ($x < a \text{ or } x > b$).
Last updated: September 2026

Inequality Symbols, Number Line Graphing, and Interval Notation

A linear inequality expresses a relationship of inequality between algebraic expressions. Unlike equations, which typically have a single discrete solution, linear inequalities possess continuous solution sets containing infinitely many real numbers.

Inequality Symbols and Verbal Translations

SymbolMeaningKey English PhrasingsGraphical Boundary Point
$<$Less than"is strictly fewer than", "is below", "is under"Open Circle (excluded)
$>$Greater than"is strictly more than", "exceeds", "is above"Open Circle (excluded)
$\le$Less than or equal to"is at most", "maximum of", "does not exceed", "no more than"Closed / Solid Circle (included)
$\ge$Greater than or equal to"is at least", "minimum of", "no less than", "bottom threshold"Closed / Solid Circle (included)

Graphing on a One-Dimensional Number Line

To graph a single-variable inequality along the real number line:

  1. Plot the Endpoint (Boundary): Draw an open circle if the inequality is strict ($<, >$) or a solid filled circle if the inequality is inclusive ($\le, \ge$).
  2. Shade the Solution Region:
    • If the variable is on the left and the symbol points left ($x < k$ or $x \le k$), shade to the left (toward $-\infty$).
    • If the variable is on the left and the symbol points right ($x > k$ or $x \ge k$), shade to the right (toward $+\infty$).
                    Number Line Graphing Conventions
                    
   Strict Inequality:  x > 2 (Open Circle at 2, shaded right)
   <───┼───┼───┼───┼───┼───○════════════════════════════════════════════════►
      -2  -1   0   1   2   3   4   5
                          (2, ∞)
                          
   Inclusive Inequality: x ≤ -1 (Closed Circle at -1, shaded left)
   ◄═══════════════════●───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───>
      -4  -3  -2  -1   0   1   2   3   4   5
       (-∞, -1]

Interval Notation Conventions

Interval notation provides a standardized format for writing solution sets using boundary pairs:

  • Parentheses $(, )$: Indicate open (excluded) endpoints, strict inequalities ($<, >$), and infinity ($-\infty, +\infty$).
  • Brackets $[, ]$: Indicate closed (included) endpoints and inclusive inequalities ($\le, \ge$).
Inequality FormGraph DescriptionInterval Notation
$x > 4$Open circle at $4$, shaded right$(4, \infty)$
$x \ge -2$Solid circle at $-2$, shaded right$[-2, \infty)$
$x < 7$Open circle at $7$, shaded left$(-\infty, 7)$
$x \le 0$Solid circle at $0$, shaded left$(-\infty, 0]$
$-3 < x \le 5$Open circle at $-3$, solid circle at $5$, shaded between$(-3, 5]$

Solving Linear Inequalities and the Sign Reversal Rule

Solving linear inequalities follows the exact same procedures as solving linear equations (distribute, combine terms, isolate variables), with one critical exception.

The Negative Multiplication/Division Rule

The Cardinal Rule of Inequalities: Whenever you multiply or divide both sides of an inequality by a negative number, you MUST reverse (flip) the inequality symbol.

If a<b and c<0,then ac>bcandac>bc\text{If } a < b \text{ and } c < 0, \quad \text{then } a \cdot c > b \cdot c \quad \text{and} \quad \frac{a}{c} > \frac{b}{c}

Why the Sign Flips: Geometric Demonstration

Consider the true numerical inequality $2 < 5$:

  • On the positive side of the number line, $2$ is to the left of $5$ ($2 < 5$).
  • Multiply both sides by $-1$: 2(1)and5(1)    2and52(-1) \quad \text{and} \quad 5(-1) \implies -2 \quad \text{and} \quad -5
  • On the negative side of the number line, $-2$ is to the right of $-5$, meaning $-2 > -5$.
  • If you did not reverse the sign, you would get the false assertion $-2 < -5$.
   Original:               2 < 5  (2 is to the left of 5)
   <───┼───┼───┼───┼───┼───┼───┼───●───┼───┼───●───┼───┼───┼───>
      -5  -4  -3  -2  -1   0   1   2   3   4   5
                                   ▲           ▲
                                   │           │
   Multiply by -1:                 ▼           ▼
   <───●───┼───┼───●───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───>
      -5  -4  -3  -2  -1   0   1   2   3   4   5
      
   Negated:               -5 < -2   or   -2 > -5  (Order Inverted!)

Common Inequality Pitfalls to Avoid

  1. Do NOT flip the sign when adding or subtracting a negative number: In $x - 5 > 2$, adding $+5$ gives $x > 7$. The sign does not flip.
  2. Do NOT flip the sign when dividing a negative numerator by a positive denominator: In $4x < -20$, dividing by $+4$ gives $x < -5$. The sign remains unchanged because the divisor ($+4$) was positive.
  3. DO flip the sign when dividing by a negative coefficient: In $-4x < 20$, dividing by $-4$ yields $x > -5$.

Compound Inequalities: Conjunctions (AND) vs. Disjunctions (OR)

A compound inequality combines two distinct inequality statements using either the logical connector AND or OR.

1. Conjunctions ("AND" / Double Inequalities)

A conjunction requires that the variable satisfies both conditions simultaneously. It represents the intersection ($\cap$) of two solution sets. Conjunctions are frequently written in condensed three-part form:

a<x<b    x>aandx<ba < x < b \iff x > a \quad \text{and} \quad x < b

  • Graph: A bounded line segment connecting two endpoints.
  • Solving 3-Part Inequalities: Perform identical inverse operations on all three parts simultaneously.

Worked Example: Solving a 3-Part Conjunction

Solve: 83x+4<19\text{Solve: } -8 \le 3x + 4 < 19

  1. Subtract 4 from all three regions: 843x<194-8 - 4 \le 3x < 19 - 4 123x<15-12 \le 3x < 15
  2. Divide all three regions by $+3$: 1233x3<153\frac{-12}{3} \le \frac{3x}{3} < \frac{15}{3} 4x<5-4 \le x < 5
  3. Interval Notation: $[-4, 5)$

2. Disjunctions ("OR")

A disjunction requires that the variable satisfies at least one of the conditions. It represents the union ($\cup$) of two solution sets:

x<aorxbx < a \quad \text{or} \quad x \ge b

  • Graph: Two separate rays pointing outward in opposite directions away from each other.
  • Solving Disjunctions: Solve each inequality branch completely independently.

Worked Example: Solving a Disjunction

Solve: 52x13or4x7>9\text{Solve: } 5 - 2x \ge 13 \quad \text{or} \quad 4x - 7 > 9

  1. Solve Left Branch ($5 - 2x \ge 13$): 2x135    2x8-2x \ge 13 - 5 \implies -2x \ge 8 x82    x4(Sign reversed!)x \le \frac{8}{-2} \implies x \le -4 \quad (\text{Sign reversed!})
  2. Solve Right Branch ($4x - 7 > 9$): 4x>9+7    4x>164x > 9 + 7 \implies 4x > 16 x>164    x>4x > \frac{16}{4} \implies x > 4
  3. Combined Solution: $x \le -4 \text{ or } x > 4$
  4. Interval Notation: $(-\infty, -4] \cup (4, \infty)$

Step-by-Step Worked Inequality Examples

Example 1: Multi-Step Inequality with Distribution and Negative Division

Problem: Solve the inequality and state the solution set in interval notation:

3(2x5)+84(x+7)5-3(2x - 5) + 8 \le 4(x + 7) - 5

Solution:

  1. Distribute across parentheses: 6x+15+84x+285-6x + 15 + 8 \le 4x + 28 - 5
  2. Combine like terms per side: 6x+234x+23-6x + 23 \le 4x + 23
  3. Collect variable terms on the left: 6x4x+2323    10x+2323-6x - 4x + 23 \le 23 \implies -10x + 23 \le 23
  4. Subtract 23 from both sides: 10x2323    10x0-10x \le 23 - 23 \implies -10x \le 0
  5. Divide by $-10$ and reverse the inequality sign: x010    x0x \ge \frac{0}{-10} \implies x \ge 0
  6. Interval Notation: $[0, \infty)$

Example 2: Negative Multiplier in a 3-Part Inequality

Problem: Solve the compound inequality:

14<64x18-14 < 6 - 4x \le 18

Solution:

  1. Subtract 6 from all three parts: 146<4x186-14 - 6 < -4x \le 18 - 6 20<4x12-20 < -4x \le 12
  2. Divide all three parts by $-4$ and REVERSE BOTH inequality signs: 204>4x4124\frac{-20}{-4} > \frac{-4x}{-4} \ge \frac{12}{-4} 5>x35 > x \ge -3
  3. Rewrite in standard ascending order (smallest value on left): 3x<5-3 \le x < 5
  4. Interval Notation: $[-3, 5)$
Loading diagram...
Compound Inequality Topology
Test Your Knowledge

What is the complete solution set to the linear inequality 7 - 4(2x - 1) >= 35?

A
B
C
D
Test Your Knowledge

Which interval represents the solution set to the double inequality -5 <= 3x + 4 < 19?

A
B
C
D
Test Your Knowledge

What is the solution to the compound disjunction 4x - 5 <= -17 or 2(x + 3) > 16?

A
B
C
D
Test Your Knowledge

Which inequality represents the solution to -2(3x - 5) + 4 < -16?

A
B
C
D