Analyzing the Setup
Imagine you are standing before a massive, intimidating expression: (1+x)500+x(1+x)499+x2(1+x)498+⋯+x500. Many students see this and immediately reach for a brute-force expansion, but that is a path to exhaustion.
In the world of JEE Advanced, the key is not to fight the problem, but to observe it. Look at the structure; we have terms being added, and each term is a transformation of the previous one.
Specifically, if you divide any term by the one before it, you get the same ratio:
This is the heartbeat of a Geometric Progression.
The Power of the Sum Formula
Once we identify this as a Geometric Progression, the nightmare begins to dissolve. We have our first term a=(1+x)500, our common ratio r=1+xx, and we have carefully counted n=501 terms.
We invoke the sum formula for a finite geometric series:
Substituting our values, we get:
S=(1+x)5001−1+xx1−(1+xx)501
The Elegant Collapse
Now, watch the magic happen in the denominator. We have 1−1+xx. Finding a common denominator, this becomes 1+x1+x−x, which simplifies beautifully to 1+x1.
When we divide by this fraction, it is the same as multiplying by its reciprocal, (1+x). So, our expression becomes:
S=(1+x)500⋅(1+x)⋅[1−(1+xx)501]
This simplifies to:
S=(1+x)501[1−(1+x)501x501]
Distributing the (1+x)501 inside the bracket, we get:
The Final Extraction
We have reduced a massive, terrifying series into just two simple terms: (1+x)501−x501. The question asks for the coefficient of x301.
In the expansion of (1+x)501, the general term is given by 501Crxr. To get x301, we set r=301, giving us the coefficient 501C301.
The second part, −x501, has no x301 term, so it contributes nothing. Thus, our answer is 501C301.
Finally, we apply the symmetry property nCr=nCn−r to find that:
And there it is—the elegance of mathematics revealed. You didn't need to expand five hundred terms; you just needed to see the structure. The final answer is 501C200.