$$ \text{How to solve}\quad \frac{\left\vert\,{x + 3}\,\right\vert + x}{x+2} > 1\quad{\large ?}. $$
I tried and wrote two cases, once opening the mod as it is and then the other case opening the mod with a negative sign.
I got the two cases as : $x\in (-\infty,-2)\cup (-1,\infty)$ and $x\in (-5,-2)$.
The problem is I don't know whether to take union or intersection. Also, the answer I get is different from what's given in the book. Where am I going wrong? What's the best (errorless) way you would handle such problems with the modulus?
Thanks for your effort.
Instead of just "mindlessly" dividing into cases, write out the logical connectives "and" and "or", and everything should (hopefully) take care of itself: $$ \begin{aligned} \frac{|x+3|+x}{x+2}>1 \quad \iff \quad & \Biggl( x+3 \ge 0 \quad\text{and}\quad \frac{(x+3)+x}{x+2}>1 \Biggr) \\ & \text{or} \quad \Biggl( x+3 < 0 \quad\text{and}\quad \frac{-(x+3)+x}{x+2}>1 \Biggr) \\[1em] \iff \quad & \dots \end{aligned} $$