True or False?
If 51 distinct integers are chosen within 1 to 100 (inclusive), then there exists at least 2 of these numbers such that they must be coprime.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Relevant wiki: Pigeonhole Principle
Divide the numbers into 5 0 sets: { 1 , 2 } , { 3 , 4 } , . . . , { 9 9 , 1 0 0 } .
Then, by the Pigeonhole Principle, the 5 1 chosen integers must contain two numbers in the same set.
Since those two numbers are adjacent integers, they must be coprime , this is because:
g cd ( n , n + 1 ) = g cd ( n , 1 ) = 1 , by the Euclidean Algorithm .