Why is 'just drop the negative sign' a dangerous shortcut for evaluating absolute value?
Think about your answer, then reveal below.
Model answer: The shortcut only works when the input is a bare negative number like |−5|. It fails on expressions like |3 − 8|, where you must evaluate the expression first (getting −5) before taking the distance. 'Dropping the negative sign' on 3 or 8 individually gives the wrong answer. Absolute value means distance from zero of the entire expression inside the bars — not a piecewise operation on individual terms.
The shortcut encourages students to act on the negative sign before computing, but absolute value applies to the final result inside the bars. |3 − 8| ≠ 3 + 8. The correct process is: evaluate inside completely, identify the result, then ask how far that result is from zero. This matters especially for expressions with variables, like |a − b|, where you cannot determine the sign without knowing the values.