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

Question

If 12(15C1)+22(15C2)+32(15C3)++152(15C15)=2m3n5k1^2 \cdot\left({ }^{15} C_1\right)+2^2 \cdot\left({ }^{15} C_2\right)+3^2 \cdot\left({ }^{15} C_3\right)+\ldots+15^2 \cdot\left({ }^{15} C_{15}\right)=2^m \cdot 3^n \cdot 5^k, where m,n,kNm, n, k \in \mathbf{N}, then m+n+k\mathrm{m}+\mathrm{n}+\mathrm{k} is equal to :

Options

Solution

Key Concepts and Formulas

This problem primarily relies on the properties of binomial coefficients, specifically the identity that allows us to simplify expressions involving rnCrr \cdot {^n C_r}. The two crucial identities are:

  1. Identity for rnCrr \cdot {^n C_r}: rnCr=nn1Cr1r \cdot {^n C_r} = n \cdot {^{n-1} C_{r-1}} This identity is derived from the definition of binomial coefficients: rn!r!(nr)!=rn!r(r1)!(nr)!=n!(r1)!(nr)!=n(n1)!(r1)!(nr)!=nn1Cr1r \cdot \frac{n!}{r!(n-r)!} = r \cdot \frac{n!}{r \cdot (r-1)!(n-r)!} = \frac{n!}{(r-1)!(n-r)!} = n \cdot \frac{(n-1)!}{(r-1)!(n-r)!} = n \cdot {^{n-1} C_{r-1}}. It's particularly useful when dealing with sums like rnCr\sum r \cdot {^n C_r} or r2nCr\sum r^2 \cdot {^n C_r}.

  2. Sum of Binomial Coefficients: r=0nnCr=nC0+nC1++nCn=2n\sum_{r=0}^n {^n C_r} = {^n C_0} + {^n C_1} + \ldots + {^n C_n} = 2^n This represents the total number of subsets of a set with nn elements.

Step-by-Step Solution

We are asked to evaluate the sum S=12(15C1)+22(15C2)+32(15C3)++152(15C15)S = 1^2 \cdot\left({ }^{15} C_1\right)+2^2 \cdot\left({ }^{15} C_2\right)+3^2 \cdot\left({ }^{15} C_3\right)+\ldots+15^2 \cdot\left({ }^{15} C_{15}\right). This can be written in summation notation as: S=r=115r215CrS = \sum_{r=1}^{15} r^2 \cdot{ }^{15} C_r Note that the sum starts from r=1r=1 because for r=0r=0, the term r215C0r^2 \cdot {^{15} C_0} would be 021=00^2 \cdot 1 = 0, so including it or excluding it does not change the sum.

Step 1: Apply the Identity rnCr=nn1Cr1r \cdot {^n C_r} = n \cdot {^{n-1} C_{r-1}}

We can rewrite r215Crr^2 \cdot {^{15} C_r} as r(r15Cr)r \cdot (r \cdot {^{15} C_r}). Using the identity rnCr=nn1Cr1r \cdot {^n C_r} = n \cdot {^{n-1} C_{r-1}} with n=15n=15, we get: r15Cr=1514Cr1r \cdot {^{15} C_r} = 15 \cdot {^{14} C_{r-1}}.

Substitute this back into the sum: S=r=115r(1514Cr1)S = \sum_{r=1}^{15} r \cdot (15 \cdot {^{14} C_{r-1}}) We can take the constant 1515 outside the summation: S=15r=115r14Cr1S = 15 \sum_{r=1}^{15} r \cdot {^{14} C_{r-1}}

Step 2: Express rr as (r1)+1(r-1)+1 and Split the Sum

To further simplify the term r14Cr1r \cdot {^{14} C_{r-1}}, we use a common technique: express rr in terms of (r1)(r-1), matching the lower index of the binomial coefficient. r=(r1)+1r = (r-1) + 1 Substitute this into the sum: S=15r=115((r1)+1)14Cr1S = 15 \sum_{r=1}^{15} ((r-1) + 1) \cdot {^{14} C_{r-1}} Now, split the sum into two parts: S=15[r=115(r1)14Cr1+r=11514Cr1]S = 15 \left[ \sum_{r=1}^{15} (r-1){ }^{14} C_{r-1} + \sum_{r=1}^{15} { }^{14} C_{r-1} \right]

Step 3: Evaluate the First Sum: r=115(r1)14Cr1\sum_{r=1}^{15} (r-1){ }^{14} C_{r-1}

Let's evaluate the first part of the expression inside the brackets: r=115(r1)14Cr1\sum_{r=1}^{15} (r-1){ }^{14} C_{r-1}. Let j=r1j = r-1. When r=1r=1, j=0j=0. When r=15r=15, j=14j=14. The sum transforms to: j=014j14Cj\sum_{j=0}^{14} j \cdot {^{14} C_j} The term for j=0j=0 is 014C0=00 \cdot {^{14} C_0} = 0, so we can start the sum from j=1j=1: j=114j14Cj\sum_{j=1}^{14} j \cdot {^{14} C_j} Now, apply the identity jNCj=NN1Cj1j \cdot {^N C_j} = N \cdot {^{N-1} C_{j-1}} with N=14N=14: =j=1141413Cj1= \sum_{j=1}^{14} 14 \cdot {^{13} C_{j-1}} Take the constant 1414 outside the sum: =14j=11413Cj1= 14 \sum_{j=1}^{14} {^{13} C_{j-1}} Again, let k=j1k = j-1. When j=1j=1, k=0k=0. When j=14j=14, k=13k=13. The sum becomes: =14k=01313Ck= 14 \sum_{k=0}^{13} {^{13} C_k} Using the identity k=0NNCk=2N\sum_{k=0}^N {^N C_k} = 2^N with N=13N=13: =14213= 14 \cdot 2^{13}

Step 4: Evaluate the Second Sum: r=11514Cr1\sum_{r=1}^{15} { }^{14} C_{r-1}

Now, let's evaluate the second part inside the brackets: r=11514Cr1\sum_{r=1}^{15} { }^{14} C_{r-1}. Let j=r1j = r-1. When r=1r=1, j=0j=0. When r=15r=15, j=14j=14. The sum transforms to: j=01414Cj\sum_{j=0}^{14} {^{14} C_j} Using the identity j=0NNCj=2N\sum_{j=0}^N {^N C_j} = 2^N with N=14N=14: =214= 2^{14}

Step 5: Combine the Results

Substitute the results from Step 3 and Step 4 back into the expression for SS: S=15[(14213)+(214)]S = 15 \left[ (14 \cdot 2^{13}) + (2^{14}) \right] To simplify, factor out the common term 2132^{13}: S=15[14213+2213]S = 15 \left[ 14 \cdot 2^{13} + 2 \cdot 2^{13} \right] S=15213(14+2)S = 15 \cdot 2^{13} (14 + 2) S=1521316S = 15 \cdot 2^{13} \cdot 16 Since 16=2416 = 2^4: S=1521324S = 15 \cdot 2^{13} \cdot 2^4 S=15217S = 15 \cdot 2^{17}

Step 6: Prime Factorization and Final Answer

We need to express SS in the form 2m3n5k2^m \cdot 3^n \cdot 5^k. Prime factorize 1515: 15=3515 = 3 \cdot 5. So, S=(35)217S = (3 \cdot 5) \cdot 2^{17} S=2173151S = 2^{17} \cdot 3^1 \cdot 5^1 Comparing this with 2m3n5k2^m \cdot 3^n \cdot 5^k, we identify the exponents: m=17m = 17 n=1n = 1 k=1k = 1

The question asks for the value of m+n+km+n+k: m+n+k=17+1+1=19m+n+k = 17+1+1 = 19

Tips and Common Mistakes

  • Understanding Binomial Identities: Memorize or be able to quickly derive key binomial identities like rnCr=nn1Cr1r \cdot {^n C_r} = n \cdot {^{n-1} C_{r-1}}. These are fundamental for simplifying such sums.
  • Adjusting Summation Limits: When performing substitutions like j=r1j=r-1 or k=j1k=j-1, always remember to adjust the limits of the summation accordingly. A common error is forgetting to change the lower or upper bounds, which can lead to incorrect results.
  • Careful with Algebra: Pay close attention to factoring out common terms and simplifying powers of two. Small arithmetic errors can lead to the wrong final answer.
  • Recognizing nCr=2n\sum {^n C_r} = 2^n: This identity is frequently used in binomial theorem problems. Ensure you can apply it correctly.

Summary and Key Takeaway

This problem demonstrates a classic approach to evaluating sums involving r2nCrr^2 \cdot {^n C_r} by iteratively applying the identity rnCr=nn1Cr1r \cdot {^n C_r} = n \cdot {^{n-1} C_{r-1}} and judiciously splitting terms. The key is to reduce the power of rr by repeated application of the identity until the sum can be evaluated using the basic sum of binomial coefficients, nCr=2n\sum {^n C_r} = 2^n. The final value of m+n+km+n+k is 1919.

Practice More Binomial Theorem Questions

View All Questions