ravibits wrote:gabriel wrote:john1234 wrote:If y is greater than or equal to 0,what is the value of x
1) lx-3l is greater than or equal to y
2) lx-3l is greater than or equal to -y
Thanx for any help
The answer is B. The second statement says that "lx-3l is greater than or equal to -y". But since a modulus can never be negative so y has to be 0 and hence lx-3l is equal to 0 and x =3
I don't get it!
Since the modulus of a value can never be negative, |x-3| will always be greater than -y(which is always negative), not just for y=0.
But, the explanation above looks good for me when the condition is |x-3|<=-y and this is the case where |x-3| can take the value of 0 ONLY since -y is always zero or negative.
Please let me know if I am missing anything here...
Look at it this way,
consider y = 2, as y >=0 from question.
2nd statement:
|x - 3| {LHS} >= -y {RHS}
Then,
|x - 3| {LHS} >= -
2 {RHS}.
This means, LHS can be -1, 0, 1, 2 , ... etc.
But since LHS should always be positive or 0, RHS should also be positive or 0.
Now, RHS is -y. RHS can be 0 when y is 0.
RHS can be positive when y is negative. e.g: -(-3)
But y>=0 from question. so RHS cant be positive and y cannot be greater than 0.
So |x-3| has to be zero and hence x =3.
Hope I answered it right!