Key Concept: Sum of Squares of Binomial Coefficients
The problem requires us to evaluate a sum involving the squares of binomial coefficients. This type of sum is a direct application of a specific and important identity derived from the Binomial Theorem. The fundamental identity states:
∑k=0n((kn))2=(n2n)
This identity is a special case of Vandermonde's Identity and is crucial for simplifying such sums.
Step-by-Step Working with Explanations
1. Analyze the Given Sum
The sum we need to evaluate is:
S=∑k=020(20Ck)2
Let's expand a few terms to better understand its structure:
S=(20C0)2+(20C1)2+(20C2)2+⋯+(20C20)2
Why this step is taken: Expanding the sum helps us visualize the pattern and confirm that it indeed involves the squares of binomial coefficients where the upper index is constant. It sets the stage for matching it with a known identity.
2. Identify 'n' for the Identity
Comparing the given sum ∑k=020(20Ck)2 with the general form of the identity ∑k=0n((kn))2, we can clearly see that the value of n in our problem is 20.
n=20
Why this step is taken: This is a direct mapping from the problem's specific sum to the general form of the identity. Identifying the correct value of 'n' is the first critical step to correctly apply the formula.
3. Apply the Identity
Now, substitute the identified value of n=20 into the identity ∑k=0n((kn))2=(n2n):
∑k=020(20Ck)2=2×20C20
∑k=020(20Ck)2=40C20
Why this step is taken: This is the core application of the identity. Instead of performing a lengthy and complex calculation of each squared binomial coefficient, this identity allows us to directly compute the entire sum by forming a single, new binomial coefficient. This dramatically simplifies the problem.
4. Match with the Given Options
The calculated value for the sum is 40C20. Let's review the provided options:
(A) 40C21
(B) 40C19
(C) 40C20
(D) 41C20
Our result perfectly matches option (C).
Why this step is taken: This confirms that our application of the identity and subsequent calculation led to one of the correct choices provided in the problem.
Derivation of the Key Identity (for Deeper Understanding)
The identity ∑k=0n((kn))2=(n2n) can be elegantly derived by considering the coefficient of xn in the expansion of (1+x)n(x+1)n.
We know from the Binomial Theorem that:
(1+x)n=(0n)+(1n)x+(2n)x2+⋯+(kn)xk+⋯+(nn)xn(Equation 1)
And also:
(x+1)n=(0n)xn+(1n)xn−1+(2n)xn−2+⋯+(n−kn)xk+⋯+(nn)x0(Equation 2)
A key property of binomial coefficients is symmetry: (kn)=(n−kn). Using this property, we can rewrite Equation 2 as:
(x+1)n=(nn)xn+(n−1n)xn−1+⋯+(kn)xn−k+⋯+(0n)x0
Let's call the second expansion from Equation 2 (with C(n,k) instead of C(n,n−k)):
(x+1)n=(nn)xn+(n−1n)xn−1+⋯+(1n)x1+(0n)x0
Now, consider the product of these two binomial expansions:
(1+x)n(x+1)n=(1+x)2n
The coefficient of xn in the expansion of (1+x)2n is directly (n2n) by the Binomial Theorem.
Alternatively, to find the coefficient of xn in the product of Equation 1 and the rewritten Equation 2, we multiply terms such that their powers of x sum to n:
Coefficient of xn = (coeff of x0 in Eq 1)×(coeff of xn in Eq 2)+
(coeff of x1 in Eq 1)×(coeff of xn−1 in Eq 2)+⋯+
(coeff of xn in Eq 1)×(coeff of x0 in Eq 2)
This gives us:
(0n)(nn)+(1n)(n−1n)+(2n)(n−2n)+⋯+(nn)(0n)
Using the symmetry property (kn)=(n−kn), we can rewrite each term:
(0n)(0n)+(1n)(1n)+(2n)(2n)+⋯+(nn)(nn)
Which simplifies to:
((0n))2+((1n))2+((2n))2+⋯+((nn))2=∑k=0n((kn))2
By equating the two ways of finding the coefficient of xn in (1+x)2n, we prove the identity:
∑k=0n((kn))2=(n2n)
Tips and Common Mistakes
- Memorize Key Identities: For competitive exams, direct application of identities saves valuable time. This particular identity is a frequent guest in problems involving binomial coefficients.
- Vandermonde's Identity: Understand that the identity used here is a special case of the more general Vandermonde's Identity: ∑k=0r(km)(r−kn)=(rm+n). If you set m=n and r=n, it reduces to ∑k=0n(kn)(n−kn)=(n2n), which, using (n−kn)=(kn), becomes ∑k=0n((kn))2=(n2n).
- Symmetry Property: The property (kn)=(n−kn) is fundamental and is used implicitly in many binomial coefficient problems. It means that the coefficient of xk in (1+x)n is the same as the coefficient of xn−k.
- Avoid Brute Force: Never attempt to calculate each term in a long sum of binomial coefficients unless explicitly directed or if no identity applies. Always seek a pattern and a relevant identity first.
Summary and Key Takeaway
This problem beautifully demonstrates the power of binomial identities in simplifying complex-looking sums. The sum of the squares of binomial coefficients, ∑k=0n((kn))2, always simplifies to (n2n). For the given problem, with n=20, the sum directly evaluates to 40C20. A solid understanding of these identities and their derivations is crucial for efficient problem-solving in combinatorics.