Strategy for a 2 Player Coin Game
Consider a two player coin game where each player gets turn one by one. There is a row of even number of coins, and a player on his/her turn can pick a coin from any of the two corners of the row. The player that collects coins with more value wins the game. Develop a strategy for the player making the first turn, such he/she never looses the game.
Note that the strategy to pick maximum of two corners may not work. In the following example, first player looses the game when he/she uses strategy to pick maximum of two corners.
Example 18 20 15 30 10 14 First Player picks 18, now row of coins is 20 15 30 10 14 Second player picks 20, now row of coins is 15 30 10 14 First Player picks 15, now row of coins is 30 10 14 Second player picks 30, now row of coins is 10 14 First Player picks 14, now row of coins is 10 Second player picks 10, game over. The total value collected by second player is more (20 + 30 + 10) compared to first player (18 + 15 + 14). So the second player wins.
The first player loses iff n=6k+1
If n=1, the first player is forced to take it and hence loses. Now that we have identified a losing position, it makes sense to send the opponent to the losing position. Hence if n=2,3,4,5 or 6, the first player can take away n-1 coins and give just 1 coin to the opponent, forcing them to lose.
If n=7, anything that the first player does, the opponent is going to end up with 2,3,4,5 or 6 coins. But as explained earlier, the opponent can then take away the required number of coins to give a single coin to the first player, forcing them to lose. Thus n=7 is a losing position, from which it follows that n=8,9,10,11 and 12 are winning positions.
By induction, it can be proved that numbers of the form 6k+1 are the losing positions. In general, in an impartial game that is acyclic and guaranteed to end in a win for one player, here is the procedure to find out which states are winning positions for the first player. Suppose that there is a property P that you can assign to some of the game states such that:
- The ultimate losing state satisfies the property P
- From a state that satisfies P, it is impossible to move to another state that satisfies P
- From any state that does not satisfy P, it is possible to move to some state that satisfies P
In such a case, the P states are exactly the losing states.
For this problem, let us define the property P for states (integers for us) as n leaves remainder 1 on division by 6. Then it is easy to see that:
- The ultimate losing state (1) satisfies P
- From a number that is 1 modulo 6, it is impossible to obtain another one by subtracting 1,2,3,4 or 5. That is, We cannot move from a P state to another
- From a number that is 0,2,3,4 or 5 modulo 6, we can subtract 5,1,2,3 and 4 respectively to obtain a number which is 1 modulo 6. That is, from any non-P state, we can move to a P-state
Hence the only losing states are those with integers that are 1 modulo 6.
Player 1 picks the first coin from right end and player 2 picks coin which have higher value from either end in next step player 1 can continue to pick up higher value coin from either end
Your Answer
More puzzles to try-
What is the logic behind these ?
3 + 3 = 3 5 + 4 = 4 1 + 0 = 3 2 + 3 = 4 ...Read More »Defective stack of coins puzzle
There are 10 stacks of 10 coins each. Each coin weights 10 gms. However, one stack of coins is defective ...Read More »Which clock works best?
Which clock works best? The one that loses a minute a day or the one that doesn’t work at all?Read More »(Advanced) Cheryl’s Birthday Puzzle
Paul, Sam and Dean are assigned the task of figuring out two numbers. They get the following information: Both numbers ...Read More »Five greedy pirates and gold coin distribution Puzzle
Five  puzzleFry ship’s pirates have obtained 100 gold coins and have to divide up the loot. The pirates are all ...Read More »Magical flowers!!
A  devotee goes to three temples,  temple1, temple2  and temple3  one after the other. In front of each temple, there ...Read More »Tuesday, Thursday what are other two days staring with T?
Four days are there which start with the letter ‘T‘. I can remember only two of them as “Tuesday , Thursday”. ...Read More »How could only 3 apples left
Two fathers took their sons to a fruit stall. Each man and son bought an apple, But when they returned ...Read More »How Many Eggs ?
A farmer is taking her eggs to the market in a cart, but she hits a  pothole, which knocks over ...Read More »HARD MATHS – How much faster is one train from other Puzzle
Two trains starting at same time, one from Bangalore to Mysore and other in opposite direction arrive at their destination ...Read More »Most Analytical GOOGLE INTERVIEW Question Revealed
Let it be simple and as direct as possible. Interviewer : Tell me how much time (in days) and money would ...Read More »Lateral thinking sequence Puzzle
Solve this logic sequence puzzle by the correct digit- 8080 = 6 1357 = 0 2022 = 1 1999 = ...Read More »How did he know?
A man leaves his house in the morning to go to office and kisses his wife. In the evening on ...Read More »Pizza Cost Math Brain Teaser
Jasmine, Thibault, and Noah were having a night out and decided to order a pizza for $10. It turned out ...Read More »Which letter replaces the question mark
Which letter replaces the question markRead More »Which room is safest puzzle
A murderer is condemned to death. He has to choose between three rooms. The first is full of raging fires, ...Read More »Richie’s Number System
Richie established a very strange number system. According to her claim for different combination of 0 and 2 you will ...Read More »Srabon wanted to pass
The result of math class test came out. Fariha’s mark was an even number. Srabon got a prime!! Nabila got ...Read More »Become Normal!!
Robi is a very serious student. On the first day of this year his seriousness for study was 1 hour. ...Read More »Sakib Knows The Number!
Ragib: I got digits of a 2 digit number Sakib: Is it an odd? Ragib: Yes. Moreover, the sum of ...Read More »