YBK said:
what's the conventional way
?
I dunno what the hell you did, but the most common way to solve this inequality is by using the 3 regions method. (i.e. for |x - 2| + |x + 2| > 6, solve for regions x < -2, -2 ≤ x ≤ 2 and x > 2)
Question:
|x - 2| + |x + 2| > 6
At x < -2
-(x - 2) + -(x + 2) > 6
-2x > 6
.: x < -3
Check if it satisfies domain and where the solution intersects with the domain...
.: one solution is x < -3
At -2 ≤ x ≤ 2
-(x - 2) + (x + 2) > 6
4 > 6
This is false, .: no solutions for that domain
At x > 2
(x - 2) + (x + 2) > 6
2x > 6
.: x > 3
Check if it satisfies domain and where the solution intersects with the domain...
.: one solution is x > 3
.: solutions are x > 3 and x < -3
It's a long method, but if you're careful it should work for any double absolute value equation/inequality.
Also, if you square both sides of an inequality, you may introduce new and incorrect solutions so you may have to check your solutions in the end.
e.g. For x > 4
If you SBS, then x² > 16
Now there are two solutions for that, which are x > 4 and x < -4.
But the only solutions for x are x > 4.....! So x < -4 is incorrect.
You've introduced incorrect solutions into the inequality if you square both sides in this case. In other cases you may not introduce incorrect solutions and you would be safe, but you have to check your solutions if you use SBS for an inequality.
Another common method, if you're dealing with nice whole numbers is by graph. Just make sure you draw it to an appropriate scale.
So, change: |x - 2| + |x + 2| > 6
into: |x - 2| > 6 - |x + 2|
Graph:
y = |x - 2|
and
y = 6 - |x + 2|
and see where the graph y = |x - 2| is ABOVE the graph y = 6 - |x + 2|
Your domains or x-values which satisify the inequality from the graph are your solutions.