Q) Y >= 0,
What is the value of x?
1) |x-3| >= y
2) |x-3| <= -y
What is the best way to approach this problem?
Thank,
Champ
esledge Wrote:This is an annoying question. At first glance, I guessed the answer might be C because of the similarity between the statements ("hmm, maybe they overlap in agreement that y = 0...," I thought).
This is how I did it:
|x - 3| can be thought of as "x's distance from 3 on the number line." (Try a few x values, both above and below 3, to see why.)
So (1) tells us that x's distance from 3 on the number line is at least 0. Well, that just implies that x could be 3 or any number any distance away from 3. x = anything, so (1) is clearly insufficient (eliminate A and D). But since (1) tells us nothing, if (2) were insufficient and needed "help," we wouldn't get any help from (1). The answer can't be C.
So to decide between B and E, we look at (2).
The number line approach broke down for me (in a good way) when I realized that -y could be negative, but x's distance from 3 on the number line can't be negative.
|x-3|<=-y
-|x-3|>=y (from (2)) and y>=0 (from the question constraint)
-|x-3| can't be positive, but it can be 0.
Therefore, |x-3| = 0, or x = 3.