an interesting problem popped up today. I found answer which is not OA cited in the post, please contribute
... this question's title contains part of this DS, so I am copying/pasting the title of the post back into the post

w<-x OR x<-w. Is w>y?
st(1) x<-y --> as x<-w both -w and -y can be greater than y, BUT we don't know if if w>y Not Sufficient;
st(2) y<x<w --> as x<-w and x<w, then we can deduce x<0 and |w|<x . If x<0 then y<0 too. And if y<x then |y|>|x|. If w<0 then w lies to the right from y, i.e. -y<-w. If w>0 then w lies to the left of y again, i.e. y<w. Since we don't know the sign of w, and w can be both +ve and -ve statement(2) is Not Sufficient;
Combined st(1&2): x<-y and y<x<w --> -x>y U x>y suggest y<0 and |x|<y. This is too not sufficient, as both w>y and -w>y present (the same condition was met in statement 2 Alone) BUT we need to meet both conditions w>y AND -w<-y
IOM
E
If W +x <0, is w-y>0?
(1) x+y <0
(2) y<x<w
mmgmat2008 wrote:(1) x+y <0
(2) y<x<w
Answer b
I got this wrong. why not D for this question?