Question

Difficulty: MediumInequalities and Absolute Value Equations

How many integer values of xx satisfy the inequality x25x6|x^2 - 5x| \le 6?

Answer: 8

Answer

The correct answer is 8.
To solve x25x6|x^2 - 5x| \le 6, express it as 6x25x6-6 \le x^2 - 5x \le 6. Solving x25x60x^2 - 5x - 6 \le 0 gives [1,6][-1, 6], while solving x25x+60x^2 - 5x + 6 \ge 0 gives (,2][3,)(-\infty, 2] \cup [3, \infty). Taking their intersection yields the solution set [1,2][3,6][-1, 2] \cup [3, 6]. The integers contained in this set are 1,0,1,2,3,4,5,6-1, 0, 1, 2, 3, 4, 5, 6, which gives 8 distinct integer values.

Step-by-Step Solution

1
Rewrite the absolute value inequality
6x25x6-6 \le x^2 - 5x \le 6
For any real expression AA and constant k0k \ge 0, Ak|A| \le k is equivalent to kAk-k \le A \le k.
2
Solve the upper bound condition x25x6x^2 - 5x \le 6
1x6-1 \le x \le 6
Subtract 6 from both sides to obtain x25x60x^2 - 5x - 6 \le 0. Factoring gives (x6)(x+1)0(x - 6)(x + 1) \le 0.
3
Solve the lower bound condition x25x6x^2 - 5x \ge -6
x2x \le 2 or x3x \ge 3
Add 6 to both sides to obtain x25x+60x^2 - 5x + 6 \ge 0. Factoring gives (x2)(x3)0(x - 2)(x - 3) \ge 0.
4
Combine the solution sets
[1,2][3,6][-1, 2] \cup [3, 6]
The intersection of [1,6][-1, 6] with (,2][3,)(-\infty, 2] \cup [3, \infty) is the set of intervals [1,2][-1, 2] and [3,6][3, 6].
5
Count all integer solutions in the combined set
8 integer values
The integer values in [1,2][-1, 2] are 1,0,1,2-1, 0, 1, 2 (4 integers), and in [3,6][3, 6] are 3,4,5,63, 4, 5, 6 (4 integers), totaling 4+4=84 + 4 = 8 integers.

Key Concept

Solving quadratic absolute value inequalities using compound inequality decomposition.
Rate this question