Kunni
Ravixxx
How many distinct integers from the set \([1,2,3,..20]\) must be chosen to guarantee that two of them have a sum of 25?
(A) 12
(B) 13
(C) 14
(D) 15
(E) 16
Hi
VeritasKarishma Could you please help?
Regards
Kunal
How can we get a sum of 25 using 2 numbers from the given set?
[1, 2, 3, 4, 5, 6, 7, ... 17, 18, 19, 20]
1 + 24 (not in set) so not possible
...
5 + 20 (the first possible pair)
6 + 19
...
12 + 13 (last possible pair without repeating)
So how many maximum numbers can I pick such that NO two of them will add to give me 25?
I can pick all numbers from 1 to 12 and still no two of them will add to give me 25. The greatest numbers are 11 and 12 which will add to give 23.
But the moment I pick one more number (any one), I will get a pair that will give be 25.
Say I pick 13, now 12 + 13 = 25.
Say I pick 15, now 10 + 15 = 25
and so on...
So if I pick 13 numbers there will always be a pair that will add to give me 25.
Answer (B)
Note: The question should mention "how many minimum numbers must we pick ..." because if we pick all 20 numbers then also we will have pairs that will give us 25.