Problem 1: Suppose a soccer team scores at least one goal in $20$ consecutive games. If it scores a total of $30$ goals in those $20$ games, prove that in some sequence of consecutive games, it scores exactly $9$ goals.
Solution: Denote the score of $20$ games by $g_1,g_2,\cdots,g_{20}$ and consider the set $$\{g_1,g_2,g_3,\cdots,g_{20},g_1+9,\cdots,g_{20}+9\}$$
There are $40$ elements in the set; each term is between $1$ and $39$. Thus, by the Pigeonhole Principle, at least two elements coincide. Since a soccer team scores at least one goal in $20$ consecutive games, we have $g_i\neq g_j$ for $i,j\in \{1,2,\cdots,20\}$. Thus, there exists some $h,k\in \{1,2,\cdots,20\}$ such that $g_i=g_k+9$. Thus, $9$ consecutive games can be $i+1,i+2,\cdots,j$.
Problem 2: There exist two powers of $7$ whose difference is divisible by $k(k\in \mathbb{N})$.
Solution: Consider the set $$\{7,7^2,\cdots,7^{k+1}\}$$and divide each element by $k$. There are at least two different integers $i,j\in \{1,2,\cdots,k+1\}$ such that $7^i$ and $7^j$ leave the same remainder, say $r$. Then $7^i-7^j=(a_1k+r)-(a_2k+r)=(a_1-a_2)k$, which is a multiple of $k$.
Problem 3: Consider $8$ different positive integers $\leq 15$. Then there are at least three pairs of them that have the same positive difference.
Solution: There are $14$ possibility for the positive difference, called $$\{1,2,3,4,5,6,7,8,9,10,11,12,13,14\}$$
But $14$ can only be written as $15-1$, so we exclude this case, i.e., there are $13$ choices for the positive difference.
To choose $2$ numbers from $8$ numbers, we have $C_8^2=28$ choices. By excluding $(1,15)$,, we have $27$ choices. Thus, $[\frac{27}{13}]=2$.
Problem 4: Show that there is a power of $3$ that ends in $001$.
Solution: Consider the set $\{3,3^2,3^3,\cdots,3^n,\cdots\}$ and divide them by $1000$, since the set has infinitely many elements, there are at least two elements, say $3^{m_1}$ and $3^{m_2}$ such that they share the same remainder. WLOG, suppose that $m_1>m_2$, then $$3^{m_1}-3^{m_2}=3^{m_2}(3^{m_1-m_2}-1)$$
Since $3^{m_2}$ is not divisible by $1000$, $3^{m_1-m_2}-1$ is divisible by $1000$ and $3^{m_1-m_2}$ is what we want.
Problem 5: Six integers are chosen at random from the set $1,2,3,\cdots,9,10$. Prove that two of the chosen integers are sure to have odd sum.
Solution:There are $5$ even numbers and $5$ odd numbers. Since we need to choose $6$ numbers from the set, we must have at least one odd number and one even number, which leads to the conclusion.
Problem 6: Show that in any group of $n$ people, there are two who have an identical number of friends within the group.
Solution: There are $n$ possibilities for any people from the group, called $\{0,1\cdots,n-1\}$. However, if one person has no friends, then others cannot have $n-1$ friends, so these two cases cannot happen simultaneously. Thus, there are $n-1$ possibilities in total and there are $n$ people, so by the Pigeonhole Principle, we get the conclusion.
Problem 7: $51$ integers are chosen at random from the numbers $1$ through $100$. Prove that at least two of the chosen integers will differ by $10$.
Solution: Divide these $51$ integers by $10$ and consider the remainder, since $[\frac{51}{10}]=6$, there are at least $6$ of them share the same remainder. However, it is not possible for all six to be $20$ or more counts from each other(proof by contradiction). Thus, at least two of the six numbers differ by $10$.
Problem 8: Any prime $p$ not equal to $2$ or $5$ divides infinitely many of integers: $11$,$111$,$1111$,$\cdots$
Solution: Take these integers mod $p$ and by the Pigeonhole Principle, there are infinitely many numbers that share the same remainder. By taking the difference, we get the form $$11\cdots 10\cdots 0$$
Since $p$ is coprime to $10$, $p$ divides $11\cdots 1$.
Exercise: Prove that having $100$ whole numbers, one can choose $15$ of them so that the difference of any two is divisible by $7$.