Analyzing the Setup
Imagine you are standing before a massive, intimidating wall of a summation:
S=i=0∑m(i10)(m−i20)
At first glance, it looks like a nightmare of combinations. But in the world of JEE Advanced, we don't fight the wall; we find the door.
The door here is the Polynomial Bridge. Instead of treating this as a raw calculation, we view it through the lens of algebra.
Consider the two binomial expansions:
(1+x)10=i=0∑10(i10)xi
and
(1+x)20=j=0∑20(j20)xj
When we multiply these two, we are essentially looking for the coefficient of xm in the product (1+x)10⋅(1+x)20.
The Vandermonde Revelation
When you multiply
(1+x)10 by
(1+x)20, the laws of indices tell us that we simply add the exponents:
(1+x)10⋅(1+x)20=(1+x)30
Now, the coefficient of xm in the expansion of (1+x)30 is simply (m30).
This is the essence of
Vandermonde's Identity:
i=0∑m(in)(m−ik)=(mn+k)
We have successfully condensed a complex, multi-term summation into a single, elegant binomial coefficient:
S=(m30)
The Symmetry of the Peak
Now, we reach the final act of our journey. We need to maximize S=(m30).
Think of Pascal's triangle. The values in the 30th row start small, grow steadily, reach a peak in the middle, and then mirror that growth on the way down.
This bell-like curve is the heart of binomial distribution. For any row n, the maximum value is found at the center.
Since
n=30 is an even number, the center is exactly at:
m=230=15
There is no need for complex calculus or derivatives here; just the pure, geometric beauty of symmetry.
Our final answer is m=15.
You have just navigated one of the most fundamental identities in combinatorics. Keep this tool in your arsenal, and the next time you see a sum of products of binomial coefficients, you will know exactly how to bridge the gap.