How do you solve and graph #abs(4n+3)>=18#?

1 Answer
Aug 22, 2017

See a solution process below:

Explanation:

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

We can solve this as a system of inequalities:

#-18 >= 4n + 3 >= 18#

First, subtract #color(red)(3)# from each segment of the system of inequalities to isolate the #n# term while keeping the system balanced:

#-18 - color(red)(3) >= 4n + 3 - color(red)(3) >= 18 - color(red)(3)#

#-21 >= 4n + 0 >= 15#

#-21 >= 4n >= 15#

Now, divide each segment by #color(red)(4)# to solve for #n# while keeping the system balanced:

#-21/color(red)(4) >= (4n)/color(red)(4) >= 15/color(red)(4)#

#-21/4 >= (color(red)(cancel(color(black)(4)))n)/cancel(color(red)(4)) >= 15/4#

#-21/4 >= n >= 15/4#

Or

#n <= -21/4# and #n >= 15/4#

Or, in interval notation:

#(-oo, -21/4]# and #[15/4, +oo)#

To graph, we will draw vertical lines at points #-21/4# and #15/4# on the horizontal axis.

Both line will be solid because there is a "or equal to" clause in both inequalities.

We will shade to the left and to the right of the two lines because of the "less than" and "greater than" clauses in the solutions.

enter image source here