Question 92582
Given to solve and graph:
.
{{{abs(x-2)>=3}}}
.
You can solve this by setting up two inequalities. The inequalities come from taking the 
quantity inside the absolute value signs and preceding it first with a + sign for one inequality
and then preceding it with a minus sign.
.
And since you have an inequality, remember the basic rule that if you multiply or divide both
sides by a negative, then you reverse the direction of the inequality sign.
.
With this in mind, let's begin by writing the inequality using the quantity inside the 
absolute value signs preceded by a + sign.
.
{{{+(x-2)>=3}}}
.
and the parentheses can be eliminated without affecting the inequality because the parentheses
are preceded by an implied + sign.  This makes the inequality become:
.
{{{x-2>=3}}}
.
As you would do in an equation, you can get rid of the -2 on the left side by adding +2
to both sides to get:
.
{{{x >= 5}}}
.
This is one solution. It says that x must equal or be greater than 5.
.
Now to the second part of the solution.  Take the quantity inside the absolute value signs
and preceded it by a minus sign to get:
.
{{{-(x-2)>=3}}}
.
Since the parentheses are preceded by a negative sign, when you remove them you change the
sign of each of the terms inside and the equation becomes:
.
{{{-x + 2 >=3}}}
.
Next you can get rid of the +2 on the left side by adding -2 to both sides to
get:
.
{{{-x >= 1}}}
.
We are trying to solve for +x so we need to multiply both sides by -1 to make the x
switch from -x to +x.  Don't forget the rule that when you multiply or divide both sides
of an inequality by a negative quantity you reverse the direction of the inequality sign.
So when you multiply both sides by a -1 you get:
.
{{{x <= -1}}}
.
This tells you that x must equal or be less than -1.
.
To graph the two solutions to this problem, create a number line, and on that line put
dots at two points ... at -1 and at +5. Then you make the number line heavy or bold 
from minus infinity all the way up to (and including) the point at -1. Next you make the
number line heavy all the way from plus infinity down to (and including) the point at +5.
.
The heavy parts of the number line then tell you where values of x will satisfy the original
problem. Note that the number is not heavy between the values of x= -1 and x = +5, so that
is the region in which any value of x will not satisfy the inequality.  
.
Let's do a few checkpoints to see whether our answer is correct.
.
How about letting x = 0, a value that is in the region we said should not work. When we
substitute 0 for x in the original problem it becomes:
.
{{{abs(0-2)>=3}}}
.
This simplifies to
.
{{{abs(-2)>=3}}}
.
and the absolute value of -2 is +2. That means that the inequality becomes
.
{{{2>=3}}}
.
and this is not true. So we know that at one value between x=-1 and x= +5 the inequality
will not work.
.
Next let's try letting x= +6.  That is in a region that we said x has values that should
work.  If you substitute +6 for x in the original problem you get:
.
{{{abs(6-2)>=3}}}
.
and this simplifies to
.
{{{abs(4)>=3}}}
.
and the absolute value of +4 is +4 so the inequality becomes:
.
{{{4 >= 3}}}
.
That works ... so one value in a region that we said should work, does work.
.
Finally, let's let x = -2. That also is in a region that we said should work. Substituting
-2 for x in the original problem makes it become:
.
{{{abs(-2-2)>=3}}}
.
This simplifies to 
.
{{{abs(-4)>=3}}}
.
and the absolute value of -4 is +4. So the inequality simplifies to:
.
{{{4>=3}}}
.
This is true, so we know that when x equals -2, the original inequality holds true. It
helps to verify that our original equation is true.
.
You can try additional values of x to help you confirm to your self that if:
.
{{{x <= -1}}} or {{{x >= 5}}}
.
Then the original inequality will be true.
.
Hope this helps you to understand how you can work inequalities of this type.
.