I am having trouble with the following problem:
$$-b<-a<b$$
The above equation is true for constants $a$ and $b$. Which of the following must be true:
- $a<0$
- $b>0$
- $|a|<b$
My attempt: From the inequality, we have$$-b<a<b\implies |a|<b$$So $3$ is true. However, I'm not sure how to show whether $1$ and $2$ are true or not. Any insights?