What is the solution to the inequality #abs(x-4)>3#?

1 Answer
Aug 28, 2015

#x in (-oo, 1) uu (7, +oo)#

Explanation:

You already have the modulus isolated on one side of the inequality, so you don't need to worry about that.

By definition, the absolute value of any real number will always be positive, regardless of the sign of said number.

This means that you need to take into account two scenarios, one in which #x-4>=0# and one when #x-4<0#.

  • #x-4>=0 implies |x-4| = x-4#

The inequality becomes

#x - 4 > 3 implies x > 7#

  • #x-4<0 implies |x-4| = -(x-4)#

This time, you get

#-(x-4) > 3#

#-x + 4 > 3#

#-x > -1 implies x< 1#

This means that your solution set for this absolute value euqation will include any value of #x# that is bigger than #7# or smaller than #1#. #x=7# and #x=1# are not included in the solution set.

#x in (-oo, 1) uu (7, +oo)#

For any value of #x in [1, 7]#, the inequality will not be true.