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

Question

If n2n \ge 2 is a positive integer, then the sum of the series n+1C2+2(2C2+3C2+4C2+...+nC2){}^{n + 1}{C_2} + 2\left( {{}^2{C_2} + {}^3{C_2} + {}^4{C_2} + ... + {}^n{C_2}} \right) is :

Options

Solution

Key Concept: The Hockey-Stick Identity

The problem involves the sum of binomial coefficients. A fundamental identity used to sum consecutive binomial coefficients with the same lower index is the Hockey-Stick Identity (or known as Pascal's Identity in summation form). It states that: k=rnkCr=rCr+r+1Cr++nCr=n+1Cr+1\sum_{k=r}^n {}^k{C_r} = {}^r{C_r} + {}^{r+1}{C_r} + \dots + {}^n{C_r} = {}^{n+1}{C_{r+1}} This identity is incredibly useful for simplifying sums of combinations where the upper index varies, but the lower index remains constant. It can be visualized as following a "hockey stick" path on Pascal's triangle.

Analyzing the Given Series

We are asked to find the sum of the series: S=n+1C2+2(2C2+3C2+4C2++nC2)S = {}^{n + 1}{C_2} + 2\left( {{}^2{C_2} + {}^3{C_2} + {}^4{C_2} + \dots + {}^n{C_2}} \right) The series consists of two main parts:

  1. A single term: n+1C2{}^{n + 1}{C_2}
  2. A summation part multiplied by 2: 2(2C2+3C2+4C2++nC2)2\left( {{}^2{C_2} + {}^3{C_2} + {}^4{C_2} + \dots + {}^n{C_2}} \right)

Our strategy will be to first simplify the summation part using the Hockey-Stick Identity, and then combine it with the first term for the final result.

Simplifying the Summation Part

Let's focus on the sum inside the parenthesis: Σ=2C2+3C2+4C2++nC2\Sigma = {{}^2{C_2} + {}^3{C_2} + {}^4{C_2} + \dots + {}^n{C_2}} Here, we can clearly see the pattern matching the Hockey-Stick Identity: The lower index rr is fixed at 22. The upper index kk ranges from 22 to nn.

Applying the Hockey-Stick Identity: k=2nkC2=n+1C2+1=n+1C3\sum_{k=2}^n {}^k{C_2} = {}^{n+1}{C_{2+1}} = {}^{n+1}{C_3} So, the summation part simplifies to 2n+1C32 \cdot {}^{n+1}{C_3}.

Why this step? By recognizing the pattern of summation of combinations with a fixed lower index, we can directly apply the powerful Hockey-Stick Identity to simplify a long sum into a single binomial coefficient. This is much more efficient than trying to apply Pascal's identity iteratively many times.

Combining and Final Simplification

Now substitute the simplified sum back into the original expression for SS: S=n+1C2+2n+1C3S = {}^{n + 1}{C_2} + 2 \cdot {}^{n+1}{C_3} Next, we expand the binomial coefficients using the definition mCk=m!k!(mk)!{}^m{C_k} = \frac{m!}{k!(m-k)!}: n+1C2=(n+1)!2!(n+12)!=(n+1)!2!(n1)!=(n+1)n(n1)!21(n1)!=n(n+1)2{}^{n+1}{C_2} = \frac{(n+1)!}{2!(n+1-2)!} = \frac{(n+1)!}{2!(n-1)!} = \frac{(n+1)n(n-1)!}{2 \cdot 1 \cdot (n-1)!} = \frac{n(n+1)}{2} n+1C3=(n+1)!3!(n+13)!=(n+1)!3!(n2)!=(n+1)n(n1)(n2)!321(n2)!=n(n+1)(n1)6{}^{n+1}{C_3} = \frac{(n+1)!}{3!(n+1-3)!} = \frac{(n+1)!}{3!(n-2)!} = \frac{(n+1)n(n-1)(n-2)!}{3 \cdot 2 \cdot 1 \cdot (n-2)!} = \frac{n(n+1)(n-1)}{6}

Substitute these expanded forms back into the expression for SS: S=n(n+1)2+2n(n+1)(n1)6S = \frac{n(n+1)}{2} + 2 \cdot \frac{n(n+1)(n-1)}{6} Simplify the second term: S=n(n+1)2+n(n+1)(n1)3S = \frac{n(n+1)}{2} + \frac{n(n+1)(n-1)}{3} To combine these fractions, find a common denominator, which is 66: S=3n(n+1)6+2n(n+1)(n1)6S = \frac{3 \cdot n(n+1)}{6} + \frac{2 \cdot n(n+1)(n-1)}{6} Now, factor out the common term n(n+1)6\frac{n(n+1)}{6}: S=n(n+1)6[3+2(n1)]S = \frac{n(n+1)}{6} \left[ 3 + 2(n-1) \right] Distribute and simplify inside the brackets: S=n(n+1)6[3+2n2]S = \frac{n(n+1)}{6} \left[ 3 + 2n - 2 \right] S=n(n+1)6[2n+1]S = \frac{n(n+1)}{6} \left[ 2n + 1 \right] Finally, arrange the terms: S=n(n+1)(2n+1)6S = \frac{n(n+1)(2n+1)}{6}

Why these steps? After applying the identity, the problem reduces to algebraic manipulation of binomial coefficients. Expanding them into factorials and then simplifying allows us to combine the terms effectively. Factoring out common terms like n(n+1)n(n+1) is a standard technique to simplify expressions and arrive at a compact form, making it easier to match with the given options.

Conclusion and Discrepancy Note

Based on a rigorous application of the Hockey-Stick Identity and subsequent algebraic simplification, the sum of the given series is: n(n+1)(2n+1)6\frac{n(n+1)(2n+1)}{6} This result matches option (B) from the provided choices.

Important Note on Discrepancy: The problem statement indicates that the "Correct Answer" is (A) n(2n+1)(3n+1)6{{n(2n + 1)(3n + 1)} \over 6}. However, our derivation consistently leads to option (B). To verify, let's substitute a small value for nn, say n=2n=2. The original series becomes: 2+1C2+2(2C2)=3C2+2(1)=3+2=5{}^{2+1}{C_2} + 2\left( {{}^2{C_2}} \right) = {}^3{C_2} + 2(1) = 3 + 2 = 5 Now let's evaluate our derived result (B) for n=2n=2: 2(2+1)(22+1)6=2(3)(5)6=306=5\frac{2(2+1)(2 \cdot 2 + 1)}{6} = \frac{2(3)(5)}{6} = \frac{30}{6} = 5 Our derived result matches the series value for n=2n=2. Now, let's evaluate option (A) for n=2n=2: 2(22+1)(32+1)6=2(5)(7)6=706=353{{2(2 \cdot 2 + 1)(3 \cdot 2 + 1)} \over 6} = {{2(5)(7)} \over 6} = {{70} \over 6} = \frac{35}{3} Since 3535\frac{35}{3} \ne 5, option (A) is incorrect for n=2n=2. This confirms that the designated "Correct Answer: A" in the problem statement is inconsistent with the problem itself. The correct answer, based on mathematical derivation, is (B).

Tips and Common Mistakes to Avoid

  • Recognizing Identities: Always look for patterns in sums of binomial coefficients. The Hockey-Stick Identity is common when the lower index is constant. Pascal's identity (nCr+nCr+1=n+1Cr+1{}^n{C_r} + {}^n{C_{r+1}} = {}^{n+1}{C_{r+1}}) is used for combining two terms with the same upper index.
  • Algebraic Precision: Be careful with factorials, multiplications, and finding common denominators. A single error can lead to an incorrect final expression.
  • Verification with Small nn: As demonstrated above, plugging in a small integer value for nn (like n=2n=2 or n=3n=3) into both the original series and the derived options can quickly help identify errors in your derivation or inconsistencies in the problem/options.
  • Understanding the Scope of Summation: Ensure you correctly identify the starting and ending values of the summation index.

Summary

This problem elegantly demonstrates the application of the Hockey-Stick Identity to simplify a series of binomial coefficients. By identifying the summation pattern and applying the identity, the problem reduces to a straightforward algebraic simplification, leading to a compact and exact formula for the sum of the series. Always verify your result, especially against provided answers, to ensure consistency.

Practice More Binomial Theorem Questions

View All Questions