IMO D
given: zy<xy<0---equ 1
zy and xy are negative.
Either x and z are negative or y is negative.
St 1: z<x
Let x = -1, z = -3 and y = 2
xy = -2; zy = -6
-6<-2; statisfies equ 1
Let x = 3, z = 1, y = -2
xy = -6, zy = -2
zy>xy, this violates equ 1.
Hence x and z are negative.
Hence |x - z| is positive ( |-1+3| = 2)
We have to show if |x - z| + |x| = |z|
LHS
(x-z)+(-x)
= -z
RHS
(-z)
LHS = RHS Hence st 1 is SUFF
St 2 y>0
This gives the same information as st 1.---SUFF
Another shortcut would be you know St 1 and St 2 give you the same information since xz and y are opposite signs. So that brings down the options to either D or E. So in case your running out of time you can use a little bit of logic and bring down the options to D or E and make a guess.