Re: What is the value of x? (1) |6 - 3x| = x - 2 (2) |5x + 3| = 2x + 9
[#permalink]
25 Jul 2018, 04:23
Hi,
If this question has been asked like,
Is x > 0?
Then the solving part would have been very easy,
Because here statement are equations with one side modulus, so we can consider one side non-negative.
Say, for example, in the statement I here given is,
|6-3x| = x -2
We should have equated this to,
x-2 > = 0
Because modulus of anything will be non-negative.
But here the question asks the value of x,
So, we have to do it, either using the number line or by the definition of modulus,
Statement I is sufficient:
|6 - 3x| = x – 2
By the definition of modulus,
6 – 3x = x -2, whenever (6-3x) >= 0 i.e., whenever, x <= 2
Solving this we get,
x = 2
Which works according to the condition of x,
Now,
6-3x = -x +2, whenever (6-3x) <= 0 i.e., whenever, x > = 2
Solving this we get,
x = 2.
So only one x value works here.
So statement I is sufficient.
Statement II is insufficient:
|5x + 3| = 2x + 9
By the definition of modulus,
5x + 3 = 2x +9, whenever (5x+3) >= 0 i.e., whenever, x >= -3/5
Solving this we get,
x = 2
Which works according to the condition of x,
Now,
5x+3 = -2x-9, whenever (5x+3) <= 0 i.e., whenever, x < = -3/5
Solving this we get,
7x = 6.
x = -12/7
Which also works according to the condition of x,
Hence there are two values of x.
So statement II is insufficient.
So the answer is A(I alone).
Key to solving the modulus question, knowing the definition of modulus.
Hope this helps.