Question

Difficulty: MediumReal Numbers, Number Line, and Absolute Value

On the real number line, the distance between a real number kk and 3-3 is strictly less than 77, and the distance between kk and 55 is at least 44. Which of the following inequalities represents the complete set of all possible values of kk?

  1. 10<k1-10 < k \le 1Answer
  2. B
    10k1-10 \le k \le 1
  3. C
    10<k<1-10 < k < 1
  4. D
    4<k1-4 < k \le 1
  5. E
    1k<41 \le k < 4

Answer

10<k1-10 < k \le 1
The correct inequality 10<k1-10 < k \le 1 properly combines the strict bound from the distance to 3-3 (which gives 10<k<4-10 < k < 4) with the non-strict bound from the distance to 55 (which gives k1k \le 1 or k9k \ge 9). Taking their intersection gives 10<k1-10 < k \le 1.

Step-by-Step Solution

1
Express the first condition using absolute value notation and solve for kk.
k(3)<7    k+3<7    7<k+3<7    10<k<4|k - (-3)| < 7 \implies |k + 3| < 7 \implies -7 < k + 3 < 7 \implies -10 < k < 4.
Distance on a number line between xx and yy is given by xy|x - y|.
2
Express the second condition using absolute value notation and solve for kk.
k54    k54|k - 5| \ge 4 \implies k - 5 \le -4 or k54    k1k - 5 \ge 4 \implies k \le 1 or k9k \ge 9.
The phrase 'at least 4' means greater than or equal to 4.
3
Find the overlap (intersection) of the two solution sets.
(10<k<4)(k1 or k9)=10<k1(-10 < k < 4) \cap (k \le 1 \text{ or } k \ge 9) = -10 < k \le 1.
Since kk must be less than 44, the region k9k \ge 9 contains no valid solutions, leaving only 10<k1-10 < k \le 1.

Key Concept

Absolute value as distance on the number line and solving compound absolute value inequalities.
Estimated Time:1m 30s
Rate this question