How do you solve and graph #abs(r+2)>6#?

1 Answer
May 2, 2017

"Greater than" is an "OR."

Explanation:

To solve an absolute value inequality in one variable, first separate it into cases involving "less than" (#<, le#) and cases involving "greater than" (#>, ge#). This is a "greater than" case.

Next, if the inequality is not alone on one side, subtract or add to get it by itself. In this case we already have #|r + 2|# by itself.

Now observe that 6 is positive. This is a "normal" case. Zero is a special case, and a negative number is a special case.

The normal case for greater than splits into two inequalities separated by OR. The first is the same inequality without the absolute value. For the other, reverse the inequality, and change the sign of the number on the right side:

#r + 2 > 6# OR #r + 2 < -6#

Solve each separately.
#r + 2 > 6#
#r > 4#

Also
#r + 2 < -6#
#r < -8#

Our solution is
#r < -8# OR #r > 4#

To graph this on a number line, place open circles at -8 and at 4.
An open circle indicates that the endpoints are not part of the solution. We know this since the inequality is ">" instead of "#ge#".

Shade to the LEFT of -8.
Shade to the RIGHT of 4.