Question

Difficulty: MediumInequalities and Absolute Value Equations

How many integer values of xx satisfy both x2106|x^2 - 10| \le 6 and x1>2|x - 1| > 2?

Answer: 4

Answer

4 integer values satisfy both inequalities: 4-4, 3-3, 2-2, and 44.
Solving x2106|x^2 - 10| \le 6 gives 4x2164 \le x^2 \le 16, which yields 6 integer solutions: {4,3,2,2,3,4}\{-4, -3, -2, 2, 3, 4\}. Applying the condition x1>2|x - 1| > 2 requires x<1x < -1 or x>3x > 3. Only 4,3,2-4, -3, -2, and 44 satisfy both conditions, giving exactly 4 valid integer values.

Step-by-Step Solution

1
Solve the quadratic absolute value inequality x2106|x^2 - 10| \le 6.
6x2106    4x216-6 \le x^2 - 10 \le 6 \implies 4 \le x^2 \le 16.
Removing the absolute value bars gives the bounded inequality 6x2106-6 \le x^2 - 10 \le 6. Adding 10 across all parts isolates x2x^2.
2
Identify all candidate integer values of xx for which 4x2164 \le x^2 \le 16.
x{4,3,2,2,3,4}x \in \{-4, -3, -2, 2, 3, 4\}.
Taking the square root yields 4x2-4 \le x \le -2 or 2x42 \le x \le 4. The integer solutions are 4,3,2,2,3,4-4, -3, -2, 2, 3, 4.
3
Solve the linear absolute value inequality x1>2|x - 1| > 2.
x>3x > 3 or x<1x < -1.
An absolute value distance greater than 2 expands into two disjunctive linear inequalities: x1>2x - 1 > 2 or x1<2x - 1 < -2.
4
Intersect the candidate integer set {4,3,2,2,3,4}\{-4, -3, -2, 2, 3, 4\} with the domain x<1x < -1 or x>3x > 3.
The valid integers are 4,3,2,-4, -3, -2, and 44. The values 22 and 33 fail the inequality since they fall inside the excluded interval [1,3][-1, 3].
Testing each candidate shows that 4,3,2-4, -3, -2 are strictly less than 1-1, and 44 is strictly greater than 33.

Key Concept

Solving compound absolute value inequalities and finding integer solution set intersections.
Rate this question