Session-22: The Binomial & Multinomial Coefficients
Session-22: The Binomial & Multinomial Coefficients
2
Consider the patterns formed by expanding (x + y)n.
(x + y)0 = 1
(x + y)1 = x + y
(x + y)2 = x2 + 2xy + y2
(x + y)3 = x3 + 3x2y + 3xy2 + y3
(x + y)4 = x4 + 4x3y + 6x2y2 + 4xy3 + y4
(x + y)5 = x5 + 5x4y + 10x3y2 + 10x2y3 + 5xy4 + y5
Each number in the interior of the triangle is the sum of the two
numbers immediately above it.
The numbers in the nth row of Pascal’s Triangle are the binomial
coefficients for (x + y)n .
4
Example: Use Pascal’s Triangle to expand (2a + b)4.
1 0th row
1 1 1st row
1 2 1 2nd row
1 3 3 1 3rd row
1 4 6 4 1 4th row
5
The symbol n! (n factorial) denotes the product of the first n
positive integers. 0! is defined to be 1.
1! = 1
4! = 4 3 2 1 = 24
• • •
6! = 6 5 4 3 2 1 = 720
• • • • •
n! = n(n – 1)(n – 2) 3 2 1 • •
10! 10! 1! 1
10 C 0 1
(10 0)! 0! 10! 0! 0! 1
• •