Integers from to are written on a board. and play a turn-based game, in every turn a player can erase a number from the board. A player wins if he can choose numbers from the ones he has already erased such that the sum of those numbers is .
If starts the game, which of the two players has 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.
Let's write the numbers in a 3 × 3 grid. − 1 − 4 − 3 − 2 − 0 − 2 − 3 − 4 − 1 Then three numbers in the grid sum to 0 if and only if they make up a row, column, or diagonal of the above magic square. So this game is just tic-tac-toe in disguise. As we all know, there is no winning strategy for either player in tic-tac-toe.