and play a game. First, picks an integer . Then picks an integer . Finally, picks an integer .
wins if the polynomial has a root modulo , wins otherwise.
Which of the following numbers can be 's choice for if he wishes to have a winning strategy?
This problem is a part of Tessellate S.T.E.M.S.
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.
First, notice that the given polynomial reduces to a 2 x 2 + ( a 1 + 1 ) x + a 3 . Looking at this polynomial one may be immediately tempted to try a 1 = 2 so that the polynomial then becomes a 2 x 2 + a 3 . I will show that no matter what B picks for a 2 , there is a suitable a 3 . First, if a 2 = 0 then choose a 3 = 1 . If a 2 = 1 then pick a 3 = − 2 because there is no solution for x 2 ≡ 2 m o d 3 and if a 2 = 2 then pick a 3 = 2 because then 2 x 2 + 2 ≡ 0 ⟺ x 2 + 1 ≡ 0 ⟺ x 2 ≡ 2 m o d 3 which is impossible, as mentioned before.
So choosing a 1 = 2 gives us a perfect strategy. Now simply notice that 4 1 = 3 × 1 3 + 2 .