4. let be a natural number. There are bowls in a row, numbered from left to right with the numbers . At the beginning there are stones in bowl 0 and no stones in the other bowls. Sisyphus wants to move these stones into bowl . To do this, Sisyphus moves exactly one stone from a bowl with stones to the right by at most bowls in each move, i.e. to a bowl with a number less than or equal to . Let be the minimum number of moves that Sisyphus needs to move all the stones into the bowl . Show that it holds:
Problem 1094
Official solution
Solution: (David) We assign each piece a unique number and call this number its priority. When Sisyphus makes a move, he chooses a square and moves from this square oBdA the stone with the highest possible priority (this is allowed because the stones are indistinguishable). With this additional rule, we arrive at the following observation:
The stone with priority can only be moved if there is no stone with a higher priority on its square. So if we move stone , there must be no more than stones on its square at that time. This means that stone can only be moved by a maximum of in each move. In order to move it from bowl 0 to bowl , a total of at least moves are necessary. Since Sisyphus can only move one stone in each move, we can add up the moves required for all stones and obtain the desired expression.