How do you solve #abs(4x+5)>=13#?

1 Answer
May 13, 2017

See a solution process below:

Explanation:

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

#-13 >= 4x + 5 >= 13#

First, subtract #color(red)(5)# from each of the segments of the system of inequalities to isolate the #x# term while keeping the system balanced:

#-13 - color(red)(5) >= 4x + 5 - color(red)(5) >= 13 - color(red)(5)#

#-18 >= 4x + 0 >= 8#

#-18 >= 4x >= 8#

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

#-18/color(red)(4) >= (4x)/color(red)(4) >= 8/color(red)(4)#

#-9/2 >= (color(red)(cancel(color(black)(4)))x)/cancel(color(red)(4)) >= 2#

#-9/2 >= x >= 2#

Or

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

Or, in interval notation:

#(-oo, -9/2]# and #[2, oo)#