The Illusion of Complexity
When you first look at this problem, it is designed to intimidate you. That square bracket notation [nk] is a psychological barrier.
In the heat of a JEE Advanced exam, seeing unfamiliar notation can make your heart race. But take a deep breath. As we peel back the layers, you will see that this is just a standard binomial coefficient in disguise, specifically (kn).
The problem is not testing your ability to decipher code; it is testing your ability to see through the noise.
The Symmetry of Choice
Our first mission is to simplify the summations. We have the expression:
This looks messy. But remember the fundamental symmetry of combinations: (rn)=(n−rn).
This is not just a formula; it is a physical reality. Choosing r items to keep is the same as choosing n−r items to discard. When we apply this to (12−k+i12), it transforms into (k−i12).
Suddenly, the expression becomes:
Do you see the beauty emerging? We have a product of two binomial coefficients where the sum of the lower indices is i+(k−i)=k. This is the signature of a master theorem.
The Vandermonde Revelation
Vandermonde's Identity is one of the most powerful tools in your combinatorial arsenal. It states:
r=0∑k(rn)(k−rm)=(kn+m)
It essentially says that if you want to choose k items from a combined group of n+m items, you can do it by choosing r from the first group and k−r from the second, and summing over all possible values of r.
Applying this to our simplified sums, both the first and second summations collapse beautifully into (k21). The complexity vanishes, leaving us with:
The Final Stretch
Now, the problem reduces to simple arithmetic. We need to evaluate A4−A3:
Calculating (421) gives us 5985, and (321) gives us 1330. The difference is 4655.
Multiplying by 2, we get 9310. Equating this to 190p, we find:
You have conquered the problem not by brute force, but by recognizing the underlying structure. Keep this clarity of mind, and you will solve any problem JEE throws at you. The final answer is 49.