
Stephen C. answered 08/08/19
SAT Math, Algebra, Trig, PreCalc Tutor
Simplify | z - 6 | - | z - 5 | if z < 5.
Well, the definition of absolute value is:
| a | = a, if a >= 0, and
| a | = -a, if a < 0.
And if z < 5, then (z - 6) and (z - 5) are both < 0, so
| z - 6 | - | z - 5 | = -(z - 6) - (- (z - 5))
= -z + 6 + (z - 5)
= 1