Source: Extra Practice
If |x - 1| ≤ 2, then x belongs to which interval?
Options
Option A
(-1, 3)
Option B is correct
[-1, 3]
Option C
[1, 3]
Option D
[-3, 1]
Explanation
The absolute value inequality |x - a| ≤ r is equivalent to a - r ≤ x ≤ a + r. Here, a = 1 and r = 2. So, 1 - 2 ≤ x ≤ 1 + 2, which gives -1 ≤ x ≤ 3. In interval notation, this is [-1, 3]. Option 1 is incorrect because it uses open intervals. Options 3 and 4 are incorrect due to calculation errors in applying the boundary values.