Maths Olympiad Prep

Track / Stage 6 / 132 of 400 #1132 of 1964

Problem 1132

National olympiad, first round
Algebra Difficulty 6.2 Prove it

Let's consider a polynomial:

f(x)=x2020+a2019x2019++a1x+a0 f(x)=x^{2020}+a_{2019} x^{2019}+\cdots+a_{1} x+a_{0}

Albert Einstein and Homer Simpson are playing the following game. Taking turns, they choose one of the coefficients a0,,a2019a_{0}, \ldots, a_{2019}, and assign it a real value. Once a value is assigned to a coefficient, it cannot be changed. Albert goes first. Homer's goal is to make f(x)f(x) divisible by a polynomial m(x)m(x), fixed in advance, and Albert's goal is to prevent this. Which player has a winning strategy if:

a) m(x)=x2020?m(x)=x^{2020} ?

b) m(x)=x2+1m(x)=x^{2}+1 ?

(We recall that the polynomial m(x)m(x) divides the polynomial f(x)f(x) if there exists a polynomial g(x)g(x) such that f(x)=m(x)g(x))f(x)=m(x) g(x)).

Solved by Matthieu Vogel

This one wants a proof. Work it on paper, then read the official solution and mark yourself. Be honest about it: the record is only any use to you if it is.

Official solution

Solved by Matthieu Vogel

If m(x)=x2020m(x)=x^{2020}, Albert has a winning strategy. He starts by setting a0=1a_{0}=1. Thus, at the end of the game, f(0)=1f(0)=1. It is therefore impossible for ff to be divisible by mm, otherwise, since m(0)=0m(0)=0, we would have f(0)=0f(0)=0.

If m(x)=x2+1m(x)=x^{2}+1, Homer has a winning strategy. He pairs the aia_{i} (which is possible since 4 divides 2020) in the form (a4k,a4k+2),(a4k+1,a4k+3)\left(a_{4 k}, a_{4 k+2}\right),\left(a_{4 k+1}, a_{4 k+3}\right).

Except for the pair (a0,a2)\left(a_{0}, a_{2}\right), Homer adopts the following strategy: he plays in the same pair as Albert and chooses the same real number. We then obtain that for any real number a,a(X4k+X4k+2)=a, a\left(X^{4 k}+X^{4 k+2}\right)= aX4k(X2+1),a(X4k+1+X4k+3)=aX4k+1(X2+1)a X^{4 k}\left(X^{2}+1\right), a\left(X^{4 k+1}+X^{4 k+3}\right)=a X^{4 k+1}\left(X^{2}+1\right), so we will indeed get a sum of polynomials divisible by X2+1X^{2}+1.

However, if Homer proceeds in this way, at the end, he will obtain a polynomial congruent to X2020(1)10101X^{2020} \equiv(-1)^{1010} \equiv 1 modulo X2+1X^{2}+1. For this, Homer would like the polynomial obtained with a2a_{2} and a0a_{0} to be congruent to -1 modulo 2020. In this case, we would indeed have X2020+a2X2+a0X^{2020}+a_{2} X^{2}+a_{0} \equiv X202010X^{2020}-1 \equiv 0 modulo X2+1X^{2}+1. It is therefore sufficient to have a0=a21a_{0}=a_{2}-1.

Thus, Homer applies the following strategy:

- If Albert plays a0a_{0}, Homer sets a2a_{2} to a0+1a_{0}+1.
- If Albert plays a2a_{2}, Homer sets a0a_{0} to a21a_{2}-1.

In summary, the polynomial obtained at the end is divisible by X2+1X^{2}+1, so Homer wins!

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.