How many integer values of x satisfy |2x − 3| < 5?
- A3
- B4
- C5
- D6
- EInfinitely many
How many integer values of x satisfy |2x − 3| < 5?
Try it before you scroll. Two minutes on the clock, then commit to an answer.
Correct answer: B
Rewrite the absolute value as a compound inequality:
−5 < 2x − 3 < 5
Add 3 to all three parts: −2 < 2x < 8.
Divide by 2: −1 < x < 4.
The integers strictly between −1 and 4 are 0, 1, 2, 3. That is 4 integers.
The two edge mistakes to avoid:
Quick verification at the boundary: x = 0 gives |−3| = 3 < 5 ✓; x = 4 gives |5| = 5, which fails the strict inequality, correctly excluded.