How to solve
Absolute value measures distance from zero on the number line, so the result is never negative. For a non-negative number it leaves the value alone; for a negative number it flips the sign to make the distance positive.
Steps
- If x ≥ 0, then |x| = x.
- If x < 0, then |x| = −x (drop the minus sign).
Example
Evaluate |−8|.
- −8 is negative, so |−8| = −(−8).
- −(−8) = 8.
Answer: 8
Loading drills…