mmslf75 wrote:Hi
I came across this good DS question
TRY....
Is x a negative number?
(1) x^2 is a positive number.
(2) x * |y| is not a positive number.
E
Is x a negative number?
(1) x^2 is a positive number.
x can be positive or negative; insufficient.
(2) x * |y| is not a positive number.
Because zero is not a positive number, this statement permits:
x*|y| = 0
and because absolute value is either positive OR zero, |y| can just be zero:
x*0 = 0
in which case, x can be positive, negative, or zero; insufficient.
(1) + (2):
Because zero is not a positive number, from (1), we know that x^2, and therefore x, is not zero. But x can still be positive or negative; insufficient.
The statements remain insufficient even when combined; choose E.
In DS, when dealing with absolute value and/or with non-positive and non-negative, be eager to use zero because it will either a) speed things up (as it did here in the second statement's analysis) or b) uncover a subtlety that turns the statement's sufficiency.
@qazpt: your analysis was almost perfect but you forgot to consider that |y| can be zero...see how important it is to consider zero when dealing with absolute value!