in a topic written by superprismatic, i posted the partition equation
P(n,ak) = P(n,ak-1) +P(n-ak,ak)
now a game: you start with some large number of coins selected by player 2. you can split it into 2 groups but one of the two groups must be a fibinochi number > 1 unless a group of 2 occurs. with each split, if a single coin remians in the group, the player who made the split gets to keep the coin. the player with the most coins at the end of the game wins.
for example, if player 2 selected 3 coins for starting, player 1 loses, as he only has one choice, split it into a group of 2 and a group of 1, keep the 1 coin. then player 2 splits the 2 coins into 1 coin and 1 coin, keeping both.
player 2 selected 55 coins. which player wins, assuming both players play optimally?
Question
Guest
in a topic written by superprismatic, i posted the partition equation
P(n,ak) = P(n,ak-1) +P(n-ak,ak)
now a game: you start with some large number of coins selected by player 2. you can split it into 2 groups but one of the two groups must be a fibinochi number > 1 unless a group of 2 occurs. with each split, if a single coin remians in the group, the player who made the split gets to keep the coin. the player with the most coins at the end of the game wins.
for example, if player 2 selected 3 coins for starting, player 1 loses, as he only has one choice, split it into a group of 2 and a group of 1, keep the 1 coin. then player 2 splits the 2 coins into 1 coin and 1 coin, keeping both.
player 2 selected 55 coins. which player wins, assuming both players play optimally?
for which numbers will player 2 win?
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.