Two players play alternatively on an infinite square grid. The first player puts an $X$ in an empty cell and the second player puts an $O$ in an empty cell. The first player wins if he gets $11$ adjacent $X$'s in a line - horizontally, vertically or diagonally. Show that the second player can always prevent the first player from winning.
Problem
Source: IMO Shortlist 1994, C6
Tags: combinatorics unsolved, combinatorics, IMO Shortlist, Combinatorial games, game strategy, game
05.06.2012 12:24
It is known that a "$k$-in-a-row" game is a draw for $k\geq 8$, with a simple pairing strategy for $k\geq 9$. See http://www.weijima.com/index.php?option=com_content&view=article&id=11&Itemid=15. The $5$-in-a-row is also called Gomoku, and its outcome is not known. $4$-in-a-row (and less) are a win for first player.
30.06.2017 11:15
Divide the infinite grid into staggered columns of 3x3 grids, and treat them as separate tic-tac-toe games where you can force a draw. To get 11-in-a-row, it's clear that should it occur in a column or row, one must have 3-in-row in one of those 3x3 grids. After drawing it out, we can see that at most ten can be placed in a diagonal so that none of the 3x3 grids has 3 diagonally in a row.
08.07.2022 03:31
Sorry my solution is wrong. Don't read it.
15.11.2022 17:11
Consider the following 10 x 10 square. There is one pair of numbered squares in every row, column and diagonal of length 5 or more. Repeat this square indefinitely. Then any line of 11 adjacent squares must include a numbered pair. Whenever the first player plays on a numbered square, the second player plays on the other number of the pair. n 1 2 3 4 5 6 6 7 n 8 8 1 2 3 4 5 9 7 10 11 12 12 n 13 14 15 9 10 16 11 17 18 18 13 14 15 n 16 19 17 20 n 21 22 23 24 24 19 25 20 26 n 21 23 22 27 27 25 28 26 29 n n n n 30 30 28 31 29 32 33 n n n n 34 34 31 32 35 33 36 37 38 39 40 41 41 n 35 42 42 36 37 38 39 40 n (put this numbers respectively in a 10*10 grid and follow the strategy that I have represented earlier.) (if you check the grid you'll see that it doesn't matter what you want to put instead of {n}.) [Note that to prove the result for 11 in this way the square can be at most 10 x 10 (not 11 x 11).]