Home/Blog/How to Solve Inequalities

14 min read

How to Solve Inequalities

A complete guide to solving every inequality type — from one-step linear problems to compound, absolute value, quadratic, and rational inequalities — with worked examples and graphs for each.

Introduction

An inequality is a mathematical statement that compares two expressions using a symbol other than equals. Instead of finding one exact value, solving an inequality means finding every value that makes the comparison true — a range of numbers rather than a single answer.

This guide covers every major inequality type in the order students typically encounter them: one-step, two-step, multi-step, compound, absolute value, quadratic, and rational. Each section explains the method, shows a worked example, and notes the one rule that most commonly causes errors for that type.

The single most important rule across all inequality types is the sign flip: when you multiply or divide both sides of an inequality by a negative number, the inequality symbol reverses direction. This rule has no equivalent in equation solving, and it applies to every inequality type in this guide.

If you need a quick refresher on inequality symbols, want to rewrite answers in interval notation, or want a visual companion for the final answer, the guide on how to graph inequalities on a number line fits naturally alongside this pillar article.

One-Step Inequalities

A one-step inequality requires a single operation to isolate the variable. The operation is addition, subtraction, multiplication, or division.

For addition and subtraction, the symbol never changes. For multiplication and division, the symbol stays the same when the number is positive and flips when the number is negative.

Worked Example

Problem

-2x > 8

01

Step 1 — Divide both sides by -2.

-2x > 8 → x < -4

⚠️ Symbol flips: dividing by -2 (negative).

Result

x < -4 Interval: (-∞, -4)

Two-Step Inequalities

A two-step inequality requires two operations: first remove the constant, then remove the coefficient. The order matters — removing the constant first keeps the numbers cleaner.

The sign flip applies only at the second step (division or multiplication), not at the first step (addition or subtraction).

Worked Example

Problem

-3x + 6 ≤ 0

01

Step 1 — Subtract 6 from both sides.

-3x + 6 ≤ 0 → -3x ≤ -6

Symbol unchanged: subtraction does not flip.

02

Step 2 — Divide both sides by -3.

-3x ≤ -6 → x ≥ 2

⚠️ Symbol flips: dividing by -3 (negative).

Result

x ≥ 2 Interval: [2, +∞)

Multi-Step Inequalities

Multi-step inequalities involve combining like terms, distributing, or moving variable terms before isolating x. The solving order follows the same logic as multi-step equations: distribute, combine like terms, collect variable terms on one side, then isolate.

The sign flip rule still applies only at the final division or multiplication step.

Worked Example

Problem

3(x - 2) + 4 > x + 8

01

Step 1 — Distribute.

3(x - 2) + 4 > x + 8 → 3x - 6 + 4 > x + 8

02

Step 2 — Combine like terms.

3x - 6 + 4 > x + 8 → 3x - 2 > x + 8

03

Step 3 — Subtract x from both sides.

3x - 2 > x + 8 → 2x - 2 > 8

04

Step 4 — Add 2 to both sides.

2x - 2 > 8 → 2x > 10

05

Step 5 — Divide by 2.

2x > 10 → x > 5

Symbol unchanged: dividing by 2 (positive).

Result

x > 5 Interval: (5, +∞)

Compound Inequalities

A compound inequality combines two conditions. AND inequalities require both conditions to be true simultaneously — the solution is the overlap (intersection) of the two sets. OR inequalities require at least one condition to be true — the solution is the union of both sets.

Chained inequalities like -1 < 2x + 3 ≤ 9 are AND inequalities written in compact form. Solve by applying the same operation to all three parts simultaneously.

Worked Example

Problem

-1 < 2x + 3 ≤ 9

01

Step 1 — Subtract 3 from all parts.

-1 < 2x + 3 ≤ 9 → -4 < 2x ≤ 6

02

Step 2 — Divide all parts by 2.

-4 < 2x ≤ 6 → -2 < x ≤ 3

Symbol unchanged: dividing by 2 (positive).

Result

-2 < x ≤ 3 Interval: (-2, 3]

Absolute Value Inequalities

Absolute value measures distance from zero. |A| < k means A is within distance k of zero, which rewrites as -k < A < k (an AND inequality). |A| > k means A is more than distance k from zero, which rewrites as A < -k or A > k (an OR inequality).

Always check the right-hand side first. If k is negative, |A| < k has no solution (absolute value cannot be negative). If k is zero, |A| > 0 is true for all x ≠ 0.

Worked Example

Problem

|2x - 1| ≤ 5

01

Step 1 — Rewrite as an AND inequality.

|2x - 1| ≤ 5 → -5 ≤ 2x - 1 ≤ 5

02

Step 2 — Add 1 to all parts.

-5 ≤ 2x - 1 ≤ 5 → -4 ≤ 2x ≤ 6

03

Step 3 — Divide by 2.

-4 ≤ 2x ≤ 6 → -2 ≤ x ≤ 3

Result

-2 ≤ x ≤ 3 Interval: [-2, 3]

Quadratic Inequalities

A quadratic inequality contains a squared variable term. The standard method is the sign chart: find the roots of the corresponding equation, then test the sign of the expression in each region between the roots.

The solution is either the region between the roots (for < or ≤) or the two outer regions (for > or ≥), depending on whether the parabola opens upward or downward.

Worked Example

Problem

x² - x - 6 > 0

01

Step 1 — Factor.

x² - x - 6 > 0 → (x - 3)(x + 2) > 0

02

Step 2 — Find the roots.

x = 3 and x = -2

03

Step 3 — Build a sign chart.

x < -2: (-)(-) = (+) > 0 ✓

-2 < x < 3: (+)(-) = (-) < 0 ✗

x > 3: (+)(+) = (+) > 0 ✓

Result

x < -2 or x > 3 Interval: (-∞, -2) ∪ (3, +∞)

Rational Inequalities

A rational inequality has a variable in the denominator. The method is similar to quadratic inequalities — find the critical values (zeros of the numerator and undefined points of the denominator), then test the sign of the expression in each region.

Never multiply both sides by the denominator directly, because the denominator's sign is unknown and could flip the symbol. Use the sign chart method instead.

Worked Example

Problem

(x + 1)/(x - 2) > 0

01

Step 1 — Find the critical values.

x = -1 (numerator zero), x = 2 (denominator zero, excluded).

02

Step 2 — Build a sign chart.

x < -1: (-)/(-) = (+) > 0 ✓

-1 < x < 2: (+)/(-) = (-) < 0 ✗

x > 2: (+)/(+) = (+) > 0 ✓

03

Step 3 — Exclude undefined points.

x = 2 is not part of the solution because the expression is undefined there.

Result

x < -1 or x > 2 Interval: (-∞, -1) ∪ (2, +∞)

The one rule that applies to every inequality type

Every inequality type in this guide follows the same sign flip rule: multiplying or dividing both sides by a negative number reverses the inequality symbol. This is the only operation that changes the symbol. Addition, subtraction, and multiplication or division by a positive number never flip it.

The reason is geometric. When you multiply both sides by -1, you reflect every value across zero on the number line. A value that was to the right of the boundary is now to the left. The relationship between the two sides reverses, so the symbol must reverse to remain true.

In practice, the sign flip check is a one-second habit: before writing the final answer after a division or multiplication step, ask whether the number you divided or multiplied by was negative. If yes, flip the symbol. If no, keep it.

Inequality Types at a Glance

TypeExampleMethodSign flip risk
One-step-2x > 8One inverse operationDivision/multiplication step
Two-step-3x + 6 ≤ 0Remove constant, then coefficientDivision step
Multi-step3(x-2)+4 > x+8Distribute, combine, isolateDivision step
Compound AND-1 < 2x+3 ≤ 9Operate on all three partsDivision step
Compound ORx < -2 or x ≥ 4Solve each part separatelyDivision step in each part
Absolute value|2x-1| ≤ 5Rewrite as AND or OR, then solveDivision step
Quadraticx²-x-6 > 0Factor, sign chartNone — sign chart method
Rational(x+1)/(x-2) > 0Critical values, sign chartNone — sign chart method

Common Mistakes To Avoid

Flipping the symbol when subtracting a negative constant — the flip applies only to multiplication and division, not addition or subtraction.

Forgetting to flip the symbol when dividing by a negative coefficient — the most common error across all inequality types.

Multiplying both sides of a rational inequality by the denominator without knowing its sign — use the sign chart method instead.

Shading the middle region for an OR inequality on a number line — the middle is the gap, not the solution.

Writing the final answer as an equation (x = 2) instead of an inequality (x > 2).

Use the Calculators for This Topic

Each inequality type in this guide has a dedicated calculator page. Use the calculator that matches the type of problem you are working on to see the step-by-step solution, number line graph, and interval notation for your specific input.

For quick linear practice, move between the one-step inequality calculator, two-step inequality calculator, and multi-step inequality calculator. For split answers and interval logic, compare the output with the compound inequality calculator.

When the structure changes, switch tools rather than forcing a linear method onto the wrong problem. Use the absolute value inequality calculator, quadratic inequality calculator, or rational inequality calculator when the expression itself demands a sign-chart method or a case split.

FAQ

What is the most important rule to remember when solving inequalities?

The sign flip rule: whenever you multiply or divide both sides by a negative number, the inequality symbol reverses direction. This is the only rule that has no equivalent in equation solving.

What is the difference between solving an equation and solving an inequality?

An equation has one exact solution (or a finite set). An inequality has a range of solutions — every value in an interval. The solving steps are nearly identical, except for the sign flip rule.

How do I know which calculator to use?

Match the calculator to the highest-degree term in your inequality. If it has x², use the quadratic calculator. If it has x in a denominator, use the rational calculator. If it has |x|, use the absolute value calculator. Otherwise, use the linear calculator.