Find a non-regular octagon which you can use to tile the whole plane and show how to do that.
A round-robin tournament is one where each team plays every other team exactly once. Five teams take part in such a tournament getting: \(3\) points for a win, \(1\) point for a draw and \(0\) points for a loss. At the end of the tournament the teams are ranked from first to last according to the number of points.
Is it possible that at the end of the tournament, each team has a different number of points, and each team except for the team ranked last has exactly two more points than the next-ranked team?
Mark one card with a \(1\), two cards with a \(2\), ..., fifty cards with a \(50\). Put these \(1+2+...+50=1275\) cards into a box and shuffle them. How many cards do you need to take from the box to be certain that you will have taken at least \(10\) cards with the same mark?
Starting at one of the vertices, an ant wishes to walk each of the \(12\) edges of a sugar cube exactly once. Prove that this is impossible.
Noah has \(10\) dogs, who he wishes to group into \(5\) pairs for \(5\) families, each of whom want two dogs. However, the dogs are quite picky, and can’t be paired with most of the other dogs. None in the first group will go with each other: an alsatian, a border collie, a chihuahua, a dachshund and an English bulldog. None in the second group will go with each other: a foxhound, a greyhound, a harrier, an Irish setter and a Jack Russell. Furthermore,
The alsatian is the least picky and can be paired with any in the second group.
The border collie won’t go with the foxhound, but will go with any other dog in the second group.
The chihuahua and the dachshund will only go with the Irish setter and the Jack Russell.
Additionally, none of the foxhound, greyhound and harrier will go with the English bulldog.
Is it possible to pair up the \(10\) dogs?
There are two hourglasses, a small one and a large one. The sand in the small one takes \(7\) minutes to fall all the way through, and the sand in the large one takes \(11\) minutes. How can you measure \(15\) minutes using those?
\(6\) friends get together for a game of three versus three basketball. In how many ways can they be split into two teams? The order of the two teams doesn’t matter, and the order within the teams doesn’t matter.
That is, we count A,B,C vs. D,E,F as the same splitting as F,D,E vs A,C,B.
David and Esther play the following game. Initially, there are three piles, each containing 1000 stones. The players take turns to make a move, with David going first. Each move consists of choosing one of the piles available, removing the unchosen pile(s) from the game, and then dividing the chosen pile into 2 or 3 non-empty piles. A player loses the game if they are unable to make a move. Prove that Esther can always win the game, no matter how David plays.
A grasshopper can only make jumps exactly \(5\) inches in length. He wants to visit all \(8\) dots on the picture, where the length of the side of a unit square is one inch. Find the smallest number of jumps he will have to do if he can start and finish in any dot. It is allowed to use any point on the plane, not necessarily the ones on the picture.
How many subsets are there of \(\{1,2,...,10\}\) (the integers from \(1\) to \(10\) inclusive) containing no consecutive digits? That is, we do count \(\{1,3,6,8\}\) but do not count \(\{1,3,6,7\}\).
For example, when \(n=3\), we have \(8\) subsets overall but only \(5\) contain no consecutive integers. The \(8\) subsets are \(\varnothing\) (the empty set), \(\{1\}\), \(\{2\}\), \(\{3\}\), \(\{1,3\}\), \(\{1,2\}\), \(\{2,3\}\) and \(\{1,2,3\}\), but we exclude the final three of these.