Download Careers360 App
Product of Two Binomial Coefficients

Product of Two Binomial Coefficients

Edited By Komal Miglani | Updated on Jul 02, 2025 08:02 PM IST

An expression with two terms is called the binomial expansion. In the case of higher degree expression, it is difficult to calculate it manually. In these cases, Binomial theorem can be used to calculate it. Binomial theorem is used for the expansion of a binomial expression with a higher degree. Binomial coefficients are the coefficients of the terms in the Binomial expansion. Binomial theorem is proved using the concept of mathematical induction. Apart from Mathematics, Binomial theorem is also used in statistical and financial data analysis.

This Story also Contains
  1. Binomial Theorem
  2. Binomial Coefficient
  3. Product of Two Binomial Coefficients
  4. Solved Examples Based on Product of Two Binomial Coefficients
Product of Two Binomial Coefficients
Product of Two Binomial Coefficients

This article is about the product of two Binomial coefficients which falls under the broader category of Binomial Theorem and its applications. It is one of the important topics for competitive exams.

Binomial Theorem

Statement:

If $n$ is any positive integer, then

$ (a + b)^n = \binom{n}{0} a^n + \binom{n}{1} a^{n - 1} b + \binom{n}{2} a^{n - 2} b^2 + \dots + \binom{n}{n - 1} a b^{n - 1} + \binom{n}{n} b^n $

Proof:

The proof is obtained by applying the principle of mathematical induction.

Let the given statement be:

$ P(n): (a + b)^n = \binom{n}{0} a^n + \binom{n}{1} a^{n-1} b + \binom{n}{2} a^{n-2} b^2 + \dots + \binom{n}{n-1} a b^{n-1} + \binom{n}{n} b^n $

For $ n = 1 $, we have:

$ P(1): (a + b)^1 = \binom{1}{0} a^1 + \binom{1}{1} b^1 = a + b $

Thus, $ P(1) $ is true.

Suppose $ P(k) $ is true for some positive integer $ k $, i.e.,

$ (a + b)^k = \binom{k}{0} a^k + \binom{k}{1} a^{k-1} b + \binom{k}{2} a^{k-2} b^2 + \dots + \binom{k}{k} b^k$

We shall prove that $ P(k + 1) $ is also true, i.e.,

$ (a + b)^{k + 1} = \binom{k+1}{0} a^{k+1} + \binom{k+1}{1} a^k b + \binom{k+1}{2} a^{k-1} b^2 + \dots + \binom{k+1}{k+1} b^{k+1} $

Now,

$ (a + b)^{k + 1} = (a + b)(a + b)^k $

$ = (a + b) \left[\binom{k}{0} a^k + \binom{k}{1} a^{k-1} b + \binom{k}{2} a^{k-2} b^2 + \dots + \binom{k}{k-1} a b^{k-1} + \binom{k}{k} b^k\right] $

[from (1)]

$ = \binom{k}{0} a^{k+1} + \binom{k}{1} a^k b + \binom{k}{2} a^{k-1} b^2 + \dots + \binom{k}{k-1} a^2 b^{k-1} + \binom{k}{k} a b^k $

$ + \binom{k}{0} a^k b + \binom{k}{1} a^{k-1} b^2 + \binom{k}{2} a^{k-2} b^3 + \dots + \binom{k}{k-1} a b^k + \binom{k}{k} b^{k+1} $

[by actual multiplication]

$ = \binom{k}{0} a^{k+1} + (\binom{k}{1} + \binom{k}{0}) a^k b + (\binom{k}{2} + \binom{k}{1}) a^{k-1} b^2 + \dots + (\binom{k}{k} + \binom{k}{k-1}) a b^k + \binom{k}{k} b^{k+1} $

[grouping like terms]

$ = \binom{k+1}{0} a^{k+1} + \binom{k+1}{1} a^k b + \binom{k+1}{2} a^{k-1} b^2 + \dots + \binom{k+1}{k} a b^k + \binom{k+1}{k+1} b^{k+1}$

(by using $ \binom{k+1}{0} = 1 $, $ \binom{k}{r} + \binom{k}{r-1} = \binom{k+1}{r} $, and $ \binom{k}{k} = 1 = \binom{k+1}{k+1} $)

Thus, it has been proved that $ P(k + 1) $ is true whenever $ P(k) $ is true. Therefore, by the principle of mathematical induction, $ P(n) $ is true for every positive integer $ n $.

Binomial Coefficient

The combination $\binom{n}{r}$ or ${ }^{\mathrm{n}} \mathrm{C}_{\mathrm{r}}$ occuring in the Binomial theorem is called a Binomial coefficient, where $\binom{n}{r}=C(n, r)={ }^n C_r=\frac{n!}{r!(n-r)!}$.

Product of Two Binomial Coefficients

Consider the identities

$ (1+x)^n=C_0+C_1 x+C_2 x^2+C_3 x^3+\ldots+C_n x^n $

$(1+x)^n=C_0+C_1 x+C_2 x^2+C_3 x^3 \ldots+C_n \cdot x^n $

Multiply these identities we get another identities

$ (1+x)^n(1+x)^n=\left(C_0+C_1 x+C_2 x^2+\ldots \ldots+C_n x^n\right) \times\left(C_0+C_1 x+C_2 x^2+\ldots \ldots+C_n x^n\right) $

$(1+x)^{2 n}=\left(C_0+C_1 x+C_2 x^2+\ldots \ldots+C_n x^n\right) \times\left(C_0+C_1 x+C_2 x^2+\ldots \ldots+C_n x^n\right) $

Compare coefficients of $x^n$ on both sides.

In LHS, coeff. of $x^n=$ coeff. of $x^n$ in $(1+x)^{2 n}={ }^{2 n} C_n$

In RHS. terms containing $x^n$ are

$ C_0 C_n x^n+C_1 C_{n-1} x^n+C_2 C_{n-2} x^n+\ldots \ldots \ldots+C_n C_0 x^n $

$\Rightarrow \quad$ Coeff. of $x^n$ on RHS $=C_0 C_n+C_1 C_{n-1}+C_2 C_{n-2}+\ldots \ldots \ldots+C_n C_0$

Equating the coefficients,

$ C_0 C_n+C_1 C_{n-1}+C_2 C_{n-2}+\ldots \ldots \ldots+C_n C_0=C_0^2+C_1^2+C_2^2+\ldots \ldots \ldots C_n^2={ }^{2 n} C_n $

Shortcut formula

To get the value of $C_0 C_{n-r}+C_1 C_{n-r+1}+C_2 C_{n-r+2}+\ldots \ldots \ldots+C_{n-r} C_0$

Observe that upper indices are constant in each term, and sum of lower indices = constant $=(n-r)$

So this expression equals ${ }^{\text {Sum of upper indices }} C_{\text {sum of lower indices }}$

So the given expression equals ${ }^{n+n} C_{n-r}={ }^{2 n} C_{n-r}$

Recommended Video Based on Product of Two Binomial Coefficients:


Solved Examples Based on Product of Two Binomial Coefficients

Example 1: The value of $r$ for which

${ }^{20} C_r^{20} C_0+{ }^{20} C_{r-1}{ }^{20} C_1+{ }^{20} C_{r-2}{ }^{20} C_2+\ldots \ldots \ldots+{ }^{20} C_0{ }^{20} C_r$ is maximum, is:

1) $15 $

2) $11 $

3) $20$

4) $10 $

Solution:

${ }^{20} C_r^{20} C_0+{ }^{20} C_{r-1}{ }^{20} C_1+{ }^{20} C_{r-2}{ }^{20} C_2+\ldots \ldots \ldots+{ }^{20} C_0{ }^{20} C_r$

Using the shortcut formula

$ ={ }^{20+20} C_r $


$={ }^{40} C_r $


This is maximum when $\mathrm{r}=20$

Example 2: The sum of the series

$\binom{10}{0}\binom{10}{4}+\binom{10}{1}\binom{10}{5}+\binom{10}{2}\binom{10}{6}+\ldots+\binom{10}{6}\binom{10}{10}$ is

1) $\binom{20}{6}$

2) $\binom{20}{7}$

3) $\binom{20}{8}$

4) $\binom{20}{9}$

Solution:

$ \binom{10}{0}\binom{10}{4}+\binom{10}{1}\binom{10}{5}+\binom{10}{2}\binom{10}{6}+\ldots+\binom{10}{6}\binom{10}{10} $


$=\binom{10}{0}\binom{10}{6}+\binom{10}{1}\binom{10}{5}+\binom{10}{2}\binom{10}{4}+\ldots+\binom{10}{6}\binom{10}{0} $

$\left(U \operatorname{sing}{ }^n C_r={ }^n C_{n-r}\right) $


Now upper indices are constant and sum of lower indices is constant

$ =\binom{10+10}{6} $

$=\binom{20}{6} $


Example 3: $\sum_{\text {If }}^{31}\left({ }^{31} \mathrm{C}_{\mathrm{k}}\right)\left({ }^{31} \mathrm{C}_{\mathrm{k}-1}\right)-\sum_{\mathrm{k}=1}^{30}\left({ }^{30} \mathrm{C}_{\mathrm{k}}\right)\left({ }^{30} \mathrm{C}_{\mathrm{k}-1}\right)=\frac{\alpha(60!)}{(30!)(31!)}$, where $\alpha \in \mathrm{R}$, then the value of $16 \alpha$ is equal to

1) $1411 $

2) $1320 $

3) $1615 $

4) $1855 $

Solution:

$ \sum_{\mathrm{k}=1}^{31}{ }^{31} \mathrm{C}_{\mathrm{k}}{ }^{31} \mathrm{C}_{\mathrm{k}-1}-\sum_{\mathrm{k}=1}^{30}{ }^{30} \mathrm{C}_{\mathrm{k}}{ }^{30} \mathrm{C}_{\mathrm{k}-1} $

$=\left({ }^{31} \mathrm{C}_1{ }^{31} \mathrm{C}_0+{ }^{31} \mathrm{C}_2{ }^{31} \mathrm{C}_1+\cdots{ }^{31} \mathrm{C}_{31}{ }^{31} \mathrm{C}_{30}\right)-\left({ }^{30} \mathrm{C}_1{ }^{30} \mathrm{C}_0+{ }^{30} \mathrm{C}_2{ }^{30} \mathrm{C}_1+\cdots{ }^{30} \mathrm{C}_{30}{ }^{30} \mathrm{C}_{20}\right) $

$=\left({ }^{31} \mathrm{C}_1{ }^{31} \mathrm{C}_{31}+{ }^{31} \mathrm{C}_2{ }^{31} \mathrm{C}_{30}+\cdots{ }^{31} \mathrm{C}_{31}{ }^{31} \mathrm{C}_1\right)-\left({ }^{30} \mathrm{C}_1{ }^{30} \mathrm{C}_{30}+{ }^{30} \mathrm{C}_2{ }^{30} \mathrm{C}_{29}+\cdots{ }^{30} \mathrm{C}_{30}{ }^{30} \mathrm{C}_1\right) $

$={ }^{62} \mathrm{C}_{32}-{ }^{60} \mathrm{C}_{31} $

$\left.=\frac{62!}{32!30!}-\frac{60!}{31!29!}=\frac{60![62 \times 61-32 \times 30]}{32!30!}\right) $

$=\frac{60!}{30!31!}\left(\frac{62 \times 61-32 \times 30}{32}\right) $


$ \Rightarrow \alpha=\frac{31 \times 61-16 \times 30}{16} $

$\Rightarrow 16 \alpha=1891-480=1411 $


Hence, the answer is option (1).


Frequently Asked Questions (FAQs)

1. What is the product of two binomial coefficients?
The product of two binomial coefficients refers to multiplying two terms from Pascal's triangle. It's often represented as (nCr) × (nCs), where n, r, and s are non-negative integers, and r + s ≤ n.
2. How does the product of binomial coefficients relate to combinations?
The product of binomial coefficients represents the number of ways to choose two separate groups from a larger set. For example, (nCr) × (nCs) gives the number of ways to choose r items for one group and s items for another from a set of n items.
3. What is the significance of the condition r + s ≤ n in the product of binomial coefficients?
The condition r + s ≤ n ensures that we don't select more items than are available in the set. It's a logical constraint that prevents impossible combinations and keeps our calculations within the bounds of the original set size.
4. Can the product of binomial coefficients ever be zero?
No, the product of binomial coefficients is always a positive integer. This is because each binomial coefficient represents a number of combinations, which is always a non-negative integer, and the product of two positive integers is always positive.
5. How does the commutative property apply to the product of binomial coefficients?
The commutative property applies to the product of binomial coefficients, meaning (nCr) × (nCs) = (nCs) × (nCr). This is because multiplication is commutative, regardless of the specific values being multiplied.
6. What's the relationship between (nCr) × (nCs) and (n+1Cr+s)?
There's a fascinating relationship: (nCr) × (nCs) = (n+1Cr+s) × (r+sCr). This identity, known as Vandermonde's identity, shows a deep connection between selecting from n items and n+1 items.
7. How does the product of binomial coefficients relate to Pascal's triangle?
The product of binomial coefficients represents multiplying two numbers from the same row in Pascal's triangle. This operation often yields numbers found in rows further down the triangle, revealing intricate patterns within Pascal's triangle.
8. What's the difference between (nCr) × (nCs) and (nCr+s)?
(nCr) × (nCs) represents choosing r items and s items separately from n items, while (nCr+s) represents choosing r+s items together from n items. The former allows for more combinations as it considers the order of selection between the two groups.
9. How can we simplify the calculation of (nCr) × (nCs)?
We can simplify by expanding the formula: (n!/(r!(n-r)!)) × (n!/(s!(n-s)!)). Often, many terms cancel out, leading to a simpler expression. It's also helpful to use the smallest values of r and s to minimize calculations.
10. What's the maximum value of (nCr) × (nCs) for fixed n?
The maximum value occurs when r and s are as close to n/2 as possible. This is because binomial coefficients are largest in the middle of Pascal's triangle rows. The exact values depend on whether n is even or odd.
11. How does the product of binomial coefficients relate to probability?
In probability theory, (nCr) × (nCs) / (nCr+s) represents the probability of selecting r items of one type and s items of another type from a set of n items, given that r+s items are selected in total.
12. Can the product of binomial coefficients be used in real-world applications?
Yes, it's used in various fields like combinatorics, probability theory, and statistical mechanics. For example, it can model scenarios in genetics where we're interested in selecting specific gene combinations.
13. What happens to the product (nCr) × (nCs) as n increases?
As n increases, the product generally grows larger, especially if r and s remain proportional to n. This growth can be exponential, highlighting why combinatorial problems often lead to very large numbers.
14. How does the product of binomial coefficients relate to the binomial theorem?
The product of binomial coefficients appears in the expansion of (x+y)^n when we multiply terms. Each term in the expansion is a product of a binomial coefficient and powers of x and y.
15. What's the connection between (nCr) × (nCs) and (nCn-r) × (nCn-s)?
These products are equal due to the symmetry property of binomial coefficients: (nCr) = (nCn-r). This means (nCr) × (nCs) = (nCn-r) × (nCn-s), showcasing a beautiful symmetry in combinatorics.
16. How can we interpret (nCr) × (nCs) geometrically?
Geometrically, (nCr) × (nCs) can represent the number of ways to color r vertices of one color and s vertices of another color in an n-vertex graph, assuming r+s ≤ n.
17. What's the relationship between (nCr) × (nCs) and (n+1Cr) × (n+1Cs)?
(n+1Cr) × (n+1Cs) is always larger than (nCr) × (nCs). The difference is (nCr-1) × (nCs) + (nCr) × (nCs-1) + (nCr-1) × (nCs-1), which relates to choosing from n+1 items versus n items.
18. How does the product of binomial coefficients relate to multinomial coefficients?
The product (nCr) × (nCs) is part of the expansion of the multinomial coefficient (n!/(r!s!(n-r-s)!)) when r+s ≤ n. This shows how binary choices extend to multiple choices in combinatorics.
19. Can we express (nCr) × (nCs) as a single binomial coefficient?
Generally, no. (nCr) × (nCs) cannot be expressed as a single binomial coefficient except in special cases. This highlights the unique information captured by the product of two coefficients.
20. How does the product of binomial coefficients relate to the concept of subsets?
(nCr) × (nCs) represents the number of ways to form two disjoint subsets of sizes r and s from a set of n elements. This interpretation is crucial in set theory and combinatorial problems.
21. What's the significance of (nCr) × (nCr) in combinatorics?
(nCr) × (nCr) represents the number of ways to split a set of n elements into three subsets: two of size r and one of size n-2r. This has applications in problems involving balanced partitions.
22. How does the product (nCr) × (nCs) change if we increase r by 1 and decrease s by 1?
The new product (nCr+1) × (nCs-1) equals the original product multiplied by ((n-r)/(r+1)) × (s/(n-s+1)). This ratio shows how sensitive the product is to small changes in r and s.
23. What's the connection between (nCr) × (nCs) and the hypergeometric distribution?
In probability theory, (nCr) × (nCs) / (n+mCr+s) represents the hypergeometric probability of selecting r successes from n items and s successes from m items when drawing r+s items without replacement.
24. How can we use the product of binomial coefficients to solve counting problems?
The product helps solve problems involving two-step selections. For example, choosing r people for one committee and s for another from n people is modeled by (nCr) × (n-rCs).
25. What's the relationship between (nCr) × (nCs) and (n-1Cr) × (n-1Cs)?
(nCr) × (nCs) = (n-1Cr) × (n-1Cs) × (n^2) / ((n-r)(n-s)). This relationship shows how the product grows as we increase the set size from n-1 to n.
26. How does the product of binomial coefficients relate to Pascal's identity?
Pascal's identity states that (nCr) = (n-1Cr-1) + (n-1Cr). The product (nCr) × (nCs) can be expanded using this identity, revealing connections to products of coefficients from the row above in Pascal's triangle.
27. What's the significance of (nCr) × (nCn-r) in combinatorics?
(nCr) × (nCn-r) represents the number of ways to split a set of n elements into two subsets of sizes r and n-r, and then recombine them. This is equal to 2^n × (nCr), showcasing an interesting combinatorial identity.
28. How can we use the product of binomial coefficients to understand voting scenarios?
In voting theory, (nCr) × (nCs) could represent the number of ways r people could vote for one option and s for another, out of n voters. This helps in analyzing possible voting outcomes.
29. What's the connection between (nCr) × (nCs) and the concept of permutations?
While (nCr) × (nCs) deals with combinations, it relates to permutations through the identity (nPr) × (nPs) = n! × (nCr) × (nCs) / ((n-r-s)!), assuming r+s ≤ n.
30. How does the product of binomial coefficients relate to the concept of symmetry in combinatorics?
The product (nCr) × (nCs) = (nCs) × (nCr) demonstrates the symmetry in choosing r items then s items, or s items then r items. This symmetry is a fundamental principle in combinatorial reasoning.
31. What's the significance of (nC0) × (nCn) in the context of binomial coefficients?
(nC0) × (nCn) always equals 1, regardless of n. This represents the trivial case of choosing no items and all items from a set, highlighting the boundary conditions in combinatorial problems.
32. How can we use the product of binomial coefficients to understand the concept of complementary events?
The identity (nCr) × (nCn-r) = (nCr) × (nCr) showcases complementary events. It represents choosing r items and separately choosing the remaining n-r items, which is equivalent to choosing r items twice.
33. What's the relationship between (nCr) × (nCs) and (n-1Cr-1) × (n-1Cs-1)?
(nCr) × (nCs) = (n-1Cr-1) × (n-1Cs-1) × (n^2) / (rs). This relationship shows how the product changes when we decrease both n and the selection sizes by 1.
34. How does the product of binomial coefficients relate to the concept of independence in probability?
In probability, if two events A and B are independent, P(A and B) = P(A) × P(B). Similarly, (nCr) × (nCs) / (nCn) represents the probability of independently choosing r and s items from n items.
35. What's the significance of (nCr) × (nCr) in the context of graph theory?
In graph theory, (nCr) × (nCr) could represent the number of ways to color r vertices one color and r vertices another color in a graph with n vertices, assuming 2r ≤ n.
36. How can we use the product of binomial coefficients to understand the concept of conditional probability?
The ratio (nCr) × (nCs) / (nCr+s) represents the conditional probability of choosing r items of one type given that r+s items were chosen in total from n items.
37. What's the connection between (nCr) × (nCs) and the concept of partitions in number theory?
(nCr) × (nCs) relates to partitions by representing the number of ways to partition n items into three groups of sizes r, s, and n-r-s. This connects combinatorics to partition theory in number theory.
38. How does the product of binomial coefficients relate to the concept of expected value in probability?
In certain probability distributions, like the hypergeometric distribution, the product of binomial coefficients appears in the calculation of expected values, linking combinatorics to statistical concepts.
39. What's the significance of (nCr) × (nCs) when r + s = n?
When r + s = n, (nCr) × (nCs) represents the number of ways to completely partition a set of n items into two subsets of sizes r and s. This is a special case where no items are left unselected.
40. How can we use the product of binomial coefficients to understand the concept of mutual exclusivity?
In probability, mutually exclusive events cannot occur simultaneously. The product (nCr) × (nCs) represents non-mutually exclusive selections, as it allows choosing r items and s items separately, potentially with overlap.
41. What's the relationship between (nCr) × (nCs) and (n+1Cr) × (nCs)?
(n+1Cr) × (nCs) = (nCr) × (nCs) × (n+1) / (n-r+1). This relationship shows how adding one element to the set affects the product when we increase the selection size for one coefficient but not the other.
42. How does the product of binomial coefficients relate to the concept of permutations with repetition?
While (nCr) × (nCs) deals with combinations, it relates to permutations with repetition through the identity (n+r-1Cr) × (n+s-1Cs) = number of ways to arrange r+s items of n types with repetition allowed.
43. What's the significance of (nCr) × (nCs) in the context of coding theory?
In coding theory, (nCr) × (nCs) could represent the number of ways to introduce r errors of one type and s errors of another type in a code of length n, useful in analyzing error patterns and correction capabilities.
44. How can we use the product of binomial coefficients to understand the concept of sampling without replacement?
(nCr) × (n-rCs) represents sampling without replacement: choosing r items from n, then s items from the remaining n-r. This models many real-world sampling scenarios.
45. What's the connection between (nCr) × (nCs) and the concept of conditional combinations?
(nCr) × (nCs) / (nCr+s) represents the number of ways to choose r items of one type and s of another, given that r+s items were chosen in total. This is a form of conditional combination.
46. How does the product of binomial coefficients relate to the concept of multisets in combinatorics?
While (nCr) × (nCs) deals with sets, it relates to multisets through the identity ((n+r-1)Cr) × ((n+s-1)Cs), which represents choosing r and s items from n types with repetition allowed.
47. What's the significance of (nCr) × (nCs) in the context of probability distributions?
In probability theory, (nCr) × (nCs) appears in various distributions, including the multivariate hypergeometric distribution, which models drawing multiple types of items without replacement.
48. How can we use the product of binomial coefficients to understand the concept of complementary counting?
Complementary counting often involves subtracting one count from another. The difference between (nCr+s) and (nCr) × (nCs) represents the number of ways to choose r+s items that can't be separated into groups of r and s.
49. What's the relationship between (nCr) × (nCs) and (nCr) × (n-rCs)?
(nCr) × (n-rCs) ≤ (nCr) × (nCs) for all valid r, s. The equality holds when s ≤ n-r. This relationship highlights the difference between choosing from the whole set versus choosing from what's left after the first selection.

Articles

Back to top