Number theoryDifficulty 7.2National olympiad, round 2Find the answer
Find all positive integers a such that there exists a set X of 6 integers satisfying the following conditions: for every k=1,2,…,36 there exist x,y∈X such that ax+y−k is divisible by 37.
A number or a short expression. Spacing and $ signs are ignored.
Solution
Find all positive integers a such that there exists a set X of 6 integers satisfying the following conditions: for every k=1,2,…,36, there exist x,y∈X such that ax+y−k is divisible by 37.
To solve this, we need to find all positive integers a such that there exists a set X⊂Z37 with ∣X∣=6 and for every k∈{1,2,…,36}, there exist x,y∈X such that ax+y≡k(mod37).
### Construction Consider X={16,17,18,19,20,21}. We need to check if there exist a such that for every k, there exist x,y∈X satisfying ax+y≡k(mod37).
### Proof of Optimality Let ω be any primitive 37th root of unity. The condition can be translated into the polynomial identity: (t∈X∑ωat)(t∈X∑ωt)=−1.
In particular, we have: (t∈X∑ωa2t)(t∈X∑ωat)=−1, which implies: t∈X∑ωa2t−ωt=0.
This polynomial is divisible by x37−1. Therefore, a2X=X in Z37. Sorting the remainders of a2X and X into increasing order, we find that a2X=X. This implies that if t∈X, then a2t∈X.
### Permutation Argument Consider a permutation π:[6]→[6] such that xj⋅a2=xπ(j). Let d=ord37(a2). The permutation is a disjoint union of cycles of length d. Therefore, d∈{1,2,3,6}.
#### Case 1: d=1 If a≡1(mod37), then (x+y)x,y∈X cannot be pairwise distinct. If a≡−1(mod37), then −1=(∑t∈Xωat)(∑t∈Xωt)=∑t∈Xωt2, which is a contradiction.
#### Case 2: d=3 If a3≡−1(mod37), we get (∑t∈Xωat)(∑t∈Xωt)=∑t∈Xωt2, which is a contradiction. If a3≡1(mod37), we can get X={c,a2c,a4c,d,a2d,a4d}, so aX=X, leading to a contradiction.
#### Case 3: d=2 Then a can be 6 or 31(mod37). Check X={16,17,18,19,20,21} works.
#### Case 4: d=6 Then X={t,a2t,a4t,…,a10t}. We need aX+X={1,…,36}. If we divide all elements of X by t(mod37), then X is the set of 6th powers mod 37 and aX is the set of cubes that are not 6th powers mod 37. We find X={1,27,26,36,10,11} and aX={8,31,23,29,6,14}. Note 1+6≡36+8(mod37), so this case fails.
Thus, the only possible values for a are 6 and 31.
The answer is: \boxed{6, 31}.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: Omni-MATH,
licensed Apache-2.0.
Statement and solution reproduced as published; topic and difficulty added by this site.