2022 AMC 10B Problems/Problem 14
Problem
Suppose that
is a subset of
such that the sum of any two (not necessarily distinct) elements of
is never an element of
What is the maximum number of elements
may contain?
Solution 1 (Pigeonhole Principle)
Let
be the largest number in
.
We categorize numbers
(except
if
is even) into
groups, such that the
th group contains two numbers
and
.
Recall that
and the sum of two numbers in
cannot be equal to
, and the sum of numbers in each group above is equal to
. Thus, each of the above
groups can have at most one number in
.
Therefore,
Next, we construct an instance of
with
.
Let
.
Thus, this set is feasible.
Therefore, the most number of elements in
is
.
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Solution 2 (Pigeonhole v2)
We construct a possible subset
with
elements by including all odd integers from
to
, inclusive.
. The sum of any
elements is even, and thus cannot be an element of
.
To show that
cannot have more than
elements, assume for sake of contradiction that
. Let
where
and
. Because the sums of any
(not necessarily distinct) elements do not appear in
,
is not an element of
for all
. So,
are all distinct integers. Let these integers be elements of the set
.
, and because
,
. But all elements of
must be
and
, leaving only 26 possible values for the elements in
. By the Pigeonhole Principle, the elements cannot be distinct, and we have a contradiction.
Thus,
is the maximum possible size of
.
~starwars101
Solution 3 (Intuitive and Fast)
Notice how \( 24 + 25 > 25 \), \( 23 + 24 > 25 \), and this continues backward until \( n + n+1 > 25 \). We then see that \( 2n+1 > 25 \rightarrow 2n > 24 \rightarrow n > 12 \).
Thus the elements in the set must have the property \( n > 12 : n \in \mathbb{Z}^+ \) and therefore our set is \( \{13, 14, 15, \dots, 25\} \) in which there is \( 25 - 13 + 1 \Rightarrow \)
elements.
~Pinotation
Video Solution
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Video Solution by Interstigation
Video Solution by TheBeautyofMath
https://youtu.be/Mi2AxPhnRno?t=1056
~IceMatrix
See Also
| 2022 AMC 10B (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 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
| All AMC 10 Problems and Solutions | ||
These problems are copyrighted © by the Mathematical Association of America.