Describe “Absolute Value”.
The absolute value of a number |a| is the distance from a to 0 on the real number line. Distances are always positive. |a| is always greater than or equal to 0.
Rewrite |ab|
|ab| = |a| x |b|
Rewrite |a/b|
|a/b| = |a|/|b|
As long as b is not 0.
Rewrite |an|
|a|n
|x| = a if and only if:
x = +/- a
|x| < a if and only if:
-a < x < a
|x| > a if and only if:
x > a or x < -a