Last visit was: 25 Apr 2026, 05:52 It is currently 25 Apr 2026, 05:52
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
kevincan
User avatar
GMAT Instructor
Joined: 04 Jul 2006
Last visit: 25 Apr 2026
Posts: 1,621
Own Kudos:
2,078
 [6]
Given Kudos: 166
GRE 1: Q170 V170
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
GRE 1: Q170 V170
Posts: 1,621
Kudos: 2,078
 [6]
Kudos
Add Kudos
5
Bookmarks
Bookmark this Post
User avatar
officiainventore
Joined: 11 Feb 2026
Last visit: 20 Mar 2026
Posts: 1
Schools: HBS '26 (S)
Schools: HBS '26 (S)
Posts: 1
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
kevincan
User avatar
GMAT Instructor
Joined: 04 Jul 2006
Last visit: 25 Apr 2026
Posts: 1,621
Own Kudos:
Given Kudos: 166
GRE 1: Q170 V170
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
GRE 1: Q170 V170
Posts: 1,621
Kudos: 2,078
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
dec2023
Joined: 14 Oct 2023
Last visit: 21 Apr 2026
Posts: 8
Own Kudos:
Given Kudos: 117
Posts: 8
Kudos: 2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Would like to understand what is wrong with my calculations?

404=2S+3M+4L

maximise M, minimise S/L, while keeping each size >1:
404=2(8)+3(128)+4(1)

Difference:
128-1=127
User avatar
rutikaoqw
Joined: 29 Oct 2025
Last visit: 20 Mar 2026
Posts: 30
Own Kudos:
Given Kudos: 5
Location: India
Schools: ISB '27 IIM
GMAT Focus 1: 605 Q84 V82 DI72
GPA: 9.28
Schools: ISB '27 IIM
GMAT Focus 1: 605 Q84 V82 DI72
Posts: 30
Kudos: 16
Kudos
Add Kudos
Bookmarks
Bookmark this Post
For greatest, you shall min L, let L be 1.
2S + 3M = 400
Now, since M is greater than S, convert everything to S. 2S + 3(S+x) = 400
Instead of x, you will need something that 5 can divide, hence 3(s+5). This gives S as 77 and M as 82.
Total 160
Solve similarly for smallest,
Min S. Hence S will be 1.
3M + 4L= 402
3(L+x)+ 4(L) = 402. (since M>L)
X has to be defined in a way that the result is divided by 7. X=1
This gives L=57, M =58
Total 116
and find difference.
You get 44
User avatar
Edskore
Joined: 29 Dec 2022
Last visit: 25 Apr 2026
Posts: 276
Own Kudos:
Given Kudos: 5
Posts: 276
Kudos: 128
Kudos
Add Kudos
Bookmarks
Bookmark this Post
The key concept here is Min-Max optimisation under integer constraints — and this question has two separate sub-problems: maximise the total coffees sold, and minimise it.

Setup: 2S + 3M + 4L = 404, with M > S >= 1, M > L >= 1, all integers.

--- PART 1: Maximise total (S + M + L) ---

To maximise count, we want as many cheap coffees as possible. Small ($2) is cheapest, but M must be the largest group. Strategy: set L = 1 (minimum), then maximise S while keeping M > S.

With L = 1: 2S + 3M = 400, and M > S.
From 3M = 400 - 2S → M = (400 - 2S)/3.
For M to be an integer: 400 - 2S must be divisible by 3. Since 400 ≡ 1 (mod 3), we need 2S ≡ 1 (mod 3), so S ≡ 2 (mod 3).
For M > S: (400 - 2S)/3 > S → 400 > 5S → S < 80.

Largest valid S: S = 77 (since 77 ≡ 2 mod 3 ✓ and 77 < 80 ✓).
→ M = (400 - 154)/3 = 246/3 = 82.
Check: M = 82 > S = 77 ✓, M = 82 > L = 1 ✓.
Max total = 77 + 82 + 1 = 160.

--- PART 2: Minimise total (S + M + L) ---

To minimise count, use the most expensive coffees. Large ($4) is priciest, but M must still be the largest group. Strategy: set S = 1 (minimum), then maximise L while keeping M > L.

With S = 1: 3M + 4L = 402, and M > L.
From 3M = 402 - 4L → M = (402 - 4L)/3.
For M integer: 402 - 4L divisible by 3. Since 402 ≡ 0 (mod 3) and 4L ≡ L (mod 3), need L ≡ 0 (mod 3).
For M > L: (402 - 4L)/3 > L → 402 > 7L → L < 57.4.

Largest valid L: L = 57 (since 57 ≡ 0 mod 3 ✓ and 57 < 57.4 ✓).
→ M = (402 - 228)/3 = 174/3 = 58.
Check: M = 58 > L = 57 ✓, M = 58 > S = 1 ✓.
Min total = 1 + 58 + 57 = 116.

--- ANSWER ---

Difference = 160 - 116 = 44. Answer: C.

---

Common trap (dec2023's approach above): Setting M = 128 violates the problem constraints — you also need M > S, so S can't be as small as 1 when M = 128 unless S < 128. But that approach also doesn't correctly maximise the total number of coffees. The goal is to maximise S + M + L, not just maximise M.

Takeaway: On Min-Max word problems with three variables, always anchor one variable at its extreme (min or max), then use the divisibility constraint to find the binding limit on the other.

(Kavya | 725 on GMAT Focus Edition)
Moderators:
Math Expert
109826 posts
Tuck School Moderator
852 posts