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

Question

\matrixi,j=0\crij\crnnCinCj\sum\limits_{\matrix{ {i,j = 0} \cr {i \ne j} \cr } }^n {{}^n{C_i}\,{}^n{C_j}} is equal to

Options

Solution

Key Concepts and Formulas

This problem primarily relies on two fundamental identities from the Binomial Theorem:

  1. Sum of Binomial Coefficients: The sum of all binomial coefficients for a given nn is 2n2^n. k=0nnCk=nC0+nC1++nCn=2n\sum_{k=0}^n {}^n{C_k} = {}^n{C_0} + {}^n{C_1} + \dots + {}^n{C_n} = 2^n This can be easily seen by setting x=1x=1 in the binomial expansion of (1+x)n(1+x)^n.

  2. Sum of Squares of Binomial Coefficients (Vandermonde's Identity for a special case): The sum of the squares of binomial coefficients is equal to the middle binomial coefficient of 2nCn{}^{2n}{C_n}. k=0n(nCk)2=(nC0)2+(nC1)2++(nCn)2=2nCn\sum_{k=0}^n ({}^n{C_k})^2 = ({}^n{C_0})^2 + ({}^n{C_1})^2 + \dots + ({}^n{C_n})^2 = {}^{2n}{C_n} This identity can be derived by considering the coefficient of xnx^n in the expansion of (1+x)n(x+1)n=(1+x)2n(1+x)^n (x+1)^n = (1+x)^{2n}.

Problem Statement We need to evaluate the sum: S=i,j=0ijnnCinCjS = \sum\limits_{\substack{i,j = 0 \\ i \ne j}}^n {{}^n{C_i}\,{}^n{C_j}}

Step-by-Step Solution

1. Understanding the Summation and Choosing a Strategy The summation SS asks us to sum the product of two binomial coefficients, nCi{}^n{C_i} and nCj{}^n{C_j}, for all possible pairs of indices (i,j)(i, j) from 00 to nn, with the crucial condition that iji \ne j. Directly handling the condition iji \ne j can be cumbersome. A common and effective strategy for such problems is to consider the "total" sum (without any restrictions on ii and jj) and then subtract the "unwanted" terms (where i=ji=j).

So, we can write the given sum as: S=(i=0nj=0nnCinCj)(i=j=0nnCinCj)S = \left( \sum\limits_{i=0}^n \sum\limits_{j=0}^n {{}^n{C_i}\,{}^n{C_j}} \right) - \left( \sum\limits_{i=j=0}^n {{}^n{C_i}\,{}^n{C_j}} \right) Let's break this down into two parts:

  • Part A: The total sum T=i=0nj=0nnCinCjT = \sum\limits_{i=0}^n \sum\limits_{j=0}^n {{}^n{C_i}\,{}^n{C_j}} (where ii and jj can be equal).
  • Part B: The sum of terms where i=ji=j, denoted as E=i=j=0nnCinCjE = \sum\limits_{i=j=0}^n {{}^n{C_i}\,{}^n{C_j}}.

Then, the required sum S=TES = T - E.

2. Evaluating Part A: The Total Sum (TT) The total sum is given by: T=i=0nj=0nnCinCjT = \sum\limits_{i=0}^n \sum\limits_{j=0}^n {{}^n{C_i}\,{}^n{C_j}} Explanation: Since the terms nCi{}^n{C_i} and nCj{}^n{C_j} are independent with respect to the indices ii and jj in a double summation, we can separate the double summation into a product of two single summations. T=(i=0nnCi)(j=0nnCj)T = \left( \sum\limits_{i=0}^n {{}^n{C_i}} \right) \left( \sum\limits_{j=0}^n {{}^n{C_j}} \right) Explanation: Now, we apply the first key identity: k=0nnCk=2n\sum_{k=0}^n {}^n{C_k} = 2^n. Both parentheses contain this standard sum. T=(2n)(2n)T = (2^n) \cdot (2^n) T=2n+nT = 2^{n+n} T=22nT = 2^{2n}

3. Evaluating Part B: The Sum where i=ji=j (EE) The sum of terms where i=ji=j is given by: E=i=j=0nnCinCjE = \sum\limits_{i=j=0}^n {{}^n{C_i}\,{}^n{C_j}} Explanation: Since i=ji=j, we can replace jj with ii in the expression, simplifying it to a single summation. E=i=0nnCinCiE = \sum\limits_{i=0}^n {{}^n{C_i}\,{}^n{C_i}} E=i=0n(nCi)2E = \sum\limits_{i=0}^n ({}^n{C_i})^2 Explanation: Now, we apply the second key identity: k=0n(nCk)2=2nCn\sum_{k=0}^n ({}^n{C_k})^2 = {}^{2n}{C_n}. E=2nCnE = {}^{2n}{C_n}

4. Combining the Results Finally, we substitute the values of TT and EE back into our initial decomposition for SS: S=TES = T - E S=22n2nCnS = 2^{2n} - {}^{2n}{C_n}

This matches option (A).

Tips and Common Mistakes

  • Understanding Summation Limits: Always pay close attention to the indices and their ranges. Here, ii and jj both range from 00 to nn.
  • Condition iji \ne j: This is a classic indicator that you might need to use the "total minus unwanted" strategy. Don't try to enumerate pairs directly.
  • Binomial Identities are Your Friends: Memorizing and understanding the derivations of common binomial identities like nCk=2n\sum {}^n{C_k} = 2^n and (nCk)2=2nCn\sum ({}^n{C_k})^2 = {}^{2n}{C_n} is crucial for solving problems involving binomial coefficients efficiently.
  • Factorization of Double Sums: Remember that ijf(i)g(j)=(if(i))(jg(j))\sum_i \sum_j f(i)g(j) = (\sum_i f(i))(\sum_j g(j)). A common mistake is to incorrectly try to factorize when the terms are not independent (e.g., if it were ijf(i,j)\sum_i \sum_j f(i,j)).

Summary and Key Takeaway

This problem demonstrates an elegant application of fundamental binomial identities. The key takeaway is that sums with restrictive conditions like iji \ne j can often be simplified by considering the complete sum and then subtracting the cases that violate the condition. Mastering the identities k=0nnCk=2n\sum_{k=0}^n {}^n{C_k} = 2^n and k=0n(nCk)2=2nCn\sum_{k=0}^n ({}^n{C_k})^2 = {}^{2n}{C_n} is essential for success in combinatorics problems.

Practice More Binomial Theorem Questions

View All Questions