Analyzing the Setup
The series provided is:
2k(0n)(kn)−2k−1(1n)(k−1n−1)+⋯+(−1)k(kn)(0n−k)
This expression appears intimidating, but in the context of JEE Advanced, such complexity is often a mask for hidden elegance. We must peel back this mask by identifying the general term of the series.
The Detective Work
By observing the pattern, we define the
(r+1)-th term as:
Tr=(−1)r2k−r(rn)(k−rn−r)
The alternating sign (−1)r is evident, the power of two 2k−r is decreasing, and the product of binomial coefficients (rn)(k−rn−r) is our primary focus. Because r is coupled within both binomial coefficients, we must decouple them to simplify the summation.
The Combinatorial Insight
We utilize the 'Committee Selection' identity. Suppose we have n students and need to form a committee of k students, while simultaneously assigning r of those k students to a special task.
Method A involves choosing r students from the n total, then choosing the remaining k−r students from the n−r remaining students, yielding (rn)(k−rn−r). Method B involves choosing the entire committee of k students from the n total first, then choosing the r special students from that group of k, yielding (kn)(rk).
Since both methods count the same selection process, they are equivalent:
(rn)(k−rn−r)=(kn)(rk)
The Algebraic Elegance
Now, we substitute this identity back into our summation:
LHS=r=0∑k(−1)r2k−r(kn)(rk)
Because
(kn) does not depend on
r, we can pull it out of the summation entirely:
LHS=(kn)r=0∑k(rk)2k−r(−1)r
The remaining sum is the exact expansion of (2−1)k according to the Binomial Theorem. Since 2−1=1, the entire sum collapses to 1k, which is simply 1.
Final Result
We are left with:
LHS=(kn)×1=(kn)
The intimidating series is simply a complex representation of (kn). Remember, in mathematics, the most complex problems often yield to the most elegant insights.