Say I have a statement like:
$$ \left| \frac{-2x-6}{4} \right| \le 5. $$
And I want to find the closed interval form of $x$. i.e. I want to know what the maximum and minimum $x$ can be. How do I do this?
Say I have a statement like:
$$ \left| \frac{-2x-6}{4} \right| \le 5. $$
And I want to find the closed interval form of $x$. i.e. I want to know what the maximum and minimum $x$ can be. How do I do this?
You can get rid of the - inside of the absolute value and have the inequality $${|2x + 6|\over 4} \le 5$$ or $$|x + 3| < 10.$$ Now you can use the fact that for real numbers $a$ and $b$, we have ${\rm distance}(a,b) = |a - b|$ and observe that $|x + 3| = {\rm distance}(x, -3)$.
You now have the inequality ${\rm distance}(x, -3) < 10$, which yields $-13 < x < 7$. This is a nice geometric way to think about the problem.