2022 AIME II Problem 14

Below is the professionally curated solution for Problem 14 of the 2022 AIME II, from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2022 AIME II solutions, or check the answer key.

All of the real AMC 8, AMC 10, AMC 12, and AIME problems in our complete solution collection are used with official legal permission of the Mathematical Association of America (MAA).

Concepts:optimizationfloor and ceiling functionscasework

Difficulty rating: 3500

14.

For positive integers a,a, b,b, and cc with a<b<c,a \lt b \lt c, consider collections of postage stamps in denominations a,a, b,b, and cc cents that contain at least one stamp of each denomination. If there exists such a collection that contains sub-collections worth every whole number of cents up to 10001000 cents, let f(a,b,c)f(a, b, c) be the minimum number of stamps in such a collection. Find the sum of the three least values of cc such that f(a,b,c)=97f(a, b, c) = 97 for some choice of aa and b.b.

Solution:

To form 11 cent we need a=1.a = 1. Suppose the collection has xx ones, yy stamps of b,b, and zz of c.c. The value b1b - 1 must be made from ones alone, so xb1;x \ge b - 1; the value c1c - 1 must be made from ones and bb's, so x+ybc1;x + yb \ge c - 1; and the total x+yb+zcx + yb + zc must be at least 1000.1000. Conversely these three conditions suffice: with xb1x \ge b - 1 the ones and bb's make every value up to x+yb,x + yb, and then cc's extend this to every value up to the total. So the optimum takes x=b1,x = b - 1, then the least yy with x+ybc1,x + yb \ge c - 1, then the least zz reaching 1000.1000.

For fixed c,c, the count f(1,b,c)f(1, b, c) is maximized at b=c1b = c - 1 (many ones, which cover value least efficiently), where the optimal collection is c2c - 2 ones, one stamp of c1,c - 1, and 10032cc\left\lceil \frac{1003 - 2c}{c} \right\rceil stamps of c,c, totaling c3+1003c.c - 3 + \left\lceil \frac{1003}{c} \right\rceil. For 12c8712 \le c \le 87 this maximum is at most 9696 (it is 9393 at c=12,c = 12, decreases in the middle, and returns to 9696 at c=87c = 87), so no bb gives 97;97; a quick check of c10c \le 10 shows the possible counts skip 9797 there as well.

For c=11,c = 11, taking b=7b = 7 gives 66 ones, one 77 (reaching 131013 \ge 10), and 98711=90\left\lceil \frac{987}{11} \right\rceil = 90 elevens: f(1,7,11)=6+1+90=97.f(1, 7, 11) = 6 + 1 + 90 = 97. For c=88c = 88 and c=89,c = 89, taking b=87b = 87 gives 8686 ones, one 8787 (reaching 173173), and 82788=82789=10\left\lceil \frac{827}{88} \right\rceil = \left\lceil \frac{827}{89} \right\rceil = 10 stamps of c,c, for 86+1+10=9786 + 1 + 10 = 97 in both cases. So the three least values of cc are 11,88,89,11, 88, 89, with sum 188.188.

← Problem 13Full ExamProblem 15

Problem 14 in Other Years