Multiple of 2016

The set S S contains n n integers such that there always exist two integers in S S whose sum, or else whose difference, is a multiple of 2016. What is the minimum value of n n ?


The answer is 1010.

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.

2 solutions

Chan Lye Lee
May 16, 2016

If n = 1009 n=1009 , let S = { 0 , 1 , 2 , , 1008 } S=\{0,1,2,\ldots,1008\} . Then for a , b S a,b \in S and a b a \neq b , a + b < 2016 a+b <2016 and a b < 2016 |a-b|<2016 . This show that this set S S not satisfying the condition and hence n > 1009 n>1009 .

Next, we show that n = 1010 n=1010 is sufficient. As we dealing with the multiple of 2016, it is easier to consider integers from 0 to 2015 (consider the remainder if the number if divided by 2016). We partition these 2016 numbers into 1009 'boxes', as follows ( 0 ) , ( 1008 ) , ( 1 , 2015 ) , ( 2 , 2014 ) , ( 3 , 2013 ) , , ( i , 2016 i ) , , ( 1007 , 1009 ) (0), (1008), (1,2015), (2,2014), (3,2013), \ldots, (i, 2016-i), \ldots, (1007, 1009)

If there is more than 1 number is selected from a particular box, then it would be i , 2016 i i, 2016-i or i , , i i, ,i (note that it is congruent modulo 2016), which will satisfy the conditions.

Hence the minimum value of n n is 1010.

Manuel Kahayon
May 27, 2016

We try to make S S as large as possible without any two elements having a difference or sum divisible by 2016, i.e. for elements a , b a,b , a ± b 0 ( m o d 2016 ) a \pm b \neq 0 \pmod{2016} .

So, we work on the elements of S S mod 2016 2016 . Now, if a a is in the set, then b b must NOT be in the set if a b ( m o d 2016 ) a \equiv b \pmod{2016} or a 2016 b ( m o d 2016 ) a \equiv 2016-b \pmod {2016} . It is then easy to see that we can fit at most 1009 1009 elements into the set, meaning 1010 \boxed{1010} is the minimum number of elements required to satisfy the problem requirements.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...