In Combinations, we introduced binomial coefficients \( \binom{n}{k} \) as the number of ways to choose \( k \) objects from a set of size \( n \). Binomial coefficients also arise naturally when considering powers of binomial expressions, as shown in the following theorem.
Binomial Theorem: If a,b are variables and n is a positive integer, then
(a+b)n=i=0∑n(in)aibn−i.
The two different ideas mentioned above are actually very closely related to each other. When we expand (a+b)n, each term in the expansion comes from choosing either a or b from each of the n binomials in the product. This is why the terms in our expression are of the form aibn−i. To get the term aibn−i, we have to multiply i copies of a and n−i copies of b. If we choose i of the n binomials from which to use the term a, then we are left with n−i of the binomials from which to use the term b. The total number of ways to choose i of the n binomials is (in), which is why this is the coefficient of the term aibn−i.
The binomial coefficients can be arranged into a chart called Pascal’s Triangle that uses the relation (kn)+(k+1n)=(k+1n+1). The ith row of Pascal’s triangle has the binomial coefficients (0i),(1i),…,(ii). The first row is considered row 0 and contains the coefficient (00).
(06)(05)(04)(16)(03)(15)(02)(14)(26)(01)(13)(25)(00)(12)(24)(36)(11)(23)(35)(22)(34)(46)(33)(45)(44)(56)(55)(66)
By plugging in the values of the binomial coefficients, we obtain Pascal's Triangle:
111615141513101262013101415151611
When working with binomial coefficients, we can generally approach problems in two different ways, either algebraically (by manipulating the expressions), or combinatorially (by interpreting the expressions).
Worked Examples
1. Show algebraically that (kn)+(k+1n)=(k+1n+1).
Solution: We expand the expression on the left hand side in terms of factorials:
(kn)+(k+1n)=====k!(n−k)!n!+(k+1)!(n−k−1)!n!(k+1)!(n−k)!n!(k+1)+(k+1)!(n−k)!n!(n−k)(k+1)!(n−k)!n!(n+1)(k+1)!(n−k)!(n+1)!(k+1n+1)
2. Show combinatorially that (kn)+(k+1n)=(k+1n+1).
Solution: The right hand side counts the number of ways to choose k+1 people from n+1 people. If we consider one of the n+1 people, then either they are chosen in the set of k+1 people or they are not. The number of ways to choose k+1 people which includes this person is (kn) (we need to choose k of the n other people). The number of ways to choose k+1 people which do not include this person is (k+1n) (we need to choose k+1 of the n other people).
3. Show that (0n)+(1n)+⋯+(nn)=2n.
Algebraic solution: From the Binomial Theorem, we have
(a+b)n=i=0∑n(in)aibn−i.
If we let a=b=1, this expression becomes
2n=i=0∑n(in)=(0n)+(1n)+⋯+(nn).
Combinatorics solution: We use the technique of Double Counting. Consider the number of ways to choose a team out of n players. From Combinations, there are (in) ways to choose a team of exactly i players; therefore, the left hand side represents the number of ways to choose a team according to the number of players. On the other hand, we can choose a team by deciding if a specified player is in the team or not. By the Rule of Product, there are 2n ways to do this which is the right hand side. Hence, the two sides are equal.
#Combinatorics
#BinomialCoefficients
#KeyTechniques
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
There are no comments in this discussion.