Hi, Peer!
Other posters have already answered you. However, I think that the answer should be D.
Quote:
Is |x-2|+|x+2|<4?
1). x<0
2). x is within (-2, 2)
You needn’t to consider all four possibilities for modulus in this case. In fact, each of the statements gives you data needed to decide which possibilities you should consider.
1) x<0 => (x-2)<0, so this left us only with two possibilities:
-2<=x<0 : -x+2+x+2 = 4 so we can answer the question
x<-2: -x+2 – x – 2 =-2*x ...
Here I almost fell into the trap: I overlooked that -2*x for x<-2 gives us value always greater than 4! So, we in fact can answer the question despite the fact we don't know the value of the expression on the left side. We know enough to say that it _won't be_ less than 4.
So 1) is sufficient.
2) that x is within (-2,2) gives us the single possibility for modulus: first one is (-x+2) and the second one (x+2). So, we have:
-x+2+x+2 = 4 and we can answer the question.
So 2) is sufficient and it’s D.
****
Edited: Now I began to doubt it myself... Maybe I missed something here?