Last visit was: 04 Sep 2026, 10:31 It is currently 04 Sep 2026, 10:31
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
User avatar
gaurikhanna17
Joined: 16 Jan 2025
Last visit: 04 Sep 2026
Posts: 73
Own Kudos:
46
 [1]
Products:
Posts: 73
Kudos: 46
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Sakshi1405
Joined: 04 Jul 2021
Last visit: 04 Sep 2026
Posts: 35
Own Kudos:
33
 [1]
Given Kudos: 163
Location: India
Concentration: Entrepreneurship, Strategy
GMAT Focus 1: 645 Q87 V82 DI77
GPA: 2.88
WE:Supply Chain Management (Retail: E-commerce)
GMAT Focus 1: 645 Q87 V82 DI77
Posts: 35
Kudos: 33
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
snorlax02
Joined: 22 Dec 2025
Last visit: 30 Jul 2026
Posts: 39
Own Kudos:
Given Kudos: 4
Posts: 39
Kudos: 24
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
PulkitSaran
Joined: 10 Apr 2021
Last visit: 20 Aug 2026
Posts: 34
Own Kudos:
Given Kudos: 437
Products:
Posts: 34
Kudos: 28
Kudos
Add Kudos
Bookmarks
Bookmark this Post
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


 


This question was provided by GMAT Club
for the GMAT World Cup Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 


⚠️ 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.

Since both x and y < 0, the equation simplifies to: 1-1+1+1=2. D.
User avatar
akvirginkar
Joined: 03 Jul 2026
Last visit: 04 Sep 2026
Posts: 9
Own Kudos:
6
 [1]
Given Kudos: 37
Products:
Posts: 9
Kudos: 6
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
|x-y|=y-x; from that we can tell that x<y (|x|=x if x>=0, and -x if x<0; from that logic, substituting 'x' as 'x-y' we get x<y). Now, let's split the expression into its constituent parts.
i) x/|x| - we know that x is negative, since it's given that y is negative and x is less than y. The mod expression always returns a positive number (or zero if x = 0, which is not the case here). So, this will give us the answer -1.
ii) |-y|/-y - since y is negative, following the same logic as above, we get 1 as the answer.
iii) x-y/|y-x| - since we've established x<y, the numerator is negative and the denominator is positive, giving us -1.
iv) |xy|/xy - product of two negatives is positive, so denominator and numerator both positive, giving us 1.
Adding all four taken together we get -1+1-1+1 which is zero.

The correct answer is B. 0
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


 


This question was provided by GMAT Club
for the GMAT World Cup Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 


⚠️ 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.
User avatar
prepapr
Joined: 06 Jan 2025
Last visit: 25 Aug 2026
Posts: 165
Own Kudos:
121
 [1]
Given Kudos: 71
Location: India
GMAT Focus 1: 675 Q84 V84 DI82
GPA: 8.9
Products:
GMAT Focus 1: 675 Q84 V84 DI82
Posts: 165
Kudos: 121
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
It is easier to check with some numbers in these type of questions. Lets consider x=-2, y=-1 which satisfies the given condition.

Putting in values, we get
first term -2/2 = -1
second term 1/1 = 1
third term -2 - (-1) / 1 = -1
fourth term 2/2 = 1

Adding these, -1+1+-1+1 = 0

Therefore the answer is 0
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


 


This question was provided by GMAT Club
for the GMAT World Cup Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 


⚠️ 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.
User avatar
quosrecusandae
Joined: 28 Dec 2025
Last visit: 03 Sep 2026
Posts: 13
Own Kudos:
9
 [1]
Given Kudos: 4
Location: India
GPA: 7.8
Posts: 13
Kudos: 9
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Taking any two values which satisfy the equation, we can take {x,y} = {-1, -2}, for the first equation it becomes | -2 - (-1)| = -1 - (-2)....

Substitute the above values in the second equation,

(-2/2) + (1/1) + (-2 - (-1)) / | -1 - (-2)|) + | (-2)(-1) / (-1)(-2)

Term 1 = -1, term 2 = 1, term 3 = -1, term 4 = 1, all cancel out each other.

we will get 0.

IMO, it's C
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


 


This question was provided by GMAT Club
for the GMAT World Cup Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 


⚠️ 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.
User avatar
Saviooo
Joined: 20 Apr 2025
Last visit: 27 Aug 2026
Posts: 23
Own Kudos:
16
 [1]
Given Kudos: 14
Location: India
Concentration: Finance, Entrepreneurship
Schools: ESSEC MiM '27
WE:Education (Other)
Products:
Schools: ESSEC MiM '27
Posts: 23
Kudos: 16
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
|x−y|=y−x, so x-y<0, x<y and y<0
So both x and y are negative numbers

Approach 1: algebre

\(x/|x|\)+\(|−y|/−y\)+\(x−y/|y−x|\)+\(|xy|/xy\)
\(x/-x\) + \(-y/-y\) + \(x-y/y-x\) + \(xy/xy\)
-1+1-1+1=0

Approach 2: take x= -2 y= -1

\(-2/2\) + \(1/1\) + \(-1/1\) + \(2/2 \)= -1+1-1+1 = 0

ans B
User avatar
EliteSchools
Joined: 02 Apr 2025
Last visit: 20 Aug 2026
Posts: 15
Own Kudos:
14
 [1]
Given Kudos: 56
Posts: 15
Kudos: 14
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
If you are good doing experiment with numbers, then Modulus becomes easy.
Attachments

IMG_5535.jpeg
IMG_5535.jpeg [ 322.43 KiB | Viewed 91 times ]

User avatar
patnaik1988
Joined: 05 Oct 2024
Last visit: 04 Sep 2026
Posts: 78
Own Kudos:
19
 [1]
Given Kudos: 67
Posts: 78
Kudos: 19
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi, If Mod(x-y)=y-x it implies x-y<0 or x<y and since y<0, x should be further negative than y. Its better to assume -ve integers of x=-2 and y=-1 in the equation to get -2/2 + 1/1 + -1/1 + 2/2 = 0 (Answer choice 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


 


This question was provided by GMAT Club
for the GMAT World Cup Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 


⚠️ 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.
User avatar
Amarjeet25
Joined: 05 Mar 2021
Last visit: 04 Sep 2026
Posts: 18
Own Kudos:
8
 [1]
Given Kudos: 213
Products:
Posts: 18
Kudos: 8
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
We are given mod of X minus Y is equal to Y minus X .
So X minus Y is negative
and also it is given that Y is negative
So the value of X must be negative. Let us say if X is equal to -3 and Y is equal to -2, then we can solve this question.
X divided by mod X is -1, mode of minus Y divided by minus Y is +1.
X minus Y divided by Mod of Y minus X is -1, mod XY divided by XY equal +1
Adding all will give zero option, correct B is correct
User avatar
Mardee
Joined: 22 Nov 2022
Last visit: 19 Aug 2026
Posts: 286
Own Kudos:
248
 [1]
Given Kudos: 21
Posts: 286
Kudos: 248
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
We need to find out
x/|x| + (|-y|/-y) + |x-y|/|y-x| + |xy|/xy

We are given,
|x-y| = y-x
x!=y and y<0

=> |x - y| = - (x - y)
This is possible when x - y <0
=> x < y
=> x < y < 0

x/|x| = x/-x = -1

-y/|-y|
=> -y > 0 since y< 0
=> -y/|-y| = 1

x-y / |y-x|
Since y - x > 0
=> |y - x| = y -x
=> x -y/|y-x| = -1

xy/|xy|
Since x and y <0
=> xy > 0
=> |xy| = xy

=> xy/|xy| = 1

Assembling all the 4 terms
x/|x| + (|-y|/-y) + ((x-y)/|x-y|) + |xy|/xy = -1 + 1 - 1 + 1 = 0

B. 0
   1   2   3   4   5   6   7 
Moderator:
Math Expert
113135 posts