Problem 306
Posted: Mon Oct 18, 2010 1:33 am
I have a slight problem with the wording of problem 306. The problem currently asks "how many values of n are there for which the first player can force a win?" I believe this phrase is using "can force" in a misleading way. The way I originally interpreted the phrase "can force" was "can choose to", which implies that they can also choose not to; otherwise, it wouldn't be a choice. However, the problem states that for 1 <= n <= 5, there are 3 values of n for which the player can force a win, but by the problem's own explanation for n=2 and n=3, the player cannot choose to lose.
This is a pretty minor issue, since the example results for 1 <= n <= 5 and 1 <= n <= 50 make the intended meaning clear, but I thought I'd mention it just in case.
This is a pretty minor issue, since the example results for 1 <= n <= 5 and 1 <= n <= 50 make the intended meaning clear, but I thought I'd mention it just in case.