My ans is "B"
I followed the way:
1 >= Y > X
say: 0.7 > 0.6 ; z = .42
-2 > -3 ; z = 6
0.5 > -2 ; z = -1
solve and see the ans
sa


I too got B but what about (d) x>z?
x != 0 , y!=0 and 1 >= y > x, implies
0<y<1 or y<0
and
x <0
So when x is negative, and y is negative , z will be postive and hence x > z CANNOT be true
When x is negative and y is postive , z will be negative but definitely greater than x. again x > z CANNOT be true
For eg.,
x = -0.5 and y = 0.5 => z = -0.25 --- z > x
x = -0.1 and y = 0.9 => z = -0.09 --- z> x
am I missing something?






There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks