Analyzing the Setup
We are tasked with evaluating the sum:
S=211C1+311C2+⋯+1011C9
If you attempt to calculate each term individually, you will quickly find yourself lost in a forest of arithmetic. Mathematics is the art of finding the elegant path through the chaos.
The Hidden Identity
The first thing that should catch your eye is the structure of the general term:
Tr=r+111Cr
The variable r in the denominator prevents us from using standard summation formulas directly. We need a "magic spell" to absorb that r.
That spell is the powerful binomial identity:
r+1nCr=n+1n+1Cr+1
By applying this, we transform the variable denominator into a constant. For our case, where
n=11, the term becomes:
1212Cr+1
Suddenly, the denominator is just a constant 12, which we can pull out of the summation entirely.
The Missing Pieces
Now, our sum looks like this:
S=121r=1∑912Cr+1
Expanding this, we get:
S=121[12C2+12C3+⋯+12C10]
We know that the sum of all coefficients ∑k=01212Ck is 212=4096. However, our bracket is missing the terms for k=0,1,11, and 12.
We must subtract these "missing pieces" from our total. Calculating them is straightforward:
12C0=1,12C1=12,12C11=12,12C12=1
The sum of these missing terms is 1+12+12+1=26.
The Final Tally
Subtracting these from our total, we get
4096−26=4070. Now, we bring back our constant factor:
S=124070
Simplifying this fraction by dividing both numerator and denominator by
2, we arrive at:
S=62035
Since 2035 and 6 share no common factors, we have found our values. The final step is to add them:
n+m=2035+6=2041
And there you have it! We have navigated the complexity and arrived at the solution. Remember, in JEE Advanced, it is rarely about brute force; it is about recognizing the underlying structure and applying the right tool.