by kanaks123 Fri Feb 13, 2009 6:36 pm
Not sure if the Answer is C.
C falls apart when we take x=5 => |5-2| - |5-3| != |5-5|
The answer is A and I have a very convoluted way of solving the problem.
set-1: |x-2| => x > -2 and x > 2 => x belongs to (-infinity, -2) or (2, infinity)
set-2: |x-3| => x belongs to (-infinity, -3) or (3, infinity)
*Where as ( means not inclusive and ] means inclusive
now |x-2| - |x-3| belongs to (-infinity, -1] or [1, infinity)
To come at the above set, I picked the boundary numbers from set-1 and set-2 above :
-1 - (-3) = 2, -3 - (-4)=1, 4 - 3 =1,....
|x-5| = some number that belongs to (-infinity, -1] or [1, infinity)
so we have two cases
case 1: x-5 > 0, therefore x-5 belongs to [1, infinity)
case 2: x-5 < 0, therefore x-5 belongs to (-infinity, -1]
Taking both cases we can say, x belongs to (-infinity, 4] or [6, infinity). It is lot easier if you place these values on number line.