Question

Difficulty: MediumInequalities and Absolute Value Equations

How many integer values of xx satisfy both 2x3<9|2x - 3| < 9 and x+13|x + 1| \ge 3?

Answer: 4

Answer

There are 4 integer values of xx that satisfy both inequalities.
Solving 2x3<9|2x - 3| < 9 gives 3<x<6-3 < x < 6, so the set of possible integer values is {2,1,0,1,2,3,4,5}\{-2, -1, 0, 1, 2, 3, 4, 5\}. Solving x+13|x + 1| \ge 3 gives x2x \ge 2 or x4x \le -4. Taking the intersection of these two conditions gives x{2,3,4,5}x \in \{2, 3, 4, 5\}, for a total of 4 integer values.

Step-by-Step Solution

1
Unfold the first absolute value inequality 2x3<9|2x - 3| < 9
-9 < 2x - 3 < 9, which simplifies to -3 < x < 6
An absolute value inequality of the form |A| < B is equivalent to -B < A < B.
2
Unfold the second absolute value inequality x+13|x + 1| \ge 3
x + 1 \ge 3 or x + 1 \le -3, which simplifies to x \ge 2 or x \le -4
An absolute value inequality of the form |A| >= B is equivalent to A >= B or A <= -B.
3
List integer candidates and find the intersection
Candidates from first condition: {-2, -1, 0, 1, 2, 3, 4, 5}. Applying second condition (x >= 2 or x <= -4) leaves {2, 3, 4, 5}
The solution must satisfy both conditions simultaneously.

Key Concept

Solving systems of absolute value inequalities for integer solutions
Estimated Time:1m 30s
Rate this question