How do you solve #abs(y-8)-2=5#?

1 Answer
Jun 9, 2017

See a solution process below:

Explanation:

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

#abs(y - 8) - 2 + color(red)(2) = 5 + color(red)(2)#

#abs(y - 8) - 0 = 7#

#abs(y - 8) = 7#

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)

#y - 8 = -7#

#y - 8 + color(red)(8) = -7 + color(red)(8)#

#y - 0 = 1#

#y = 1#

Solution 2)

#y - 8 = 7#

#y - 8 + color(red)(8) = 7 + color(red)(8)#

#y - 0 = 15#

#y = 15#

The solutions are: #y = 1# and #y = 15#