Dan and Sam play a game in which the first to start says the number 1, the next says 2, and the one who's next must say an integer number strictly between, (not including the endpoints), the number previously said and its square. Also, the said number can't be greater than the goal number, that is, 10000.
For example, Dan begins saying 1, then Sam says 2, and then Dan can say whichever number he wants between 2 and 4; as the only integer between 2 and 4 is 3, he must say . Then, Sam can choose any number between 3 and 9; that is, he can say either 4, 5, 6, 7 or 8.
The game finishes when someone reaches 10000 (who is the loser ). If Dan begins, who will win? This means, who has a winning strategy?
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.
We show that Dan wins. We will correctly identify the "Kernels" in this combinatorial game.
Note that if Dan can plan a strategy such that he can bag the number 9 9 9 9 , then we are done. For this, he will plan to say the number 9 9 ; Sam must then say a number in [ 1 0 0 , 9 8 0 0 ] , after which Dan can always choose 9 9 9 9 .
In turn, 9 9 can be stolen if 9 can be stolen, which in turns requires that Dan says the number 3 . But Dan can do this, so we are done.
So Dan's strategy would be to play the numbers 1 , 3 , 9 , 9 9 , 9 9 9 9 in that order.