$ 1994$ girls are seated at a round table. Initially one girl holds $ n$ tokens. Each turn a girl who is holding more than one token passes one token to each of her neighbours. a.) Show that if $ n < 1994$, the game must terminate. b.) Show that if $ n = 1994$ it cannot terminate.
Problem
Source: IMO Shortlist 1994, C5
Tags: combinatorics, invariant, IMO Shortlist, game, termination
10.08.2008 22:12
A harder variant of this problem can be discussed here.
18.08.2010 05:05
Denote the girl originally holding all coins $A$. If $n<1994$, we just remove the girl opposite $A$ and consider the girls sitting in a row with A in the center. We use a string to represent the coins in each girl's hand. I'll just write out the numbers to the right of $A$. 0 ... 20... 02... 101... 201... 011... 111... 211... 021... 202... Clearly, the string cycles between 20202020.... and 1111111... (in each cycle, another 20 and 11 appear) Thus, if $n<1994$, we get 111..... ($A$ is left with no coins if $n$ is even, and one coin if $n$ is odd), so the girl opposite $A$ never gets a coin. If n=1994, the 0's and 2's switch back and forth, i.e. 20202020..... 02020202..... so the game does not end.
09.09.2017 14:19
@Above Sorry, your proof is probably very wrong - a person can have way more than $2$ cards.
27.06.2020 02:32