Skip to content
Hard

Solving Inequalities Involving |x βˆ’ p|

Simple Explanation

For q > 0: |x βˆ’ p| < q means x is within q units of p, giving a single interval, p βˆ’ q < x < p + q. |x βˆ’ p| > q means x is farther than q units from p, giving two separate intervals: x < p βˆ’ q or x > p + q.

Why Do We Need It?

This distinguishes a "close to" condition (a single connected range, from < or ≀) from a "far from" condition (two separate ranges, from > or β‰₯) β€” a common real-world distinction, such as tolerance ranges versus alarm thresholds.

See It

Graph of y = |x βˆ’ 3| βˆ’ 5, showing where it is above/below the x-axis
-4-4-2-22244668810100xy

A V-shaped graph with vertex (3, -5), crossing the x-axis at x = -2 and x = 8, illustrating where the graph is below versus above zero

Formula

Absolute Value Inequality Rules

|x βˆ’ p| < q ⇔ p βˆ’ q < x < p + q |x βˆ’ p| > q ⇔ x < p βˆ’ q or x > p + q (q > 0)

"Less than" absolute value inequalities describe a single band of values close to p; "greater than" absolute value inequalities describe two separate regions far from p.

x
β€” the unknown being solved for
p
β€” the reference point
q
β€” the distance threshold (q > 0)

When to use it: Whenever you need to solve an inequality with a single absolute value expression compared to a positive number.

Worked Example

Solve an absolute value inequality

Solve |x βˆ’ 3| < 5.

    Why Does This Work?

    |x βˆ’ p| < q means the distance from x to p is less than q, which describes every point strictly between p βˆ’ q and p + q on the number line β€” a single band around p. The reverse, |x βˆ’ p| > q, describes everywhere outside that band, which is naturally two separate rays.

    Real-Life Example

    Temperature control alarm

    A greenhouse temperature system triggers an alarm whenever the temperature strays more than 4Β°C from the target 22Β°C.

    |temperature βˆ’ 22| > 4 models the alarm condition β€” the "greater than" pattern gives two separate danger zones (too hot or too cold), exactly matching the two-interval rule.

    Practice

    Solve |x + 1| > 4.

    Hard

    Common mistake

    Using the "less than" pattern (single interval) for a "greater than" inequality, or vice versa β€” always check the inequality direction first: < or ≀ gives one interval; > or β‰₯ gives two.

    Quick Review

    • |x βˆ’ p| < q: one interval, p βˆ’ q < x < p + q.
    • |x βˆ’ p| > q: two intervals, x < p βˆ’ q or x > p + q.
    • These rules only apply directly when q > 0 β€” check that first.