Question 1190064
<font color=black size=3>
The handy rule to memorize is
|x| < k is the same as -k < x < k
where k is some positive number
If k was negative, then |x| < k has no solutions. Why? Because |x| itself is never negative, so there's no way |x| is smaller than any negative number.


Some examples<ul><li>|x| < 5 becomes -5 < x < 5</li><li>|3y-1| < 10 is the same as -10 < 3y-1 < 10</li><li>|w+4| < 7 turns into -7 < w+4 < 7</li><li>|10n-22| < -55 has no solutions</li></ul>With all that in mind, let's solve this current inequality
|b-7| < 6
-6 < b-7 < 6  ... use the rule mentioned above
-6+7 < b-7+7 < 6+7 .... adding 7 to all sides
1 < b+0 < 13
1 < b < 13


The value b is some number between 1 and 13, excluding both endpoints.


The graph will have open holes at 1 and 13 on the number line. 
Then you shade between those open holes. This visually describes the interval 1 < b < 13.


Answer: Choice C. 1 < b < 13
</font>