algebra

Inequalities Cheat Guide: Linear, Compound, and Absolute Value

A practical, single-page guide to solving every inequality you will meet in algebra — linear, compound, quadratic, and absolute value — with worked examples and pitfalls.
AI-Math Editorial Team

By AI-Math Editorial Team

Published 2026-05-01

Inequalities show up in optimization, engineering tolerances, and almost every real-world constraint problem ("the budget must not exceed…"). The mechanics are similar to solving equations, with one critical twist: multiplying or dividing by a negative flips the inequality sign. This guide collects every move you need on a single page.

Linear inequalities

Treat them exactly like linear equations — except flip the sign whenever you multiply or divide both sides by a negative.

Solve 3x+5<14-3x + 5 < 14:

  1. Subtract 5: 3x<9-3x < 9.
  2. Divide by 3-3 and flip: x>3x > -3.

The solution set is the open interval (3,)(-3, \infty).

Compound inequalities

A compound inequality combines two simpler ones with and (intersection) or or (union).

Solve 12x3<5-1 \le 2x - 3 < 5 (an "and" sandwich):

  1. Add 3 across all three parts: 22x<82 \le 2x < 8.
  2. Divide by 2: 1x<41 \le x < 4.

Solution: [1,4)[1, 4).

For "or" inequalities like x<2x < -2 or x5x \ge 5, the solution is two disjoint pieces: (,2)[5,)(-\infty, -2) \cup [5, \infty).

Absolute value inequalities

The trick: A<k|A| < k rewrites as k<A<k-k < A < k, while A>k|A| > k rewrites as A<kA < -k or A>kA > k.

Solve 2x15|2x - 1| \le 5:

  1. Rewrite: 52x15-5 \le 2x - 1 \le 5.
  2. Add 1: 42x6-4 \le 2x \le 6.
  3. Divide by 2: 2x3-2 \le x \le 3. Solution [2,3][-2, 3].

Quadratic inequalities

Move everything to one side, factor, then test sign on each interval.

Solve x2x6>0x^2 - x - 6 > 0:

  1. Factor: (x3)(x+2)>0(x - 3)(x + 2) > 0.
  2. Roots split the line into three intervals: (,2)(-\infty, -2), (2,3)(-2, 3), (3,)(3, \infty).
  3. Test a point from each: at x=3x = -3 the product is positive; at x=0x = 0 negative; at x=4x = 4 positive.
  4. Solution: (,2)(3,)(-\infty, -2) \cup (3, \infty).

Common mistakes

  • Forgetting to flip when dividing by a negative — the single biggest error.
  • Mixing up open and closed brackets: << uses parentheses, \le uses brackets.
  • Squaring both sides of A<B|A| < B blindly: only valid when both sides are non-negative.

Verify with the AI Inequality Solver

Type any inequality into the Inequality Solver and you will see the full step list — perfect for double-checking homework.

Related references:

Frequently Asked Questions

The main types are linear inequalities (ax + b > c), compound inequalities (joined by "and" or "or"), polynomial inequalities (quadratic or higher degree), rational inequalities (involving fractions), and absolute value inequalities.

For |ax + b| < c (c > 0), rewrite as −c < ax + b < c and solve the compound inequality. For |ax + b| > c, rewrite as ax + b < −c or ax + b > c (two separate inequalities with a union solution set).

Inequalities model constraints such as budget limits, weight capacities, dosage ranges, and speed limits. Linear programming uses systems of inequalities to maximize or minimize an objective function subject to constraints.

AI-Math Editorial Team

By AI-Math Editorial Team

Published 2026-05-01

A small team of engineers, mathematicians, and educators behind AI-Math, focused on making step-by-step math help accessible to every student.