Skip to main content
Back to Binomial Theorem
JEE Main 2024
Binomial Theorem
Binomial Theorem
Hard

Question

The value of r=02222Cr23Cr\sum\limits_{r = 0}^{22} {{}^{22}{C_r}{}^{23}{C_r}} is

Options

Solution

Key Concept: Sum of Products of Binomial Coefficients using Binomial Expansions

Many sums involving products of binomial coefficients can be elegantly solved by considering the coefficient of a specific power of x{x} in the product of two binomial expansions. This technique is a direct application of the Binomial Theorem and is closely related to Vandermonde's Identity.

Problem: Find the value of S=r=02222Cr23Cr{S = \sum\limits_{r = 0}^{22} {{}^{22}{C_r}{}^{23}{C_r}} }


Detailed Solution:

1. Transform the Sum using the Symmetry Property of Binomial Coefficients

The given sum is: S=22C023C0+22C123C1++22C2223C22{S = {}^{22}{C_0}{}^{23}{C_0} + {}^{22}{C_1}{}^{23}{C_1} + \dots + {}^{22}{C_{22}}{}^{23}{C_{22}}}

We use the property of binomial coefficients which states that nCr=nCnr{{}^n{C_r} = {}^n{C_{n - r}}} (the number of ways to choose r{r} items from n{n} is the same as choosing nr{n-r} items to leave behind).

Applying this property to the second term, 23Cr{{}^{23}{C_r}}, we replace it with 23C23r{{}^{23}{C_{23 - r}}}: S=r=02222Cr23C23r{S = \sum\limits_{r = 0}^{22} {{}^{22}{C_r}{}^{23}{C_{23 - r}}} }

Why this step? This transformation is crucial because it ensures that the sum of the lower indices of the binomial coefficients (r{r} and 23r{23-r}) is a constant value (r+(23r)=23{r + (23-r) = 23}). This constant sum indicates that our total sum will be the coefficient of x23{x^{23}} in a suitable product of binomial expansions.

Expanding the modified sum: S=22C023C23+22C123C22+22C223C21++22C2223C1{S = {}^{22}{C_0}{}^{23}{C_{23}} + {}^{22}{C_1}{}^{23}{C_{22}} + {}^{22}{C_2}{}^{23}{C_{21}} + \dots + {}^{22}{C_{22}}{}^{23}{C_1}}

2. Relate the Sum to the Coefficient in a Binomial Product

Consider the binomial expansions of (1+x)22{(1+x)^{22}} and (1+x)23{(1+x)^{23}}:

From the Binomial Theorem, (1+x)n=k=0nnCkxk{(1+x)^n = \sum_{k=0}^{n} {^n C_k} x^k}.

For (1+x)22{(1+x)^{22}}: (1+x)22=22C0+22C1x+22C2x2++22Crxr++22C22x22{(1+x)^{22} = {}^{22}{C_0} + {}^{22}{C_1}x + {}^{22}{C_2}x^2 + \dots + {}^{22}{C_r}x^r + \dots + {}^{22}{C_{22}}x^{22}}

For (1+x)23{(1+x)^{23}}: (1+x)23=23C0+23C1x+23C2x2++23Ckxk++23C23x23{(1+x)^{23} = {}^{23}{C_0} + {}^{23}{C_1}x + {}^{23}{C_2}x^2 + \dots + {}^{23}{C_k}x^k + \dots + {}^{23}{C_{23}}x^{23}}

Now, let's consider the product of these two expansions: (1+x)22(1+x)23=(r=02222Crxr)(k=02323Ckxk){(1+x)^{22}(1+x)^{23} = \left( \sum_{r=0}^{22} {}^{22}{C_r} x^r \right) \left( \sum_{k=0}^{23} {}^{23}{C_k} x^k \right)}

We are looking for the coefficient of x23{x^{23}} in this product. A term x23{x^{23}} in the product is formed by multiplying a term (22Crxr){({}^{22}{C_r} x^r)} from the first expansion with a term (23Ckxk){({}^{23}{C_k} x^k)} from the second expansion such that r+k=23{r+k=23}. This means k=23r{k = 23-r}.

So, the coefficient of x23{x^{23}} in the product is the sum of terms of the form 22Cr23C23r{{}^{22}{C_r}{}^{23}{C_{23-r}}} for all possible values of r{r}. Since 0r22{0 \le r \le 22} (from 22Cr{{}^{22}{C_r}}), and 023r23{0 \le 23-r \le 23} (from 23C23r{{}^{23}{C_{23-r}}}), the valid range for r{r} is 0r22{0 \le r \le 22}.

Therefore, the coefficient of x23{x^{23}} in (1+x)22(1+x)23{(1+x)^{22}(1+x)^{23}} is precisely our sum $${S = \sum\limits_{r = 0}^{22} {{}^{22}{C_r}{}^{23}{C_{23 - r}}} }$.

3. Simplify the Product and Find the Coefficient

Using the rules of exponents, we can simplify the product: (1+x)22(1+x)23=(1+x)22+23=(1+x)45{(1+x)^{22}(1+x)^{23} = (1+x)^{22+23} = (1+x)^{45}}

Now, we need to find the coefficient of x23{x^{23}} in the expansion of (1+x)45{(1+x)^{45}}. According to the Binomial Theorem, the coefficient of xk{x^{k}} in (1+x)n{(1+x)^n} is nCk{{}^n{C_k}}. Here, n=45{n=45} and k=23{k=23}.

Thus, the coefficient of x23{x^{23}} in (1+x)45{(1+x)^{45}} is 45C23{{}^{45}{C_{23}}}

Since our sum S{S} is equal to this coefficient, we have: S=45C23{S = {}^{45}{C_{23}}}


Tips and Common Mistakes:

  • Vandermonde's Identity: This problem is a direct application of Vandermonde's Identity, which states: k=0R(mk)(nRk)=(m+nR){ \sum_{k=0}^{R} {m \choose k} {n \choose R-k} = {m+n \choose R} } In our case, with m=22{m=22}, n=23{n=23}, R=23{R=23}, and k=r{k=r}, the sum matches this identity exactly: r=02222Cr23C23r=22+23C23=45C23{ \sum_{r=0}^{22} {}^{22}{C_r} {}^{23}{C_{23-r}} = {}^{22+23}{C_{23}} = {}^{45}{C_{23}} } Recognizing this identity can save time.
  • Symmetry Property: Always remember the symmetry property nCr=nCnr{{}^n{C_r} = {}^n{C_{n - r}}} as it's fundamental for transforming sums into the form required for coefficient extraction or Vandermonde's Identity.
  • Checking Limits: Be careful with the limits of the summation. Here, r{r} goes from 0 to 22. This matches the maximum index for 22Cr{{}^{22}{C_r}} and ensures that 23r{23-r} stays within the valid range for 23C23r{{}^{23}{C_{23-r}}} (230=23{23-0=23} and 2322=1{23-22=1}).
  • Incorrect Power of x: A common mistake is to choose the wrong power of x{x} to find the coefficient of. The sum of the lower indices of the binomial coefficients after applying the symmetry property (r+(23r)=23{r + (23-r) = 23}) tells you the power of x{x} to look for.

Summary:

To evaluate the sum r=02222Cr23Cr{ \sum\limits_{r = 0}^{22} {{}^{22}{C_r}{}^{23}{C_r}} }:

  1. We first transform the sum using the symmetry property of binomial coefficients (nCr=nCnr{{}^n{C_r} = {}^n{C_{n - r}}}) to get { \sum\limits_{r = 0}^{22} {{}^{22}{C_r}{}^{23}{C_{23 - r}}} }$. This step ensures that the sum of the lower indices is constant ({23}$$).
  2. We then recognize this sum as the coefficient of x23{x^{23}} in the product of the binomial expansions of (1+x)22{(1+x)^{22}} and (1+x)23{(1+x)^{23}}.
  3. The product (1+x)22(1+x)23{(1+x)^{22}(1+x)^{23}} simplifies to (1+x)45{(1+x)^{45}}.
  4. Finally, using the Binomial Theorem, the coefficient of x23{x^{23}} in (1+x)45{(1+x)^{45}} is 45C23{{}^{45}{C_{23}}}

The value of the sum is 45C23{{}^{45}{C_{23}}}.

Practice More Binomial Theorem Questions

View All Questions