aditi.bhargava1 wrote:
The above is part of the explanation for evaluating statement 1. My question is- what is the reasoning behind multiplying each part of the equations that are negative by -1? Why do we do this?
if you take the absolute value of a quantity that's negative, the sign of that quantity is reversed.
if you take |-5|, you get 5.
if you take |x| when x is negative, you get -x (which would be positive in that case).
if you take |x - 3| when x - 3 is negative, you get -x + 3, or 3 - x (which is then positive).
etc.