Hi Mo2men,
Let me try to explain these types of questions in GMAT little more elaborately.
There are basically you could expect four types of modulus questions (particularly in DS).
1. LHS is a modulus of some equation and the RHS is just a equation and the question is a YES-NO DS question
2. LHS is modulus of some equation and the RHS is just a equation and the question is a Value of DS question
3. Modulus and inequalities.
4. Both side modulus.
This question is of the second type here. I will explain at the last how we can solve when asked of the first type.
General rule of a modulus (absolute value),
|x| = x , whenever x > = 0
|x| = (-x), whenever x < 0
Here in this question,
We have to find the value of x,
I. |6-3x| = x-2
First case,
6-3x = x-2 , whenever (6-3x) > =0, that is x < = 2
4x = 8,
So x= 2 which matches condition x < = 2
Second case,
6-3x = -(x-2) , whenever (6-3x) < 0 , that is x > 2
Again this gives the same value.
So there is only value possible is 2.
So statement I is sufficient.
Eliminate the answer choices B, C and E. Keep the answer choices A and D.
II. |5x + 3| = 2x + 9
First case,
5x + 3 = 2x + 9 , whenever 5x >=3 , that is x >= (3/5)
3x = 6
x = 2 which matches the condition x >= (3/5)
Second case,
5x + 3 = -( 2x + 9) , whenever 5x <3 , that is x < (3/5)
7x = -12
x = -12/7, which matches the condition x < (3/5)
So we get here 2 values of "x".
So not sufficient.
So the answer is A.
Now, if this question of the first type which I mentioned above, lets see how to do it.
That is YES-NO DS question.
Let say the question is like this,
Is x > 0 ?
I. |6 - 3x| = x - 2
II. |5x + 3| = 2x + 9
Now for this question, we no need to do all the process we need above,
We know that LHS in the |6 - 3x| = x - 2 cannot be negative.
So we write,
x -2 > = 0
that says x >= 2
which is positive. sufficient.
Now the second statement,
|5x + 3| = 2x + 9, again LHS cannot be negative.
So 2x+9 >= 0,
So , x > = -9/2
So it could be negative or positive or zero.
So not sufficient.
So NET-NET, it depends on what question type of modulus GMAT asks. So you could smartly reduce time you spend
on questions when you know how to do the above types clearly.
Hope this is clear.