How do you evaluate abs(12-4)-abs(-8+8)-1?

1 Answer
Dec 1, 2016

7

Explanation:

The vertical lines with something in between is called an Absolute value, which is always positive.

So for example |-3| = 3

Thus: |12-4| = +8

And: |-8+8| = +0

But -|8-8| = -(|8-8|) = -(+0) = -0

color(blue)("Putting this all together")

|12-4|-|-8+8|-1" "=" "8-0-1 = 7