How do you solve #abs(x-9)-13=-8#?

1 Answer
Feb 27, 2017

See the entire solution process below:

Explanation:

First, add #color(red)(13)# to each side of the equation to isolate the absolute value term:

#abs(x - 9) - 13 + color(red)(13) = -8 + color(red)(13)#

#abs(x - 9) - 0 = 5#

#abs(x - 9) = 5#

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.

Solution 1)

#x - 9 = -5#

#x - 9 + color(red)(9) = -5 + color(red)(9)#

#x - 0 = 4#

#x = 4#

Solution 2)

#x - 9 = 5#

#x - 9 + color(red)(9) = 5 + color(red)(9)#

#x - 0 = 14#

#x = 14#

The solution is #x = 4# and #x = 14#