Basic Combinatorics (J) : RQ Tong
Basic Combinatorics (J) : RQ Tong
RQ Tong
28/29 March 2021
1 Introduction
Combinatorics is all about counting, in particular techniques to count cleverly. In school,
you may have seen questions that ask about how many ways a family can be seated for a
photograph, or the probability of drawing two marbles of the same colour from a bag with
however many marbles of each colour. Today, we will be exploring the most fundamental
tools in combinatorics; with each formula, try to prove why it is true.
3 Pigeonhole principle
If you need to put 10 pigeons into 9 pigeonholes, there is at least one pigeonhole with
more than 1 pigeon. This may seem like common sense, but can be generalised into the
following statement: Given n discrete objects (objects that cannot be cut) to place into
r bags, the pigeonhole principle states that at least one bag contains at least b n−1
r
c+1
objects. Let’s prove this by contradiction.
1
4 Supermarket principle
Going back to permutations and combinations, the supermarket principle is about the
number of ways you can pick a total of n things from r categories at the supermarket:
n+r−1 (n + r − 1)!
= .
r−1 n!(r − 1)!
5 Binomial coefficients
Coefficients are the numbers preceding algebraic terms, indicating the multiple of that
term we have. Binomial refers to having two variables, like x and y. The binomial theorem
states that in the expansion of (x + y)n , terms are of the form
n r n−r
xy ,
r
6 Problems
1. Bob wants to create a five-question exam using questions from number theory, geom-
etry, algebra and combinatorics, using one category twice and each other category
once. In how many ways can this be done, if the questions are in order of difficulty
(order is important)?
2. In how many ways are you permute all thirty-two pieces of a standard chess set in
a circle?
4. How many ways can we split 10 different flavoured Easter eggs between two people
if each person gets at least one Easter egg?
5. In my sock drawer I have 9 different pairs of socks. It is too dark for me to see the
difference between the socks. How many socks should I randomly pick out to make
sure I will have a matching pair of socks?
2
7 Identities
1. Prove that
n n
= .
r n−r
2. Prove that
n+1 n
(k + 1) = (n + 1) .
k+1 k
5. Prove that
k 2
X k 2k
= .
i=0
i k
8 Conclusion
All of these problems are taken from handouts, prep problems and exams at past camps. If
you want hints and/or solutions to any of these problems, email me at rtong782@gmail.com.
If you want more problems, I can send you the ones from past handouts that I chose not
to steal for mine.