Last visit was: 23 Apr 2026, 10:21 It is currently 23 Apr 2026, 10:21
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
GMATD11
Joined: 10 Nov 2010
Last visit: 25 Sep 2012
Posts: 128
Own Kudos:
3,328
 [49]
Given Kudos: 22
Location: India
Concentration: Strategy, Operations
GMAT 1: 520 Q42 V19
GMAT 2: 540 Q44 V21
WE:Information Technology (Computer Software)
GMAT 2: 540 Q44 V21
Posts: 128
Kudos: 3,328
 [49]
6
Kudos
Add Kudos
43
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 23 Apr 2026
Posts: 109,782
Own Kudos:
810,823
 [9]
Given Kudos: 105,853
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,782
Kudos: 810,823
 [9]
4
Kudos
Add Kudos
5
Bookmarks
Bookmark this Post
General Discussion
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 23 Apr 2026
Posts: 109,782
Own Kudos:
Given Kudos: 105,853
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,782
Kudos: 810,823
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
arirux92
Joined: 03 May 2015
Last visit: 30 Nov 2016
Posts: 121
Own Kudos:
246
 [1]
Given Kudos: 23
Location: South Africa
Concentration: International Business, Organizational Behavior
GPA: 3.49
WE:Web Development (Insurance)
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
GMATD11
Max (x,y) is defined as the maximum of x and y, and Min(x,y) is defined as the minimum of x and y. What is the average of Max(x,60) and Min(40,x) ?

(1) Min(x, 60) = x
(2) Max(40, x) = x



Stem : To have a definite average (independent of x) : 40< x < 60

A)x < 60 : Says nothing about 40
B) x > 40 : Says nothing about 60

Combining together;

40 < x < 60 (the stem)

C
avatar
moana123
avatar
Current Student
Joined: 01 Aug 2019
Last visit: 25 Jul 2022
Posts: 3
Own Kudos:
Given Kudos: 495
Location: Philippines
Schools: CBS '23 (A)
GMAT 1: 710 Q49 V36
GPA: 3.83
Schools: CBS '23 (A)
GMAT 1: 710 Q49 V36
Posts: 3
Kudos: 3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Max (x,y) is defined as the maximum of x and y, and Min(x,y) is defined as the minimum of x and y. What is the average of Max(x,60) and Min(40,x) ?

(1) Min(x, 60) = x
(2) Max(40, x) = x

-----

We need to get: [Max(x,60) + Min(40,x)] / 2

(1) Min(x, 60) = x

This says x < 60, hence Max of (X, 60) = 60. We know nothing about Min (40,x) because we don't know if X > 40. NS

(2) Max(40, x) = x

This says X > 40, hence Min (40,x) = 40. We know nothing about Max of (X,60) because we don't know if X > 60 or X <60. NS

Combining the two,
[Max(x,60) + Min(40,x)] / 2
= (60 + 40) / 2
= 100/2
= 50
avatar
RitaKarma
Joined: 22 Oct 2021
Last visit: 23 Apr 2022
Posts: 1
Given Kudos: 191
Location: Chile
GMAT 1: 490 Q32 V19
GMAT 1: 490 Q32 V19
Posts: 1
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
GMATD11
Max (x,y) is defined as the maximum of x and y, and Min(x,y) is defined as the minimum of x and y. What is the average of Max(x,60) and Min(40,x) ?

(1) Min(x, 60) = x
(2) Max(40, x) = x



guys my question is how to rephrase this question and consider the possible values of x
i have considered the possible values of x
if x>60 then max(x,60)=x and min(40,x)=40
if x<40 then max(x,60)=60 and min(40,x)=x
if 40<x<60 then max(x,60)= 60 and min(40,x) =x


First of all: max(x,y) and min(x,y) are just some functions defined as: max(x,y)=the maximum of x and y and min(x,y)=the minimum of x and y.

Max (x,y) is defined as the maximum of x and y, and Min(x,y) is defined as the minimum of x and y. What is the average of Max(x,60) and Min(40,x) ?

Question is: \(average=\frac{min(40,x)+max(x,60)}{2}=?\). Consider the following three cases:

If \(x<{40}\) then \(min(40,x)=x\), \(max(x,60)=60\) and \(average=\frac{x+60}{2}=?\);
If \(40<x<60\) then \(min(40,x)=40\), \(max(x,60)=60\) and \(average=\frac{40+60}{2}=50\);
If \(x>{60}\) then \(min(40,x)=40\), \(max(x,60)=x\) and \(average=\frac{40+x}{2}=?\).

(1) Min(x,60)=x --> just says that \(x<60\), so we have either the first or the second case. Not sufficient.

(2) Max(40,x)=x --> just says that \(x>40\), so we have either the second or the third case. Not sufficient.

(1)+(2) \(40<x<60\) so we have the second case: \(min(40,x)=40\), \(max(x,60)=60\) and \(average=\frac{40+60}{2}=50\). Sufficient.

Answer: C.

Hope it helps.

P.S. You could just plug some different values of x to get the three cases, for example: x=30<40, 40<(x=50)<60 and x=70>60.

very clear
User avatar
Aayeshaafaarooq
Joined: 11 Jan 2023
Last visit: 25 Jan 2023
Posts: 1
Posts: 1
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Average=(x,60,x,40)/4
putting the values of x,60 i-e x
and x,40 i-e x
Average=(x+x)/2
Average= 2x/2
Average= x
Answer: C
Both together are sufficient and neither alone
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,966
Own Kudos:
Posts: 38,966
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
109782 posts
498 posts
212 posts