2022 AIME II Problems/Problem 14
Contents
[hide]Problem
For positive integers , , and with , consider collections of postage stamps in denominations , , and 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 cents, let be the minimum number of stamps in such a collection. Find the sum of the three least values of such that for some choice of and .
Solution
Notice that we must have ; otherwise cent stamp cannot be represented. At least numbers of cent stamps are needed to represent the values less than . Using at most stamps of value and , it can have all the values from to cents. Plus stamps of value , every value up to can be represented.
Correction:
This should be . The current function breaks when and . Take and . Then, we have stamps of value 200, stamps of value b, and 19 stamps of value 1. The maximum such a collection can give is , just shy of the needed 1000. As for the rest of solution, proceed similarly, except use instead of .
Also, some explanation: one cent stamps cover all residues module . Having stamps of value b covers all residue classes modulo . Finally, we just need to cover everything up to 1000.
In addition, note that this function sometimes may not always minimize the number of stamps required. This is due to the fact that the stamps of value and of value have the capacity to cover values greater than or equal to (which occurs when has a remainder less than when divided by ). Thus, in certain cases, not all stamps of value c may be necessary, because the stamps of value and 1 can replace one .
Correction for the correction and the original solution:
Actually, .
This could be obtained by solving the minimum of for the system of inequalities , , and , (Using the inequality adjustment method) where , , and represent the number of , , and postage stamps used. It is possible to get that , , . yields the above.
Note that in , , for the original solution , , , if the above definition is used.
When , , and , you can get a collection that satisfies the conditions of the problem. here.
Note that using the correction does not change that the original .
Under the correction of the correction:
The actual solution could be achieved by using inequalities on the left and right of to get
.
Similar steps follow after substituting .
However, .
Therefore the answer is still .
~eric-z
————————————————————————————————————
Therefore using stamps of value , stamps of value , and stamps of value , all values up to can be represented in sub-collections, while minimizing the number of stamps.
So, .
. We can get the answer by solving this equation.
, or
,
,
,
, or .
,
,
The least values of are , , .
~isabelchen ~edited by bobjoebilly
Video Solution
~MathProblemSolvingSkills.com
See Also
2022 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 13 |
Followed by Problem 15 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.