Some concepts
|x| = -x when x < 0
Say if you have x = -3 then |x| will be 3
So since our x term is -3, |x| will be = -x and not x
Here |x-y| = y - x this implies that x - y < 0. Additionally we are told that y < 0 then and x < y it means that x < 0 and y < 0
So we have x - y < 0 , x < 0 and y < 0
Coming to the question
|x| = -x since x < 0 Hence x /|x| = x/-x i.e -1
Next, |-y| = -y ---> Since y is already negetive, adding the minus sign to it makes it positive and when the value inside mod is positive the mod will open as it is.
So |-y|/y = -y/-y = 1
Next we have (x - y)/ |y-x| ---> Here we can write (y - x) as -(x-y) again since x-y is negetive, adding a minus sign makes it positive and hence the mod will open as it is
So this will become (x - y) / -(x- y) i.e -1
xy is anyway positive so |xy| / xy = 1
So -1 + 1 -1 + 1 = 0 , Answer B
Bunuel
If \(|x-y|=y-x\), \(x \ne y\), and \(y<0\), what is the value of \(\frac{x}{|x|}+\frac{|-y|}{-y}+\frac{x-y}{|y-x|}+\frac{|xy|}{xy}\)?
A. -2
B. 0
C. 1
D. 2
E. 4
⚠️ Important: GMAT Club does not allow AI-generated posts. AI-generated solutions are not eligible for kudos, and users who post them may face moderation action, including a ban.