2022 AIME II Problem 14

Attempt Problem 14 of the 2022 AIME II below, then check your answer against the professionally curated solution 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 problems are used with official legal permission of the Mathematical Association of America (MAA).

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.

Answer: 188
Concepts:optimizationfloor and ceiling functionscasework
Difficulty rating: 3500
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, no bb can require more stamps than b=c1.b=c-1. Indeed, for any 2b<c,2\le b\lt c, take b1b-1 ones and cbc-b stamps of b.b. These c1c-1 lower-denomination stamps have total value b1+b(cb)2c3, b-1+b(c-b)\ge 2c-3, because the difference is (b2)(cb1)0.(b-2)(c-b-1)\ge0. Adding 1003c2\left\lceil\frac{1003}{c}\right\rceil-2 stamps of cc therefore gives a working collection of at most c3+1003cc-3+\left\lceil\frac{1003}{c}\right\rceil stamps. Equality is attained when b=c1:b=c-1: the mandatory c2c-2 ones and one c1c-1 stamp have value 2c3,2c-3, and stamps of value at most cc cannot reach 10001000 with fewer than c3+1003c c-3+\left\lceil\frac{1003}{c}\right\rceil stamps in total.

For 12c87,12\le c\le87, the endpoint bounds c(99c)1003c(99-c)\ge1003 give 1003c99c,\left\lceil\frac{1003}{c}\right\rceil\le99-c, so this maximum is at most 9696 and no bb gives 97.97. For c10,c\le10, any 9797 stamps have total value at most 97c970,97c\le970, so they cannot cover every value through 1000.1000.

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 13#13
Full Exam

Problem 14 in Other Years