Unofficial archive — problems, solutions & results © IMC, reproduced with permission.

IMC / 2023 / Problems / Day 1, P4

IMC 2023 · Day 1 · P4

killer

Let pp be a prime number and let kk be a positive integer. Suppose that the numbers ai=ik+ia_i = i^k + i for i=0,1,,p1i = 0, 1, \dots, p-1 form a complete residue system modulo pp. What is the set of possible remainders of a2a_2 upon division by pp?

(proposed by Tigran Hakobyan, Yerevan State University, Armenia)

Solution (official)

Hint: Consider i=0p1(ik+i)\prod\limits_{i=0}^{p-1} (i^k + i).

First observe that p=2p = 2 does not satisfy the condtion, so pp must be an odd prime.

Lemma. If p>2p > 2 is a prime and Fp\mathbb{F}_p is the field containing pp elements, then for any integer 1n<p1 \le n < p one has the following equality in the field Fp\mathbb{F}_p αFp(1+αn)={0,if p1gcd(p1,n) is even2n,otherwise\prod_{\alpha \in \mathbb{F}_p^*} (1 + \alpha^n) = \begin{cases} 0, & \text{if } \frac{p-1}{\gcd(p-1, n)} \text{ is even} \\ 2^n, & \text{otherwise} \end{cases} Proof. We may safely assume that np1n | p - 1 since it can be easily proved that the set of nn-th powers of the elements of Fp\mathbb{F}_p^* coincides with the set of gcd(p1,n)\gcd(p-1, n)-th powers of the same elements. Assume that t1,t2,,tnt_1, t_2, \dots, t_n are the roots of the polynomial tn+1Fp[x]t^n + 1 \in \mathbb{F}_p[x] in some extension of the field Fp\mathbb{F}_p. It follows that αFp(1+αn)=αFpi=1n(αti)=i=1nαFp(αti)=i=1nαFp(tiα)=i=1nΦ(ti),\prod_{\alpha \in \mathbb{F}_p^*} (1 + \alpha^n) = \prod_{\alpha \in \mathbb{F}_p^*} \prod_{i=1}^{n} (\alpha - t_i) = \prod_{i=1}^{n} \prod_{\alpha \in \mathbb{F}_p^*} (\alpha - t_i) = \prod_{i=1}^{n} \prod_{\alpha \in \mathbb{F}_p^*} (t_i - \alpha) = \prod_{i=1}^{n} \Phi(t_i), where we define Φ(t)=αFp(tα)=tp11\Phi(t) = \prod_{\alpha \in \mathbb{F}_p^*} (t - \alpha) = t^{p-1} - 1. Therefore αFp(1+αn)=i=1n(tip11)=i=1n((tin)p1n1)=i=1n((1)p1n1)={0,if p1n is even2n,otherwise\prod_{\alpha \in \mathbb{F}_p^*} (1 + \alpha^n) = \prod_{i=1}^{n} (t_i^{p-1} - 1) = \prod_{i=1}^{n} \bigl( (t_i^n)^{\frac{p-1}{n}} - 1 \bigr) = \prod_{i=1}^{n} \bigl( (-1)^{\frac{p-1}{n}} - 1 \bigr) = \begin{cases} 0, & \text{if } \frac{p-1}{n} \text{ is even} \\ 2^n, & \text{otherwise} \end{cases} Let us now get back to our problem. Suppose the numbers ik+ii^k + i, 0ip10 \le i \le p-1 form a complete residue system modulo pp. It follows that αFp(αk+α)=αFpα\prod_{\alpha \in \mathbb{F}_p^*} (\alpha^k + \alpha) = \prod_{\alpha \in \mathbb{F}_p^*} \alpha so that αFp(αk1+1)=1\prod_{\alpha \in \mathbb{F}_p^*} (\alpha^{k-1} + 1) = 1 in Fp\mathbb{F}_p. According to the Lemma, this means that 2k1=12^{k-1} = 1 in Fp\mathbb{F}_p, or equivalently, that 2k11(modp)2^{k-1} \equiv 1 \pmod p. Therefore a2=2k+24(modp)a_2 = 2^k + 2 \equiv 4 \pmod p so that the remainder of a2a_2 upon division by pp is either 4 when p>3p > 3 or is 1, when p=3p = 3.

How the field did

contestants scored
377
average (of 10)
0.96
solved (≥ 80%)
2.9%
near-0 (≤ 10%)
82.2%
discrimination
0.41

Score distribution (field cohort)

Computed on contestants with a meaningful total (field cohort); discrimination is the corrected item–total correlation.

Similar problems

IMC 2018 · Day 1 · P5killeravg 0.5/10 · solved 3% · near-0 94% · disc 0.39
IMC 1999 · Day 2 · P12killeravg 0.4/10 · solved 2% · near-0 91% · disc 0.30
IMC 2016 · Day 1 · P5killeravg 0.3/10 · solved 2% · near-0 96% · disc 0.29
IMC 2024 · Day 2 · P10killeravg 0.3/10 · solved 2% · near-0 97% · disc 0.29