SOLUTION: I am having trouble determining how to calculate absolute value. Calculate: -|-5-(-4)|

Algebra ->  Absolute-value -> SOLUTION: I am having trouble determining how to calculate absolute value. Calculate: -|-5-(-4)|      Log On


   



Question 316705: I am having trouble determining how to calculate absolute value.
Calculate:
-|-5-(-4)|

Found 2 solutions by jim_thompson5910, solver91311:
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
-abs%28-5-%28-4%29%29 Start with the given expression.


-abs%28-5%2B4%29 Rewrite -5-%28-4%29 as -5%2B4


-abs%28-1%29 Add


-%281%29 Evaluate the absolute value of -1 to get 1.


-1 Remove the parenthesis.


So -abs%28-5-%28-4%29%29=-1

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!


Do all of the arithmetic inside of the absolute value bars. If the result is greater than or equal to zero (positive or zero), use that value.

If the result is less than zero, change the sign and remove the absolute value bars.

Finally, perform any arithmetic left after the absolute value bars are removed.

Minus 5 minus a minus 4 is minus 5 plus 4 is minus 1. The absolute value of minus 1 is plus 1. Minus a plus 1 is minus 1. So -1. Done.

John