How do you simplify #–| (–2)2 |#?

1 Answer
May 27, 2017

See a solution process below:

Explanation:

First, execute the multiplication operation within the absolute value function:

#-abs(color(red)((-2))color(blue)(2)) => -abs(-4)#

Next, execute the absolute value function. This function takes any negative or positive number and transforms it to its positive form:

#-color(red)(abs(-4)) => -(4) => -4#