Arithmetic

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

  1. If x ≥ 0, then |x| = x.
  2. If x < 0, then |x| = −x (drop the minus sign).

Example

Evaluate |−8|.

  1. −8 is negative, so |−8| = −(−8).
  2. −(−8) = 8.

Answer: 8

Loading drills…