Problems

Age
Difficulty
Found: 1929

Let \(n\) be a positive integer. Prove that it’s impossible to have a closed knight’s tour on a \(4\times n\) grid.

Prove Sperner’s lemma in dimension \(1\), namely on a line.
The simplex in this case is just a segment, the triangulation is subdivision of the segment into multiple small segments, and the conditions of a Sperner’s coloring are the following:

  • There are only two colors;

  • The opposite ends of the main segment are colored differently;

Then one needs to prove that there exists a small segment with two ends colored in different colors. In particular there is an odd number of such small segments.

Draw a Sperner’s coloring for the following \(3\)-dimensional simplex. The blue segments are visible, the grey ones are inside the tetrahedron. The point \(F\) is on the face \(ABC\), point \(E\) is on the face \(BCD\), point \(G\) is on the face \(ACD\) and the point \(H\) is on the face \(ABD\).

image

Four football teams play in a tournament. There’s the Ulams (\(U\)), the Vandermondes (\(V\)), the Wittgensteins (\(W\)) and the Xenos (\(X\)). Each team plays every other team exactly once, and matches can end in a draw.
If a game ends in a draw, then both teams get \(1\) point. Otherwise, the winning team gets \(3\) points and the losing team gets \(0\) points. At the end of the tournament, the teams have the following points totals: \(U\) has \(7\), \(V\) has \(4\), \(W\) has \(3\) and \(X\) has \(2\).

Work out the results of each match, including showing that there’s no other way the results could have played out.

Imagine a \(5\times6\) rectangular chocolate bar, and you want to split it between you and your \(29\) closest friends, so that each person gets one square. You repeatedly snap the chocolate bar along the grid lines until the rectangle is in \(30\) individual squares. You can’t snap more than one rectangle at a time.

image image image

The diagram shows a couple of choices for your first two snaps. For example, in the first picture, you snap along a vertical line, and then snap the left rectangle along a horizontal line.
How many snaps do you need to get the \(30\) squares?

Prove that \(n^{n+1}>(n+1)^n\) for integers \(n\ge3\).

What is the following as a single fraction? \[\frac{1}{1\times2}+\frac{1}{2\times3}+\frac{1}{3\times4}+...+\frac{1}{98\times99}+\frac{1}{99\times100}.\]

Prove that \(3\) always divides \(2^{2n}-1\), where \(n\) is a positive integer.