Fiveable

📘Intermediate Algebra Unit 2 Review

QR code for Intermediate Algebra practice questions

2.7 Solve Absolute Value Inequalities

2.7 Solve Absolute Value Inequalities

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📘Intermediate Algebra
Unit & Topic Study Guides

Solving Absolute Value Inequalities

Absolute value inequalities let you describe a range of values that fall within (or outside) a certain distance from a point. They show up constantly in real-world contexts like manufacturing tolerances, error margins, and geographic ranges. This section builds on what you already know about solving absolute value equations and extends it to inequalities.

Solving Absolute Value Equations and Inequalities

Equations with absolute value

Before tackling inequalities, make sure you're solid on absolute value equations. The core idea: absolute value measures distance from zero, and distance is always non-negative.

To solve an absolute value equation:

  1. Use inverse operations (addition, subtraction, multiplication, division) to isolate the absolute value expression on one side.
  2. Check what the absolute value equals:
    • If the equation is x=a|x| = a where a0a \geq 0, there are two solutions: x=ax = a or x=ax = -a. For example, x=5|x| = 5 gives x=5x = 5 or x=5x = -5.
    • If the equation is x=a|x| = a where a<0a < 0, there is no solution. Absolute value can never produce a negative number, so x=3|x| = -3 has no real solution.

For more complex expressions like 2x7=9|2x - 7| = 9, you'd set up two equations after isolating the absolute value: 2x7=92x - 7 = 9 and 2x7=92x - 7 = -9, then solve each one separately.

Equations with absolute value, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Absolute Value Equations

Inequalities: absolute value less than

The "less than" case captures values between two endpoints. Think of it as: "the distance from zero is small enough to stay inside a range."

For x<a|x| < a where a>0a > 0, rewrite it as a compound inequality joined by "and":

a<x and x<a-a < x \text{ and } x < a

which you can write compactly as a<x<a-a < x < a.

Example: Solve x<4|x| < 4.

  • Rewrite as 4<x<4-4 < x < 4.
  • The solution is every value strictly between 4-4 and 44.
  • On a number line, use open circles at 4-4 and 44 (since those endpoints are not included), and shade the region between them.

This works the same way for \leq. If the inequality is x4|x| \leq 4, the solution is 4x4-4 \leq x \leq 4, and you'd use closed circles on the number line instead.

For expressions inside the absolute value, apply the same logic. To solve 2x+1<7|2x + 1| < 7:

  1. Write the compound inequality: 7<2x+1<7-7 < 2x + 1 < 7
  2. Subtract 1 from all three parts: 8<2x<6-8 < 2x < 6
  3. Divide all three parts by 2: 4<x<3-4 < x < 3

Inequalities: absolute value greater than

The "greater than" case captures values outside a range. Think of it as: "the distance from zero is too large to stay inside the range."

For x>a|x| > a where a0a \geq 0, rewrite it as two separate inequalities joined by "or":

x<a or x>ax < -a \text{ or } x > a

Example: Solve x>3|x| > 3.

  • Rewrite as x<3x < -3 or x>3x > 3.
  • The solution is every value less than 3-3 or greater than 33.
  • On a number line, use open circles at 3-3 and 33, and shade the two outer regions (arrows pointing left from 3-3 and right from 33).

The key difference from the "less than" case: the solution set here is two separate regions, not one connected interval. That's why you use "or" instead of "and."

Quick memory trick: Less thAND, greatOR. Absolute value less than → "and" (compound inequality). Absolute value greater than → "or" (two separate inequalities).

Equations with absolute value, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Absolute Value Equations

Real-world applications of absolute value

  • Distance: Absolute value represents distance between two points on a number line, regardless of direction. If a town is at mile marker 50 and a gas station is 15 miles away, the gas station could be at mile marker 35 (501550 - 15) or 65 (50+1550 + 15). As an equation: x50=15|x - 50| = 15.
  • Tolerance: In manufacturing, absolute value expresses the maximum allowed deviation from a target. If a machine part must be 10 cm long with a tolerance of 0.5 cm, the acceptable range is 9.5x10.59.5 \leq x \leq 10.5, written as x100.5|x - 10| \leq 0.5.
  • Range: Absolute value can define all values within a certain distance of a central point. If a store targets customers within 5 miles, that's x5|x| \leq 5, where xx is the distance from the store.

Set Theory and Inequality Properties

When solving absolute value inequalities, you rely on standard inequality properties:

  • Addition/subtraction property: Adding or subtracting the same value on both sides preserves the direction of the inequality.
  • Multiplication/division property: Multiplying or dividing both sides by a positive number preserves the inequality direction. Multiplying or dividing by a negative number reverses the inequality sign. This is the one students most often forget, so watch for it whenever you divide by a negative coefficient.

Solution sets can be described using interval notation or set-builder notation. For example, the solution to x<4|x| < 4 can be written as the interval (4,4)(-4, 4), and the solution to x>3|x| > 3 can be written as (,3)(3,)(-\infty, -3) \cup (3, \infty).