Last visit was: 23 Apr 2026, 23:23 It is currently 23 Apr 2026, 23:23
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
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 23 Apr 2026
Posts: 109,802
Own Kudos:
Given Kudos: 105,868
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,802
Kudos: 810,896
 [27]
2
Kudos
Add Kudos
25
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Harley1980
User avatar
Retired Moderator
Joined: 06 Jul 2014
Last visit: 14 Jun 2024
Posts: 997
Own Kudos:
6,769
 [5]
Given Kudos: 178
Location: Ukraine
Concentration: Entrepreneurship, Technology
GMAT 1: 660 Q48 V33
GMAT 2: 740 Q50 V40
GMAT 2: 740 Q50 V40
Posts: 997
Kudos: 6,769
 [5]
2
Kudos
Add Kudos
3
Bookmarks
Bookmark this Post
General Discussion
User avatar
nphatak
Joined: 24 Oct 2014
Last visit: 13 Dec 2017
Posts: 37
Own Kudos:
24
 [4]
Given Kudos: 17
Location: United States
GMAT 1: 710 Q49 V38
GMAT 2: 760 Q48 V47
GMAT 2: 760 Q48 V47
Posts: 37
Kudos: 24
 [4]
2
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
User avatar
D3N0
Joined: 21 Jan 2015
Last visit: 19 Mar 2026
Posts: 585
Own Kudos:
607
 [1]
Given Kudos: 132
Location: India
Concentration: Operations, Technology
GMAT 1: 620 Q48 V28
GMAT 2: 690 Q49 V35
WE:Operations (Retail: E-commerce)
Products:
GMAT 2: 690 Q49 V35
Posts: 585
Kudos: 607
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
For any numbers a and b, min(a, b) and max(a, b) represent the minimum and the maximum of a and b, respectively. If c > a, is a < b < c?

(1) min(max(a, b), c) = max(min(b, c), a)

(2) max(max(a, b), c) – min(min(b, c), a) > c – a

Ans: B
Known c>a,

1) if we consider the three scenarios: c>a>b, c>b>a, b>c>a
after solving the condition from one we are getting three solutions: a=a,b=b,c=c
we can not determine the relation between a,b and c from this. : INSUFFICIENT

2) same three scenarios as mentioned in (1)
solutions: c-b>c-a, c-a>c-a and b-a>c-a: as (c-a) can not be greater than itself so discarded.
now from remaining two : we can easily get to the relation of a,b and c.
: SUFFICIENT
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 23 Apr 2026
Posts: 109,802
Own Kudos:
810,896
 [3]
Given Kudos: 105,868
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,802
Kudos: 810,896
 [3]
1
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
Bunuel
For any numbers a and b, min(a, b) and max(a, b) represent the minimum and the maximum of a and b, respectively. If c > a, is a < b < c?

(1) min(max(a, b), c) = max(min(b, c), a)

(2) max(max(a, b), c) – min(min(b, c), a) > c – a


Kudos for a correct solution.

MANHATTAN GMAT OFFICIAL SOLUTION:

The question stem isn’t so bad—it just defines the min and max functions, and then asks whether b is between a and c, given that c is bigger than a. The statements, however, are another matter, because the functions are “nested.” That is, you have min’s and max’s inside each other.

Here’s the general principle. Always work your way from the inside out, as you simplify complicated “nested” expressions.

Statement 1: NOT SUFFICIENT. Let’s take the “Yes” case first, assuming that b is in fact between a and c, so that we have a < b < c.

Take the left side first, and work your way from the inside out.

min(max(a, b), c)

= min(b, c) because b is bigger than a, so you can replace max(a, b) with b

= b because b is smaller than c

Right side:

max(min(b, c), a)

= max(b, a) because b is smaller than c, so you can replace min(b, c) with b

= b because b is bigger than a

However, what if the order is b < a < c, so that the answer to the question would be “No”?

Left side:

min(max(a, b), c)

= min(a, c) because in this case, a is bigger than b, so you can replace max(a, b) with a

= a because a is smaller than c

Right side:

max(min(b, c), a)

= max(b, a) because b is smaller than c, so you can replace min(b, c) with b

= a because a is bigger than b in this scenario.

So again, the right side equals the left side.

Trying to figure out this statement in the abstract is tough. A better way to deal with it is to assume an order of the variables (either “Yes” or “No” to the question), simplify the statement and determine whether it’s true. Normally, you want to assume that the statement is true and work to the question, but that’s hard to do in this situation.

Also notice that any way you slice it, min(max(x, y), z) equals the middle number. So does max(min(y, z), x), even with any arrangement of variables inside. So statement (1) is always true, no matter whether b is the middle number, so the statement can’t be sufficient.

Statement 2: SUFFICIENT

The “max of the max” of the three variables will be the largest variable of the three. The “min of the min” of the three variables will be the smallest variable of the three.

So if the largest variable minus the smallest variable is greater than c – a, then it can’t be true that c is the largest and that a is the smallest. The variable b must be either greater than c or smaller than a.

If you need to, think through cases. The “Yes” answer to the question is a < b < c. So then the left side of the inequality would reduce to c – a, and the statement would be saying that c – a > c – a. That is impossible.

So the answer to the question is a definite “No”—b is NOT between a and c. It must be either larger than c or smaller than a. A definite “No” answer to a Yes/No question on Data Sufficiency is sufficient.

The correct answer is B.
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,963
Own Kudos:
Posts: 38,963
Kudos: 1,117
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Automated notice from GMAT Club BumpBot:

A member just gave Kudos to this thread, showing it’s still useful. I’ve bumped it to the top so more people can benefit. Feel free to add your own questions or solutions.

This post was generated automatically.
Moderators:
Math Expert
109802 posts
498 posts
212 posts