Bunuel
Is \(\sqrt{(y-4)^2}= 4 - y\) ?
(1) |y – 3| ≤ 1
(2) y × |y| > 0
MANHATTAN GMAT OFFICIAL SOLUTION:The complicated expression in the question stem leads to a disguised
Positive/Negative problem. In general, \(\sqrt{x^2}=|x|\). Think about this relationship with a real example:
\(\sqrt{3^2}=3\) and \(\sqrt{(-3)^2}=3\).
In both cases (positive or negative 3), the end result is 3. Thus in general \(\sqrt{x^2}\), will always result in a positive value, or |x|. We can rephrase the original question:
Is |y – 4| = 4 – y? becomes Is |y – 4| = –(y – 4)?
Since the absolute value of y – 4 must be positive or zero, we can rephrase the question further:
Is –(y – 4) ≥ 0? becomes Is (y – 4) ≤ 0? and then Is y ≤ 4?
(1) SUFFICIENT: The absolute value |y – 3| can be interpreted as the distance between y and 3 on a number line. Thus, y is no more than 1 unit away from 3 on the number line, so 2 ≤ y ≤ 4. Thus, y ≤ 4.
(2) INSUFFICIENT: If y × |y| > 0, then y × |y| is positive. This means y and |y| must have the same sign. The term |y| is non-negative, so y must be positive. However, knowing that y is positive is not enough to tell us whether y ≤ 4.
The correct answer is A.Got it wrong because of thinking positive or negative sign after square root. Can you explain how this is true "In both cases (positive or negative 3), the end result is 3. Thus in general x2−−√x2, will always result in a positive value, or |x|. We can rephrase the original question"?