Pascal's Triangle and Binomial Coefficients
Pascal's Triangle and Binomial Coefficients
Pascal's Triangle and Binomial Coefficients
1 Pascal’s Triangle
Pascal’s triangle (named for the mathematician Blaise Pascal, 1623–1662) is an infinite triangular
arrangement of numbers, constructed according to the following two rules:
1. The first and last entry in each row is 1;
2. Each other entry is the sum of the two entries directly above it.
Row 0 1
Row 1 1 1
Row 2 1 2 1
Row 3 1 3 3 1
Row 4 1 4 6 4 1
Row 5 1 5 10 10 5 1
Row 6 1 6 15 20 15 6 1
.. .. .. .. .. .. .. .. .. .. .. .. ..
. . . . . . . . . . . . .
We number the rows of Pascal’s triangle starting at 0. The nth row has n + 1 entries, which we also
number starting at 0. For example, Rule 1 tells us that the 0th and the nth entry of row n are both 1.
We denote the k th entry of the nth row of Pascal’s triangle by nk . For example, referring to the table
We can now rephrase the two rules for constructing Pascal’s triangle as follows: for each n ≥ 0,
n n
1. = 1 and = 1.
0 n
n n−1 n−1
2. If 0 < k < n, then = + .
k k−1 k
1
2 Binomial Coefficients
And now for something completely different (or so it seems)... What do you get if you multiply out the
polynomial (x + y)n ? Let’s see:
(x + y)0 = 1
(x + y)1 = x + y
(x + y)2 = x2 + 2xy + y2
Compare the coefficients in these polynomials to the numbers in Pascal’s triangle, and you will
immediately see a pattern:
n
= the coefficient of the monomial xn−k y k in (x + y)n ,
k
or, in other words,
n
X
n n n−k k
(x + y) = x y
k=0
k
This statement
is called the binomial theorem (because it is about powers of the binomial x + y), and the
n
numbers k are called binomial coefficients. If you’re curious, you can find a proof of the binomial
theorem HERE.
We give two proofs of this theorem: one that relies directly on the rules that generate Pascal’s triangle,
and one that uses the binomial theorem.
Proof. Our first proof proceeds by induction on n: we will check that the theorem is true for n = 0, and
then prove that whenever it holds for n = m, it also holds for n = m + 1.
If you have never seen mathematical induction before, you can find a basic explanation HERE or in many
other places around the web.
2
• Base case: n = 0. When n = 0, our theorem says that the sum of the entries in the 0th row of
Pascal’s triangle is 20 = 1. This is true, since there’s only one entry in the 0th row, and it’s equal to
0
0
= 1.
• Inductive step. Suppose that our result holds for n = m. In other words, we assume that
m m m m m
+ + + ··· + + = 2m .
0 1 2 m−1 m
Now, let’s try to prove that the same thing is true for n = m + 1, where we’re dealing with the sum
m+1 m+1 m+1 m+1 m+1
S= + + + ··· + + .
0 1 2 m m+1
By our assumption, the sum of the entries in the mth row of Pascal’s triangle is 2m , so we have
S = 2 · 2m = 2m+1 . So the sum of the entries in the (m + 1)th row also matches the theorem, and
our induction is complete.
Our second proof is much shorter, because it relies on the power of the binomial theorem. But the
induction proof was also worth seeing, because similar ideas apply even when the binomial theorem does
not work. In fact, the binomial theorem itself can be proven with a similar argument to our first proof!
This is true for any x and y, so in particular it’s true when x = y = 1. Making this substitution, we get
n n n n n n
(1 + 1) = + + + ··· + + .
0 1 2 n−1 n
3
4 More on Binomial Coefficients
There is a lot more to say about binomial coefficients: they appear absolutely everywhere in
mathematics! Most famously, they come up in counting “combinations” of objects:
n
= the number of ways to select k out of n objects, when order does not matter.
k
For example, if we have four objects A, B, C, D, here are all the ways we can select two of them:
AB AC AD BC BD CD
From this combinatorial interpretation, one can derive a formula for the binomial coefficients:
n n!
= .
k k!(n − k)!
If you are curious, you can find more information about this formula and its connection to Pascal’s
triangle in many places around the web (such as Wikipedia).
However, you do not need to know any of this to solve Problem #2 on the Qualifying Quiz.
The information in the first three sections of this handout should suffice.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: