In order to completely cover an equilateral triangle, the two smaller triangles must cover all three vertices. Since the longest length of an equilateral triangle is one of its sides, a smaller triangle cannot cover more than one vertex. Therefore, we cannot completely cover the triangle with two smaller copies. \par
Let $i_0 ... i_{n+1}$ be our set of integers. If we pick $i_0 ... i_{n+1}$ so that no two have a difference divisible by $n$, we must have $i_0\not\equiv i_k \pmod{n}$ for all $1\leq k \leq n+1$. There are $n$ such $i_k$, and there are $n$ equivalence classes mod $n$. \par
Therefore, either, $i_1 ... i_{n+1}$ must cover all equivalence classes mod $n$ (implying that $i_0\equiv i_k \pmod{n}$ for some k), or there exist two elements in $i_1 ... i_{n+1}$ that are equivalent mod $n$. \par
You have an $8\times8$ chess board with two opposing corner squares cut off. You also have a set of dominoes, each of which is the size of two squares. Is it possible to completely cover the the board with dominos, so that none overlap nor stick out?
If you remove two opposing corners of a chessboard, you remove two squares of the same color, and you're left with $32$ of one and $30$ of the other. \par
Let $W$ be the set of wet points, and $W^c$ the set of points antipodal to those in $W$. $W$ and $W^c$ each contain more than half of the points on the earth. The set of dry points, $D$, contains less than half of the points on the earth. Therefore, $W^c \not\subseteq D$. \par
\textcolor{gray}{\textit{Note:}} This solution isn't very convincing. However, it is unlikely that the students know enough to provide a fully rigorous proof.
There are $n > 1$ people at a party. Prove that among them there are at least two people who have the same number of acquaintances at the gathering. (We assume that if A knows B, then B also knows A)
Assume that every attendee knows a different number of people. There is only one way this may happen: the most popular person knows $n-1$ people (that is, everyone but himself), the second-most popular knows $n-2$, etc. The least-popular person must then know $0$ people. \par
$\text{midpoint}(a, b)=(\frac{a_x + b_x}{2}, \frac{a_y + b_y}{2})$. If $a_x + b_x$ and $a_y + b_y$ are both even, the midpoint of points $a$ and $b$ will have integer coordinates. \par
Every point on a line is painted black or white. Show that there exist three points of the same color where one is the midpoint of the line segment formed by the other two.
Every point on a plane is painted black or white. Show that there exist two points in the plane that have the same color and are located exactly one foot away from each other.
Split the the set $\{1, ..., 2n\}$ into classes defined by each integer's greatest odd divisor. There will be $n$ classes since there are $\frac{k}{2}$ odd numbers between $1$ and $n$. Because we pick $n +1$ numbers, at least two will come from the same class---they will be divisible. \par
Show that it is always possible to choose a subset of the set of integers $\{a_1, a_2, ... , a_n\}$ so that the sum of the numbers in the subset is divisible by $n$.
\begin{solution}
Let $\{a_1^\prime, a_2^\prime, ..., a_n^\prime\}$ be this set mod $n$. \par
If any $a_i^\prime$ is zero, we're done: $\{a_i^\prime\}$ satisfies the problem.
\vspace{2mm}
If none are zero, consider the set $\{a_1^\prime,~ a_1^\prime+ a_2^\prime,~ ...,~ a_1^\prime+ a_2^\prime+ ... + a_n^\prime\}$. \par
If any element of this set is zero, we're done.
\vspace{2mm}
If zero is not in this set, we have $n$ numbers with $n-1$ possible remainders. Therefore, at least two elements in this set must be equivalent mod $n$. If we subtract these two elements, we get a sum divisible by $n$.
A stressed-out student consumes at least one espresso every day of a particular year, drinking $500$ overall. Show the student drinks exactly $100$ espressos on some consecutive sequence of days.
If there exists a sequence of days where the student drinks exactly 100 espressos, we must have at least one ``block'' (in orange, above) of 100 espressos that both begins and ends on a ``clean break'' between days. \par
There are $499$ ``breaks'' between $500$ espressos. \par
In a year, there are $364$ clean breaks. This leaves $499-364=135$ ``dirty'' breaks. \par
We therefore have $135$ places to start a block on a dirty break, and $135$ places to end a block on a dirty break. This gives us a maximum of $270$ dirty blocks. \par
Out of $401$ blocks, a maximum of $270$ can be dirty. We are therefore guaranteed at least $131$ clean blocks. This completes the problem---each clean block represents a set of consecutive, whole days during which exactly 100 espressos were consumed.
Given a table with a marked point, $O$, and with $2013$ properly working watches put down on the table, prove that there exists a moment in time when the sum of the distances from $O$ to the watches' centers is less than the sum of the distances from $O$ to the tips of the watches' minute hands.