EgmatQuantExpert
This was an excellent question! And, the low accuracy rates suggest that many students got stumped by it, probably because they failed to consider that
the modulus function yields non-negative values, and not strictly positive values (in simpler words, the modulus function can also yield a value of zero)
Here is a similar question for you to further practice this very important point:
Is integer x negative?
(A) x is not equal to |x|
(B) x = -|y - 2|, where y is an integerPlease post your solution below. I'll provide the official answer and explanation soon. Till then, Happy Solving and wish you all the best!
Best Regards
Japinder
The correct answer is Option AThe question statement just tells us that x is an integer.
This means,
either
x is negative or
x = 0 or
x is positiveLet's now see if the given statements help us eliminate some of these cases.
(1) x is not equal to |x|
This statement only holds true for
x is negative x = 0 and
x is positive violate Statement 1, and therefore can be ruled out.
Thus, Statement 1 is sufficient to confirm that x is negative.
(2) x = -|y - 2|, where y is an integer
Now, as I pointed out in the post quoted here,
the modulus function yields non-negative values, and not strictly positive values (in simpler words, the modulus function can also yield a value of zero)
This means
either
|y-2| > 0 (for example, for y = 3, -3 etc.)
and therefore, x = -(positive number) =
negative integer or |y-2| = 0 (for y = 2)
and therefore,
x = 0 Thus, using Statement 2 alone, we get that x is either negative or equal to zero. So, it's not sufficient to confirm that x is negative.
Hope you enjoyed working on this question
Japinder