Skip to main content
Back to Binomial Theorem
JEE Main 2021
Binomial Theorem
Binomial Theorem
Easy

Question

If C r \equiv 25 C r and C 0 + 5.C 1 + 9.C 2 + .... + (101).C 25 = 2 25 .k, then k is equal to _____.

Answer: 1

Solution

Key Concepts and Formulas

This problem utilizes two fundamental properties of binomial coefficients:

  1. Symmetry Property: For any non-negative integers nn and rr such that 0rn0 \le r \le n, the binomial coefficient nCr^nC_r is equal to nCnr^nC_{n-r}. nCr=nCnr^nC_r = ^nC_{n-r} Why this is important: This property implies that the coefficients in a binomial expansion are symmetric. For example, in (x+y)25(x+y)^{25}, the coefficient of x0y25x^0y^{25} (25C0^{25}C_0) is the same as the coefficient of x25y0x^{25}y^0 (25C25^{25}C_{25}). This symmetry is key to simplifying sums involving binomial coefficients.

  2. Sum of Binomial Coefficients: The sum of all binomial coefficients for a given nn is 2n2^n. \sum_{r=0}^{n} ^nC_r = ^nC_0 + ^nC_1 + \dots + ^nC_n = 2^n Why this is important: This identity directly comes from setting x=1x=1 in the binomial expansion of (1+x)^n = \sum_{r=0}^{n} ^nC_r x^r. It provides a simple closed form for sums of this type.

The core strategy to solve this problem involves a clever application of the symmetry property: reversing the series and adding it to the original series. This technique is particularly useful when the binomial coefficients are multiplied by terms that form an Arithmetic Progression (A.P.).

Step-by-Step Solution

Step 1: Understand the Given Series Let the given sum be SS. S=125C0+525C1+925C2++(101)25C25S = 1 \cdot ^{25}C_0 + 5 \cdot ^{25}C_1 + 9 \cdot ^{25}C_2 + \dots + (101) \cdot ^{25}C_{25} Explanation: We begin by carefully examining the structure of the series. The terms involve binomial coefficients of the form 25Cr^{25}C_r, where rr ranges from 00 to 2525. Each binomial coefficient is multiplied by a numerical coefficient: 1,5,9,,1011, 5, 9, \dots, 101.

Why this step is taken: Understanding the pattern is crucial for choosing the right method. We observe that the multipliers 1,5,9,,1011, 5, 9, \dots, 101 form an Arithmetic Progression (A.P.). Let's find the general term of this A.P. for the rr-th term, assuming rr starts from 00: The first term (for r=0r=0) is a0=1a_0 = 1. The common difference d=a1a0=51=4d = a_1 - a_0 = 5 - 1 = 4. So, the general term of the A.P. for r=0,1,2,,25r=0, 1, 2, \dots, 25 is ar=a0+rd=1+4ra_r = a_0 + r \cdot d = 1 + 4r. Let's verify the last term: for r=25r=25, a25=1+4(25)=1+100=101a_{25} = 1 + 4(25) = 1 + 100 = 101. This matches the last coefficient in the series. Thus, the series can be written in summation notation as: S=r=025(4r+1)25CrS = \sum_{r=0}^{25} (4r+1) \cdot ^{25}C_r

Step 2: Rewrite the Series using the Symmetry Property Now, we apply the symmetry property of binomial coefficients: nCr=nCnr^nC_r = ^nC_{n-r}. For n=25n=25, this means: 25C0=25C25^{25}C_0 = ^{25}C_{25} 25C1=25C24^{25}C_1 = ^{25}C_{24} ... 25C25=25C0^{25}C_{25} = ^{25}C_0

We can rewrite the sum SS by expressing it in terms of rr values going from 2525 down to 00, and using the corresponding coefficients from the A.P. in reverse order. Alternatively, and more directly for this method, we can write out the series in the usual r=0r=0 to r=25r=25 order, but pair each 25Cr^{25}C_r with the A.P. coefficient that would have been with 25C25r^{25}C_{25-r} in the original series.

Let's write the original series (1): (1) S=125C0+525C1++9725C24+10125C25S = 1 \cdot ^{25}C_0 + 5 \cdot ^{25}C_1 + \dots + 97 \cdot ^{25}C_{24} + 101 \cdot ^{25}C_{25}

Now, let's write SS again, but for each term 25Cr^{25}C_r, we associate it with the coefficient a25ra_{25-r} from the A.P. (i.e., the coefficient that was originally with 25C25r^{25}C_{25-r}). The A.P. coefficient for index 25r25-r is 1+4(25r)=1+1004r=1014r1 + 4(25-r) = 1 + 100 - 4r = 101 - 4r. So, the series can be expressed as: S=r=025(1014r)25CrS = \sum_{r=0}^{25} (101 - 4r) \cdot ^{25}C_r Writing this out term by term: (2) S=(1014(0))25C0+(1014(1))25C1++(1014(25))25C25S = (101-4(0)) \cdot ^{25}C_0 + (101-4(1)) \cdot ^{25}C_1 + \dots + (101-4(25)) \cdot ^{25}C_{25} (2) S=10125C0+9725C1++525C24+125C25S = 101 \cdot ^{25}C_0 + 97 \cdot ^{25}C_1 + \dots + 5 \cdot ^{25}C_{24} + 1 \cdot ^{25}C_{25}

Explanation: By applying the symmetry nCr=nCnr^nC_r = ^nC_{n-r}, we effectively reverse the sequence of the binomial coefficients. To maintain equality, the numerical coefficients must also be taken in reverse order. The term with 25C0^{25}C_0 in the original series had coefficient 11. When we rewrite, 25C0^{25}C_0 is equivalent to 25C25^{25}C_{25}, which had coefficient 101101. So, the new series assigns the original last coefficient to the first binomial term, the original second-to-last to the second, and so on.

Step 3: Add the Two Expressions for SS Now, we add equation (1) and equation (2) term by term: 2S=(125C0+525C1++10125C25)+(10125C0+9725C1++125C25)2S = (1 \cdot ^{25}C_0 + 5 \cdot ^{25}C_1 + \dots + 101 \cdot ^{25}C_{25}) + (101 \cdot ^{25}C_0 + 97 \cdot ^{25}C_1 + \dots + 1 \cdot ^{25}C_{25}) Combining corresponding terms: 2S=(1+101)25C0+(5+97)25C1++(101+1)25C252S = (1+101) \cdot ^{25}C_0 + (5+97) \cdot ^{25}C_1 + \dots + (101+1) \cdot ^{25}C_{25} Explanation: This is the core trick of the method. By adding the series to its "reversed" form, the arithmetic progression components simplify significantly. Let's check the sum of the numerical coefficients for each term: For r=0r=0: 1+101=1021 + 101 = 102 For r=1r=1: 5+97=1025 + 97 = 102 For r=2r=2: 9+93=1029 + 93 = 102 ... For r=25r=25: 101+1=102101 + 1 = 102

Indeed, the sum of the numerical coefficients for each pair of terms is constant and equal to 102102. So, we can factor out 102102: 2S=102(25C0+25C1+25C2++25C25)2S = 102 \cdot (^{25}C_0 + ^{25}C_1 + ^{25}C_2 + \dots + ^{25}C_{25}) 2S = 102 \sum_{r=0}^{25} ^{25}C_r

Step 4: Apply the Sum of Binomial Coefficients Identity We use the identity \sum_{r=0}^{n} ^nC_r = 2^n. For our case, n=25n=25, so: \sum_{r=0}^{25} ^{25}C_r = 2^{25} Explanation: This identity allows us to simplify the sum of all binomial coefficients into a simple power of 2. Substitute this back into the equation for 2S2S: 2S=1022252S = 102 \cdot 2^{25} Now, divide both sides by 2 to find SS: S=1022252S = \frac{102 \cdot 2^{25}}{2} S=51225S = 51 \cdot 2^{25}

Step 5: Determine the Value of k The problem states that S=225kS = 2^{25} \cdot k. We have calculated S=51225S = 51 \cdot 2^{25}. By comparing these two expressions for SS: 51225=k22551 \cdot 2^{25} = k \cdot 2^{25} Explanation: We equate our calculated value of SS with the form given in the question to solve for the unknown kk. Dividing both sides by 2252^{25} (since 22502^{25} \neq 0): k=51k = 51

Tips and Common Mistakes to Avoid

  • Identifying the A.P.: Always verify that the coefficients multiplying the binomial terms indeed form an Arithmetic Progression. This method fundamentally relies on that structure.
  • Correctly Reversing the Series: When creating the second series using nCr=nCnr^nC_r = ^nC_{n-r}, ensure that the numerical coefficients are correctly paired. The coefficient for nCr^{n}C_r in the original series is ara_r. In the reversed series, the coefficient for nCr^{n}C_r should be anra_{n-r}.
  • Don't Forget the 2S2S: Remember that by adding two series (the original and the reversed), you obtain 2S2S, so the final step will always involve dividing the sum by 2.
  • General Term of A.P.: Be careful when deriving the general term for the A.P. Consistency in indexing (whether rr starts from 00 or 11) is crucial.

Summary and Key Takeaway

This problem demonstrates an elegant and efficient technique for evaluating sums of the form r=0n(Ar+B)nCr\sum_{r=0}^{n} (Ar+B) \cdot ^nC_r, where the numerical coefficients form an Arithmetic Progression. By exploiting the symmetry property of binomial coefficients (nCr=nCnr^nC_r = ^nC_{n-r}) and rewriting the sum in reverse, we can pair terms such that the arithmetic progression components sum to a constant. This allows us to factor out that constant and reduce the problem to the straightforward sum of all binomial coefficients, which is 2n2^n. This method is a powerful tool in solving various problems involving binomial series coupled with arithmetic progressions.

Practice More Binomial Theorem Questions

View All Questions