2002 AMC 10P Problems/Problem 15
Revision as of 10:22, 9 March 2021 by Green lotus (talk | contribs) (Created page with "\tableofcontents == Problem == What is the smallest integer <math>n</math> for which any subset of <math>\{ 1, 2, 3, \; \dots \; , 20 \}</math> of size <math>n</math> must co...")
\tableofcontents
Problem
What is the smallest integer for which any subset of
of size
must contain two numbers that differ by 8?
Solution
There are twelve pairs ,
,
,
,
in
that differ by 8. If we take
, it could be that we selected one element from each pair for the subset: the condition may not be fulfilled. the In order to select at least one pair, it is necessary to select
elements (Pigeonhole principle).
Solution submitted by green_lotus