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

Question

If (30C1)2+2(30C2)2+3(30C3)2+...+30(30C30)2=α60!(30!)2{({}^{30}{C_1})^2} + 2{({}^{30}{C_2})^2} + 3{({}^{30}{C_3})^2}\, + \,...\, + \,30{({}^{30}{C_{30}})^2} = {{\alpha 60!} \over {{{(30!)}^2}}} then α\alpha is equal to :

Options

Solution

Key Concepts and Formulas

This problem primarily relies on fundamental identities and properties of binomial coefficients, specifically:

  1. Symmetry Property: nCr=nCnr{}^n C_r = {}^n C_{n-r}. This means the binomial coefficient for choosing rr items from nn is the same as choosing nrn-r items from nn.
  2. Identity involving rnCrr \cdot {}^n C_r: rnCr=nn1Cr1r \cdot {}^n C_r = n \cdot {}^{n-1} C_{r-1}. This identity is very useful for simplifying sums where a term is multiplied by its index rr.
  3. Sum of Squares of Binomial Coefficients: r=0n(nCr)2=2nCn\sum_{r=0}^{n} ({}^n C_r)^2 = {}^{2n} C_n. This identity states that the sum of the squares of binomial coefficients for a given nn is equal to the central binomial coefficient for 2n2n.
  4. Vandermonde's Identity (Combinatorial Interpretation): k=0rnCkmCrk=n+mCr\sum_{k=0}^{r} {}^n C_k \cdot {}^m C_{r-k} = {}^{n+m} C_r. This identity can be understood as choosing rr items from a total of n+mn+m items, where nn items are of one type and mm items are of another. Alternatively, it represents the coefficient of xrx^r in the product of two binomial expansions: (1+x)n(1+x)m=(1+x)n+m(1+x)^n \cdot (1+x)^m = (1+x)^{n+m}.

Problem Statement

Given the sum: S=(30C1)2+2(30C2)2+3(30C3)2+...+30(30C30)2S = {({}^{30}{C_1})^2} + 2{({}^{30}{C_2})^2} + 3{({}^{30}{C_3})^2}\, + \,...\, + \,30{({}^{30}{C_{30}})^2} If S=α60!(30!)2S = {{\alpha 60!} \over {{{(30!)}^2}}}, we need to find the value of α\alpha.


Method 1: Using Symmetry and Sum of Squares Identity

Step 1: Express the sum in sigma notation and extend for convenience. The given sum can be written as: S=r=130r(30Cr)2S = \sum_{r=1}^{30} r ({}^{30}C_r)^2 To make use of identities that typically sum from r=0r=0, we can observe that the term for r=0r=0 would be 0(30C0)2=0(1)2=00 \cdot ({}^{30}C_0)^2 = 0 \cdot (1)^2 = 0. Adding this term does not change the sum. So, we can write: S=r=030r(30Cr)2()S = \sum_{r=0}^{30} r ({}^{30}C_r)^2 \quad (*)

Step 2: Utilize the symmetry property of binomial coefficients. The symmetry property states nCr=nCnr{}^n C_r = {}^n C_{n-r}. For n=30n=30, we have 30Cr=30C30r{}^{30}C_r = {}^{30}C_{30-r}. Let's rewrite the sum SS by reversing the order of summation and applying this property. If we replace rr with 30r30-r in the original sum's index and also use the symmetry property for 30Cr{}^{30}C_r: S=r=030(30r)(30C30r)2S = \sum_{r=0}^{30} (30-r) ({}^{30}C_{30-r})^2 Since 30C30r=30Cr{}^{30}C_{30-r} = {}^{30}C_r, we get: S=r=030(30r)(30Cr)2()S = \sum_{r=0}^{30} (30-r) ({}^{30}C_r)^2 \quad (**) Explanation: We wrote the sum in two ways. The first way iterates rr from 00 to 3030 and multiplies rr with (30Cr)2({}^{30}C_r)^2. The second way iterates rr from 00 to 3030 but effectively considers the terms from r=30r=30 down to r=0r=0. For example, the term r=0r=0 in the second sum corresponds to 30(30C0)230 \cdot ({}^{30}C_0)^2, which is the coefficient 3030 from the largest index (30030-0), while the coefficient for r=30r=30 is 0(30C30)20 \cdot ({}^{30}C_{30})^2. This technique is common for sums involving terms multiplied by their indices.

Step 3: Add the two forms of the sum. Now, let's add equations ()(*) and ()(**) term by term: S+S=r=030r(30Cr)2+r=030(30r)(30Cr)2S + S = \sum_{r=0}^{30} r ({}^{30}C_r)^2 + \sum_{r=0}^{30} (30-r) ({}^{30}C_r)^2 2S=r=030[r+(30r)](30Cr)22S = \sum_{r=0}^{30} [r + (30-r)] ({}^{30}C_r)^2 2S=r=03030(30Cr)22S = \sum_{r=0}^{30} 30 ({^{30}C_r})^2 2S=30r=030(30Cr)22S = 30 \sum_{r=0}^{30} ({^{30}C_r})^2 Explanation: By adding the sums, the terms involving rr cancel out in the coefficient, leaving a constant 3030 multiplying each squared binomial coefficient. This simplifies the sum significantly.

Step 4: Apply the sum of squares identity. We know that r=0n(nCr)2=2nCn\sum_{r=0}^{n} ({}^n C_r)^2 = {}^{2n} C_n. In our case, n=30n=30, so r=030(30Cr)2=2×30C30=60C30\sum_{r=0}^{30} ({}^{30}C_r)^2 = {}^{2 \times 30} C_{30} = {}^{60} C_{30}. Substituting this into our equation for 2S2S: 2S=3060C302S = 30 \cdot {}^{60} C_{30} S=1560C30S = 15 \cdot {}^{60} C_{30}

Step 5: Convert to factorial form and find α\alpha. Recall that nCr=n!r!(nr)!{}^n C_r = \frac{n!}{r!(n-r)!}. So, 60C30=60!30!(6030)!=60!30!30!=60!(30!)2{}^{60} C_{30} = \frac{60!}{30!(60-30)!} = \frac{60!}{30!30!} = \frac{60!}{(30!)^2}. Substituting this back into the expression for SS: S=1560!(30!)2S = 15 \cdot \frac{60!}{(30!)^2} We are given that S=α60!(30!)2S = {{\alpha 60!} \over {{{(30!)}^2}}}. Comparing the two expressions for SS: 1560!(30!)2=α60!(30!)215 \cdot \frac{60!}{(30!)^2} = \frac{\alpha 60!}{(30!)^2} By comparing the coefficients, we find: α=15\alpha = 15


Method 2: Using rnCrr \cdot {}^n C_r Identity and Vandermonde's Identity

Step 1: Express the sum in sigma notation. The given sum is: S=r=130r(30Cr)2S = \sum_{r=1}^{30} r ({}^{30}C_r)^2 We can rewrite (30Cr)2({}^{30}C_r)^2 as 30Cr30Cr{}^{30}C_r \cdot {}^{30}C_r: S=r=130r30Cr30CrS = \sum_{r=1}^{30} r \cdot {}^{30}C_r \cdot {}^{30}C_r

Step 2: Apply the identity rnCr=nn1Cr1r \cdot {}^n C_r = n \cdot {}^{n-1} C_{r-1}. For n=30n=30, this identity becomes r30Cr=3029Cr1r \cdot {}^{30}C_r = 30 \cdot {}^{29}C_{r-1}. This identity is crucial because it allows us to eliminate the index rr from the coefficient term, replacing it with a constant nn and modifying the binomial coefficient. Substitute this into the sum: S=r=130(3029Cr1)30CrS = \sum_{r=1}^{30} (30 \cdot {}^{29}C_{r-1}) \cdot {}^{30}C_r Factor out the constant 3030: S=30r=13029Cr130CrS = 30 \sum_{r=1}^{30} {}^{29}C_{r-1} \cdot {}^{30}C_r

Step 3: Prepare for Vandermonde's Identity (Coefficient Extraction). Vandermonde's Identity is of the form knCkmCrk=n+mCr\sum_{k} {}^n C_k \cdot {}^m C_{r-k} = {}^{n+m} C_r. Our current sum is r=13029Cr130Cr\sum_{r=1}^{30} {}^{29}C_{r-1} \cdot {}^{30}C_r. Let k=r1k = r-1. When r=1r=1, k=0k=0. When r=30r=30, k=29k=29. So the sum becomes: S=30k=02929Ck30Ck+1S = 30 \sum_{k=0}^{29} {}^{29}C_k \cdot {}^{30}C_{k+1} Now, we need to manipulate the second binomial coefficient 30Ck+1{}^{30}C_{k+1} to fit the form mCPk{}^m C_{P-k}. We can use the symmetry property nCr=nCnr{}^n C_r = {}^n C_{n-r} again: 30Ck+1=30C30(k+1)=30C29k{}^{30}C_{k+1} = {}^{30}C_{30 - (k+1)} = {}^{30}C_{29-k}. Substitute this back into the sum: S=30k=02929Ck30C29kS = 30 \sum_{k=0}^{29} {}^{29}C_k \cdot {}^{30}C_{29-k} Explanation: We transformed the sum into a form where the sum of the lower indices of the binomial coefficients is constant (k+(29k)=29k + (29-k) = 29). This is the characteristic structure for applying Vandermonde's Identity. The sum represents the coefficient of x29x^{29} in the product of two polynomial expansions: (1+x)29(1+x)^{29} and (1+x)30(1+x)^{30}.

Step 4: Apply Vandermonde's Identity. Using Vandermonde's Identity, k=0rnCkmCrk=n+mCr\sum_{k=0}^{r} {}^n C_k \cdot {}^m C_{r-k} = {}^{n+m} C_r. In our sum: n=29n=29, m=30m=30, and r=29r=29. Therefore, k=02929Ck30C29k=29+30C29=59C29\sum_{k=0}^{29} {}^{29}C_k \cdot {}^{30}C_{29-k} = {}^{29+30} C_{29} = {}^{59} C_{29}. So, S=3059C29S = 30 \cdot {}^{59} C_{29}

Step 5: Relate 59C29{}^{59} C_{29} to 60C30{}^{60} C_{30}. We need to express 59C29{}^{59} C_{29} in terms of 60C30{}^{60} C_{30} to match the required format. We know that nCr=nrn1Cr1{}^n C_r = \frac{n}{r} {}^{n-1} C_{r-1}. Let n=60n=60 and r=30r=30: 60C30=6030601C301=259C29{}^{60} C_{30} = \frac{60}{30} {}^{60-1} C_{30-1} = 2 \cdot {}^{59} C_{29}. From this, we can write 59C29=1260C30{}^{59} C_{29} = \frac{1}{2} {}^{60} C_{30}. Substitute this into the expression for SS: S=30(1260C30)S = 30 \cdot \left(\frac{1}{2} {}^{60} C_{30}\right) S=1560C30S = 15 \cdot {}^{60} C_{30}

Step 6: Convert to factorial form and find α\alpha. As in Method 1, convert 60C30{}^{60} C_{30} to factorial form: 60C30=60!30!30!=60!(30!)2{}^{60} C_{30} = \frac{60!}{30!30!} = \frac{60!}{(30!)^2}. Substitute this into the expression for SS: S=1560!(30!)2S = 15 \cdot \frac{60!}{(30!)^2} Comparing this with the given S=α60!(30!)2S = {{\alpha 60!} \over {{{(30!)}^2}}}, we find: α=15\alpha = 15


Tips and Common Mistakes

  • Forgetting 0(nC0)2=00 \cdot ({}^n C_0)^2 = 0: Often, sums start from r=1r=1. Adding the r=0r=0 term (if it's zero) can make it easier to apply standard identities that sum from 00 to nn.
  • Incorrectly applying identities: Ensure you understand the conditions and parameters for each binomial identity. For example, Vandermonde's Identity requires the sum of the lower indices to be constant.
  • Algebraic errors: Be careful with factorization and simplification of factorials.
  • Not recognizing connection between identities: The ability to transform nCr{}^{n} C_r into related forms like nCnr{}^{n} C_{n-r} or nrn1Cr1\frac{n}{r}{}^{n-1} C_{r-1} is key to solving such problems efficiently.

Summary and Key Takeaway

This problem demonstrates the power and elegance of binomial coefficient identities in simplifying complex sums. Both methods lead to the same result. Method 1 (summation and symmetry) is intuitive for problems with a clear pattern of coefficients. Method 2 (using rnCrr \cdot {}^n C_r and Vandermonde's Identity) is a more general and powerful technique, especially when an index rr is a factor in the sum. Mastering these identities and their applications is crucial for solving problems in combinatorics and the binomial theorem. The final answer is α=15\alpha = 15.

Practice More Binomial Theorem Questions

View All Questions