A grasshopper can jump along a checkered strip for $8, 9$ or $10$ cells in any direction. A natural number $n$ is called jumpable if the grasshopper can start from some cell of a strip of length $n$ and visit every cell exactly once. Find at least one non-jumpable number $n > 50$. (Egor Bakaev)
Problem
Source: Tournament of Towns Spring 2017 Junior A-level
Tags: combinatorics, Russia
30.05.2020 03:45
We claim that $62$ is non-jumpable. To show this, color the $8$ left-most cells of the strip black, the next $10$ cells red, the next $8$ black, and so on, until we have $62$ total cells as shown. There are $32$ black cells and $30$ red cells. Observe that if the grasshopper jumps from a black cell, it must arrive at a red cell. But there are more black cells than red cells, hence $62$ is non-jumpable.
08.03.2021 16:34
This might seem like an original idea, but its main idea is duplicated from the problem $\textit{exchanging coins crossing huge gaps}$ here. $\color{green} \rule{25cm}{2pt}$ $\color{green} \textbf{This Solution doesn't need Sections. Also, black equals void.}$ We claim that $\boxed{n = 63}$ is non-jumpable. Divide a strip of length $63$ into seven consecutively placed strips of length $9$. Color the second, fourth and sixth black, and the rest white. However, mark the squares at the end of the white strips in red.
Say the red cells, in order from left to right, to be $r_1,r_2,\ldots,r_8$. Observe that any jump from a white cell (a red-marked cell is also considered a white-colored one, at that) will move the grasshopper towards a black cell, except the jump is done from $r_i$ to $r_{i+1}$, or from $r_{i+1}$ to $r_i$, with $0 \leq i \leq 7$. Let this configuration to be jumpable. Now for each jump originating from a white cell (there are at least $35$ of those, which happens iff the last cell of the path is white), at most seven of them are to white cells. This is because any jump from $r_i$ to $r_{i+1}$ (or vice versa) is only to be used at most once. However, this will imply the existence of $28$ jumps ending in black cells, a contradiction. We are done. $\blacksquare$ $\blacksquare$ $\blacksquare$