Jin314159
Consider the set of integers from 1 to 100, inclusive. Prove that if I pick any 51 numbers from this set, at least one number is divisible by another.
ceptimus said:Make the question tougher, so that more than just the 'doubling' rule has to be considered.
Given the set of integers from 1 to 100 (inclusive), what is the largest subset of numbers that can be picked so that no member of the subset is exactly divisible by another member?
Noticibly F.A.T said:That takes too long!
recon said:1 divides 2.
2 divides 4.
3 divides 6.
...
...
.
.
.
50 divides 100.
Looking at this, choosing 51 different numbers between from 1 to 100 inclusive would guarantee that there is at least a pair of numbers where one number is twice as large as the other.
This shouldn't belong in "Brain Teasers".
Gokul43201 said:Ouch, why did I think that the two columns contained all the numbers in {1,..100} ??![]()
Hurkyl said:I can pick two numbers in the set {2, 4, 6, ..., 100} such that neither divides the other.
CrankFan said:Bumping this because I'm eager to see a proof.