Solve |2x - 3| ≤ 5

medium 3 min read

Question

Solve the inequality 2x35|2x - 3| \leq 5 and represent the solution on a number line.

Solution — Step by Step

For any expression Ak|A| \leq k (where k0k \geq 0), the equivalent compound inequality is:

kAk-k \leq A \leq k

This is because A|A| represents the distance of AA from zero, so “the distance is at most kk” means AA lies between k-k and kk, inclusive.

Here A=2x3A = 2x - 3 and k=5k = 5:

52x35-5 \leq 2x - 3 \leq 5

Add 3 to all three parts:

5+32x5+3-5 + 3 \leq 2x \leq 5 + 3 22x8-2 \leq 2x \leq 8

Divide all three parts by 2:

1x4-1 \leq x \leq 4
x[1,4]\boxed{x \in [-1, 4]}

All real numbers from 1-1 to 44, inclusive.

On a number line: filled circles at 1-1 and 44, with the segment between them shaded.

Why This Works

The absolute value 2x3|2x - 3| measures how far 2x32x - 3 is from zero. Saying this distance is at most 5 means 2x32x - 3 lies within 5 units of 0 on both sides — between 5-5 and 55. Once we set up this double-sided inequality, it’s just arithmetic to solve for xx.

Geometrically, 2x35|2x - 3| \leq 5 is equivalent to saying that xx lies within 5/2=2.55/2 = 2.5 units of 3/2=1.53/2 = 1.5 on the number line. Centre = 1.5, radius = 2.5 → range from 1.52.5=11.5 - 2.5 = -1 to 1.5+2.5=41.5 + 2.5 = 4. ✓

The “centre and radius” interpretation: for xcr|x - c| \leq r, the solution is the interval [cr,c+r][c - r, c + r]. For 2x35|2x - 3| \leq 5, divide by 2 first: x3/25/2|x - 3/2| \leq 5/2. Centre = 3/2, radius = 5/2 → solution [1,4][-1, 4].

Alternative Method

Split into two cases based on the sign of 2x32x - 3:

Case 1: 2x302x - 3 \geq 0 (i.e., x3/2x \geq 3/2). Then 2x3=2x3|2x - 3| = 2x - 3.

2x35    x42x - 3 \leq 5 \implies x \leq 4

Combined with x3/2x \geq 3/2: 3/2x43/2 \leq x \leq 4.

Case 2: 2x3<02x - 3 < 0 (i.e., x<3/2x < 3/2). Then 2x3=(2x3)=32x|2x - 3| = -(2x - 3) = 3 - 2x.

32x5    2x2    x13 - 2x \leq 5 \implies -2x \leq 2 \implies x \geq -1

Combined with x<3/2x < 3/2: 1x<3/2-1 \leq x < 3/2.

Union of both cases: 1x4-1 \leq x \leq 4. ✓

Same answer, just more steps.

Common Mistake

For Ak|A| \leq k, students sometimes write two separate inequalities: AkA \leq k AND AkA \geq k. The second should be AkA \geq -k. Also, when flipping direction for the negative case, the inequality sign must reverse: Ak    Ak-A \leq k \implies A \geq -k. Forgetting this flip is the classic sign error in absolute value problems.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next