What is the Common Divisor Question?

  • Thread starter Thread starter rbzima
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
rbzima
Messages
83
Reaction score
0

Homework Statement



We select n + 1 different integers from the set {1,2,...,2n}. Prove that there will always be two among the selected integers whose largest common divisor is 1.

Homework Equations



None

The Attempt at a Solution



I was thinking that this problem has something to do with the pigeonhole principle, however I'm pretty stuck here and don't even know where to get started...
 
Physics news on Phys.org
You're correct that it uses the pigeonhole principle.

What are the possible gcd's for an arbitrary pair of integers from the set {1,2,...,2n}?
 
Figured it out... Thanks for the help...

Essentially, gcd(k, k+1) is a good candidate! =)