this is an excellent explanation, to which i'll add only a few comments.
mbarshaik wrote:
SQRT( (x-5)^2 =5-x?
SQRT ( (x-5)^2 = |x-5|
general takeaway here:
squaring a quantity, and then square-rooting, is equivalent to taking the absolute value.remember this.
Quote:
|x-5| = 5-x
Now the above equation has two values
x-5 = 5-x or -(x-5) = 5-x depending on whether (x-5) > or < 0
we can make this more clear:
|x - 5| can be either (x - 5), the actual quantity within the absolute-value bars, or (5 - x), the opposite of that quantity.
if it's to be the original quantity (x - 5), then that quantity must be at least 0: x
> 5.
if it's to be the opposite (5 - x), then that opposite quantity must be at least 0. for that to happen, x
< 5.
(notice that, if x is actually 5, then |x - 5| equals
both (x - 5) and (5 - x), since both of them are zero.)
therefore, we can rephrase the question:
is x < 5?Quote:
1. -x|x| > 0
the above is possible only for x < 0, therefore (x-5) < 0
when you see this statement, it may bewilder you at first, but you should look at it and think: "ok, just absolute-value bars and negative signs. no other numbers; no other operations; this could only possibly have to do with the sign of x."
then just test it to see whether it works for PNZ (positive, negative, zero).
turns out that it only works for negative numbers.
therefore, rephrase:
(1) x < 0this is sufficient, since x is definitely less than 5 if it's negative.
Quote:
2. Clearly states that (x-5) < 0 so this is sufficient and the answer is D
nothing to add.