Winning or Non-losing strategy for A or B

204 Views Asked by At

Find a winning or a non-losing strategy for the following game: Consider $25$ sticks arranged in a $5$ x $5$ square. Players alternately take any number of sticks from a single row or column. At least one stick must be taken. There is an additional restriction that a group of sticks cannot be taken if the group contains a gap. The last person to move wins.

My strategy:

I was thinking that $A$ (first player) has a winning strategy if he goes first over $B$ (second player). I was thinking what if $A$ leaves $B$ with jan odd number of sticks. Wouldn't that be a setup for a win for $A$?

Can I get help with providing a logical argument on who has the winning strategy or non-losing strategy in this game? My friend and I were having a discussion about this problem after we saw this problem in E. Mendelson "Introducing Game Theory and its Applications". I said $A$ has a winning strategy but he said $B$ might have win therefore it is a non-losing strategy.

Can someone help me to prove this problem highlighted above with a convincing logical argument?

1

There are 1 best solutions below

3
On

Your answer is not quite right. For example, if A leaves just 1 stick B will win; but if A leaves to sticks touching horizontally or vertically, B will still win.

The game as stated as an easy solution: A takes, on his first move, all of the middle column. Then whenever B moves on one side, A mimics that move on the other side. Since they are disconnected, A can always get the last move this way.

In combinatoric game theory language, the set of 2 disjoint positions A leaves are equivalent, therefore they have the same nimber (or Grundy function) therefore the nim sum of the two is zero, thus a win for the player (A) who left that position.

The first player has a win in this way if either the number of rows or columns is odd.

The game is less trivial for an $N \times M$ rectangle with $N$ and $M$ both even, since that symmetry strategy is unavailable. That is a win for the second player, via a different symmetry strategy.