How do you solve and write the following in interval notation: #| -3x | + 2 ≤ 8#?

1 Answer
Apr 28, 2017

See the entire solution process below:

Explanation:

First, subtract #color(red)(2)# from each side of the inequality to isolate the absolute value function while keeping the inequality balanced:

#abs(-3x) + 2 - color(red)(2) <= 8 - color(red)(2)#

#abs(-3x) + 0 <= 6#

#abs(-3x) <= 6#

The absolute value function takes any positive or negative term and transforms it to its positive form. Therefore, you must solve the term within the absolute value function for both its positive and negative equivalent:

#-6 <= -3x <= 6#

We need to divide each segment of the system of inequalities by #color(blue)(-3)# to solve for #x# while keeping the system balanced. However, because we are multiplying or dividing an inequality by a negative term we must reverse the inequality operators:

#(-6)/color(blue)(-3) color(red)(>=) (-3x)/color(blue)(-3) color(red)(>=) 6/color(blue)(-3)#

#2 color(red)(>=) (color(blue)(cancel(color(black)(-3)))x)/cancel(color(blue)(-3)) color(red)(>=) -2#

#2 >= x >= -2#

Or

#x <= 2# and #x >= -2#

Or, in interval notation:

#[-2, 2]#