Algebra

Absolute Value Equations and Inequalities

Last updated: March 2026 · Intermediate
Before you start

You should be comfortable with:

Real-world applications
⚑
Electrical

Voltage drop, wire sizing, load balancing

πŸ’Š
Nursing

Medication dosages, IV drip rates, vital monitoring

The absolute value of a number is its distance from zero on the number line β€” always positive or zero, never negative. The notation ∣x∣|x| means β€œthe absolute value of xx.” For example, ∣7∣=7|7| = 7 and βˆ£βˆ’7∣=7|-7| = 7 because both 7 and βˆ’7-7 are exactly 7 units from zero.

This concept of distance is the key to understanding every absolute value equation and inequality. When you see ∣x∣=5|x| = 5, you are asking: β€œWhat numbers are exactly 5 units from zero?” The answer is x=5x = 5 or x=βˆ’5x = -5.

Solving Absolute Value Equations

The Core Principle

For any expression EE and positive number cc:

∣E∣=cβ€…β€ŠβŸΉβ€…β€ŠE=corE=βˆ’c|E| = c \quad \implies \quad E = c \quad \text{or} \quad E = -c

The expression inside the absolute value can equal the positive version or the negative version. This always produces two equations to solve.

Example 1: Solve ∣2xβˆ’3∣=7|2x - 3| = 7

Set up two equations:

2xβˆ’3=7or2xβˆ’3=βˆ’72x - 3 = 7 \quad \text{or} \quad 2x - 3 = -7

Solve the first: 2x=10β€…β€ŠβŸΉβ€…β€Šx=52x = 10 \implies x = 5

Solve the second: 2x=βˆ’4β€…β€ŠβŸΉβ€…β€Šx=βˆ’22x = -4 \implies x = -2

Answer: x=5x = 5 or x=βˆ’2x = -2

Check both:

  • ∣2(5)βˆ’3∣=∣10βˆ’3∣=∣7∣=7|2(5) - 3| = |10 - 3| = |7| = 7- ∣2(βˆ’2)βˆ’3∣=βˆ£βˆ’4βˆ’3∣=βˆ£βˆ’7∣=7|2(-2) - 3| = |-4 - 3| = |-7| = 7

Example 2: Solve ∣4x+1βˆ£βˆ’5=8|4x + 1| - 5 = 8

First, isolate the absolute value:

∣4x+1∣=13|4x + 1| = 13

Set up two equations:

4x+1=13or4x+1=βˆ’134x + 1 = 13 \quad \text{or} \quad 4x + 1 = -13

Solve the first: 4x=12β€…β€ŠβŸΉβ€…β€Šx=34x = 12 \implies x = 3

Solve the second: 4x=βˆ’14β€…β€ŠβŸΉβ€…β€Šx=βˆ’3.54x = -14 \implies x = -3.5

Answer: x=3x = 3 or x=βˆ’3.5x = -3.5

Special Cases for Equations

No solution: If the absolute value equals a negative number, there is no solution. An absolute value can never be negative.

∣3x+2∣=βˆ’4β€…β€ŠβŸΉβ€…β€ŠNoΒ solution|3x + 2| = -4 \quad \implies \quad \text{No solution}

One solution: If the absolute value equals zero, there is exactly one solution.

∣3x+2∣=0β€…β€ŠβŸΉβ€…β€Š3x+2=0β€…β€ŠβŸΉβ€…β€Šx=βˆ’23|3x + 2| = 0 \quad \implies \quad 3x + 2 = 0 \quad \implies \quad x = -\frac{2}{3}

Absolute Value Inequalities: Less Than (Distance β€œClose To”)

When the absolute value is less than a number, you are asking: β€œWhat values are closer than cc units from zero?”

The Rule

∣E∣<cβ€…β€ŠβŸΉβ€…β€Šβˆ’c<E<c|E| < c \quad \implies \quad -c < E < c

This produces an β€œand” compound inequality. The expression is trapped between βˆ’c-c and cc.

The same pattern works for ≀\leq:

∣Eβˆ£β‰€cβ€…β€ŠβŸΉβ€…β€Šβˆ’c≀E≀c|E| \leq c \quad \implies \quad -c \leq E \leq c

Example 3: Solve ∣xβˆ’4∣<3|x - 4| < 3

Apply the rule:

βˆ’3<xβˆ’4<3-3 < x - 4 < 3

Add 4 to all three parts:

1<x<71 < x < 7

Answer: xx is between 1 and 7 (not including the endpoints).

Interval notation: (1,7)(1, 7)

Interpretation: The values of xx that are less than 3 units away from 4 on the number line.

Example 4: Solve ∣2x+5βˆ£β‰€9|2x + 5| \leq 9

Apply the rule:

βˆ’9≀2x+5≀9-9 \leq 2x + 5 \leq 9

Subtract 5 from all parts:

βˆ’14≀2x≀4-14 \leq 2x \leq 4

Divide all parts by 2:

βˆ’7≀x≀2-7 \leq x \leq 2

Answer: [βˆ’7,2][-7, 2]

Absolute Value Inequalities: Greater Than (Distance β€œFar From”)

When the absolute value is greater than a number, you are asking: β€œWhat values are farther than cc units from zero?”

The Rule

∣E∣>cβ€…β€ŠβŸΉβ€…β€ŠE<βˆ’corE>c|E| > c \quad \implies \quad E < -c \quad \text{or} \quad E > c

This produces an β€œor” compound inequality. The expression is either very negative or very positive β€” outside the interval (βˆ’c,c)(-c, c).

The same pattern works for β‰₯\geq:

∣E∣β‰₯cβ€…β€ŠβŸΉβ€…β€ŠEβ‰€βˆ’corEβ‰₯c|E| \geq c \quad \implies \quad E \leq -c \quad \text{or} \quad E \geq c

Example 5: Solve ∣3xβˆ’6∣>12|3x - 6| > 12

Apply the rule:

3xβˆ’6<βˆ’12or3xβˆ’6>123x - 6 < -12 \quad \text{or} \quad 3x - 6 > 12

Solve the first: 3x<βˆ’6β€…β€ŠβŸΉβ€…β€Šx<βˆ’23x < -6 \implies x < -2

Solve the second: 3x>18β€…β€ŠβŸΉβ€…β€Šx>63x > 18 \implies x > 6

Answer: x<βˆ’2x < -2 or x>6x > 6

Interval notation: (βˆ’βˆž,βˆ’2)βˆͺ(6,∞)(-\infty, -2) \cup (6, \infty)

Example 6: Solve ∣x+1∣β‰₯5|x + 1| \geq 5

Apply the rule:

x+1β‰€βˆ’5orx+1β‰₯5x + 1 \leq -5 \quad \text{or} \quad x + 1 \geq 5

Solve the first: xβ‰€βˆ’6x \leq -6

Solve the second: xβ‰₯4x \geq 4

Answer: (βˆ’βˆž,βˆ’6]βˆͺ[4,∞)(-\infty, -6] \cup [4, \infty)

Multi-Step Absolute Value Inequalities

Just like with equations, you must isolate the absolute value first before applying any rule.

Example 7: Solve 3∣xβˆ’2∣+4≀193|x - 2| + 4 \leq 19

Step 1 β€” Subtract 4 from both sides:

3∣xβˆ’2βˆ£β‰€153|x - 2| \leq 15

Step 2 β€” Divide both sides by 3:

∣xβˆ’2βˆ£β‰€5|x - 2| \leq 5

Step 3 β€” Apply the less-than rule:

βˆ’5≀xβˆ’2≀5-5 \leq x - 2 \leq 5

Step 4 β€” Add 2 to all parts:

βˆ’3≀x≀7-3 \leq x \leq 7

Answer: [βˆ’3,7][-3, 7]

Example 8: Solve 2∣4x+3βˆ£βˆ’1>92|4x + 3| - 1 > 9

Step 1 β€” Add 1: 2∣4x+3∣>102|4x + 3| > 10

Step 2 β€” Divide by 2: ∣4x+3∣>5|4x + 3| > 5

Step 3 β€” Apply the greater-than rule:

4x+3<βˆ’5or4x+3>54x + 3 < -5 \quad \text{or} \quad 4x + 3 > 5

Solve the first: 4x<βˆ’8β€…β€ŠβŸΉβ€…β€Šx<βˆ’24x < -8 \implies x < -2

Solve the second: 4x>2β€…β€ŠβŸΉβ€…β€Šx>124x > 2 \implies x > \frac{1}{2}

Answer: (βˆ’βˆž,βˆ’2)βˆͺ(12,∞)(-\infty, -2) \cup \left(\frac{1}{2}, \infty\right)

Special Cases for Inequalities

Understanding special cases prevents errors on tests and in practice.

∣E∣<0|E| < 0: No expression has an absolute value less than zero. No solution (βˆ…\emptyset).

∣Eβˆ£β‰€0|E| \leq 0: The only way an absolute value is less than or equal to zero is if it equals zero. Solve E=0E = 0 for a single solution.

∣E∣>0|E| > 0: Every number except zero has an absolute value greater than zero. The solution is all real numbers except where E=0E = 0.

∣E∣β‰₯0|E| \geq 0: Always true. The solution is all real numbers.

∣E∣>βˆ’3|E| > -3 (or any negative number): Always true, since absolute values are always at least 0. The solution is all real numbers.

∣E∣<βˆ’3|E| < -3 (or any negative number): Never true. No solution.

Real-World Application: Electrician β€” Voltage Tolerance

An electrician is testing a residential circuit that should deliver 120 volts. The National Electrical Code allows a voltage tolerance of Β±5\pm 5%, meaning the actual voltage VV must be within 5% of the target.

Five percent of 120 is 0.05Γ—120=60.05 \times 120 = 6 volts. So the acceptable range is:

∣Vβˆ’120βˆ£β‰€6|V - 120| \leq 6

Apply the less-than-or-equal-to rule:

βˆ’6≀Vβˆ’120≀6-6 \leq V - 120 \leq 6

Add 120 to all parts:

114≀V≀126114 \leq V \leq 126

If the electrician measures a voltage of 112 volts, is it within tolerance?

∣112βˆ’120∣=βˆ£βˆ’8∣=8|112 - 120| = |-8| = 8

Since 8>68 > 6, the voltage is outside the acceptable range. The electrician needs to investigate β€” possible causes include a loose connection, undersized wiring, or excessive load on the circuit.

Nursing β€” Medication Concentration Tolerance

A pharmacist prepares an IV solution that should contain 250 mg of a drug per bag. Quality control requires that the actual amount AA (in mg) must be within 3% of the target:

∣Aβˆ’250βˆ£β‰€7.5|A - 250| \leq 7.5

(Since 0.03Γ—250=7.50.03 \times 250 = 7.5)

Apply the rule:

βˆ’7.5≀Aβˆ’250≀7.5-7.5 \leq A - 250 \leq 7.5

242.5≀A≀257.5242.5 \leq A \leq 257.5

A batch testing at 240 mg would be rejected: ∣240βˆ’250∣=10>7.5|240 - 250| = 10 > 7.5. The concentration is too low and could result in a subtherapeutic dose.

A Quick-Reference Decision Chart

When you see an absolute value problem, follow this decision process:

  1. Isolate the absolute value expression on one side
  2. Check the right side β€” if it is negative, apply the special case rules above
  3. Identify the type:
    • Equals (==): Split into two equations
    • Less than (<< or ≀\leq): Write as an β€œand” compound inequality
    • Greater than (>> or β‰₯\geq): Write as an β€œor” compound inequality
  4. Solve the resulting equation(s) or inequality
  5. Check your answers in the original equation or inequality

Common Mistakes to Avoid

  1. Forgetting to isolate the absolute value first. If the equation is 3∣x+2βˆ£βˆ’5=103|x + 2| - 5 = 10, you must get ∣x+2∣=5|x + 2| = 5 before splitting. Do not split 3∣x+2βˆ£βˆ’53|x + 2| - 5 into two parts.

  2. Writing an β€œand” compound inequality for a greater-than problem. The inequality ∣x∣>5|x| > 5 does not mean βˆ’5>x>5-5 > x > 5 (which is impossible). It means x<βˆ’5x < -5 or x>5x > 5.

  3. Forgetting the negative case. The equation ∣xβˆ’3∣=7|x - 3| = 7 has two solutions: x=10x = 10 and x=βˆ’4x = -4. Solving only xβˆ’3=7x - 3 = 7 misses half the answer.

  4. Claiming a solution exists when the absolute value equals a negative. The equation ∣2x+1∣=βˆ’6|2x + 1| = -6 has no solution. An absolute value is never negative β€” stop immediately and write β€œno solution.”

  5. Not flipping the inequality sign when setting up the negative case for greater-than problems. For ∣E∣>c|E| > c, the two cases are E>cE > c or E<βˆ’cE < -c. The second case uses <<, not >>.

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: Solve ∣5xβˆ’10∣=15|5x - 10| = 15.

Split into two equations:

5xβˆ’10=15β€…β€ŠβŸΉβ€…β€Š5x=25β€…β€ŠβŸΉβ€…β€Šx=55x - 10 = 15 \implies 5x = 25 \implies x = 5

5xβˆ’10=βˆ’15β€…β€ŠβŸΉβ€…β€Š5x=βˆ’5β€…β€ŠβŸΉβ€…β€Šx=βˆ’15x - 10 = -15 \implies 5x = -5 \implies x = -1

Answer: x=5x = 5 or x=βˆ’1x = -1

Problem 2: Solve ∣x+3∣<8|x + 3| < 8.

Write as a compound inequality: βˆ’8<x+3<8-8 < x + 3 < 8

Subtract 3 from all parts: βˆ’11<x<5-11 < x < 5

Answer: (βˆ’11,5)(-11, 5)

Problem 3: Solve ∣2xβˆ’1∣β‰₯7|2x - 1| \geq 7.

Split into two inequalities:

2xβˆ’1β‰₯7β€…β€ŠβŸΉβ€…β€Š2xβ‰₯8β€…β€ŠβŸΉβ€…β€Šxβ‰₯42x - 1 \geq 7 \implies 2x \geq 8 \implies x \geq 4

2xβˆ’1β‰€βˆ’7β€…β€ŠβŸΉβ€…β€Š2xβ‰€βˆ’6β€…β€ŠβŸΉβ€…β€Šxβ‰€βˆ’32x - 1 \leq -7 \implies 2x \leq -6 \implies x \leq -3

Answer: (βˆ’βˆž,βˆ’3]βˆͺ[4,∞)(-\infty, -3] \cup [4, \infty)

Problem 4: Solve ∣3x+6∣=βˆ’2|3x + 6| = -2.

An absolute value can never equal a negative number.

Answer: No solution (βˆ…\emptyset)

Problem 5: Solve 4∣xβˆ’5∣+3≀234|x - 5| + 3 \leq 23.

Subtract 3: 4∣xβˆ’5βˆ£β‰€204|x - 5| \leq 20

Divide by 4: ∣xβˆ’5βˆ£β‰€5|x - 5| \leq 5

Write compound inequality: βˆ’5≀xβˆ’5≀5-5 \leq x - 5 \leq 5

Add 5: 0≀x≀100 \leq x \leq 10

Answer: [0,10][0, 10]

Problem 6: An electrician tests a 240V circuit. The acceptable tolerance is Β±3\pm 3%. Write and solve the absolute value inequality, and determine whether a reading of 230V passes.

Tolerance: 0.03Γ—240=7.20.03 \times 240 = 7.2 volts.

Inequality: ∣Vβˆ’240βˆ£β‰€7.2|V - 240| \leq 7.2

Solve: βˆ’7.2≀Vβˆ’240≀7.2β€…β€ŠβŸΉβ€…β€Š232.8≀V≀247.2-7.2 \leq V - 240 \leq 7.2 \implies 232.8 \leq V \leq 247.2

Check 230V: ∣230βˆ’240∣=10>7.2|230 - 240| = 10 > 7.2

Answer: The acceptable range is [232.8,247.2][232.8, 247.2] volts. A reading of 230V does not pass β€” it is 10 volts below target, exceeding the 7.2V tolerance.

Problem 7: Solve ∣x+4∣>βˆ’1|x + 4| > -1.

An absolute value is always greater than or equal to 0, which is always greater than βˆ’1-1.

Answer: All real numbers β€” (βˆ’βˆž,∞)(-\infty, \infty)

Key Takeaways

  • Absolute value represents distance from zero β€” it is always non-negative
  • Equations (∣E∣=c|E| = c): Split into E=cE = c or E=βˆ’cE = -c to get two solutions
  • Less-than inequalities (∣E∣<c|E| < c): Convert to an β€œand” compound inequality βˆ’c<E<c-c < E < c β€” the solution is an interval
  • Greater-than inequalities (∣E∣>c|E| > c): Convert to an β€œor” compound inequality E<βˆ’cE < -c or E>cE > c β€” the solution is two rays
  • Always isolate the absolute value before applying any rule
  • Check for special cases: absolute value equal to a negative (no solution), absolute value greater than a negative (all real numbers)
  • In trades, absolute value inequalities model tolerances β€” how far a measurement can deviate from a target and still be acceptable

Return to Algebra for more topics in this section.

Last updated: March 29, 2026