Question 87387
|a - b|  is the distance from a to b.
Ex: |-2-7| is the distance from -2 to 7 = 9
------------
Algebraic definition:
|x| = x if x>=0
|x| = -x if x<0
Ex: |-3| = -(-3) = 3
===============
Cheers,
Stan H.