The Art of Pattern Recognition
Unlocking the Binomial Series
Have you ever stared at a long, intimidating series and felt like you were looking at a wall of numbers? I know that feeling.
In JEE Advanced, problems like this are not tests of your ability to calculate massive numbers; they are tests of your ability to see the hidden structure beneath the chaos. Let's break down this series together and find the elegance hidden within.
Phase 1
The Hidden Symmetry
We are given the series S=30(030)+29(130)+⋯+1(2930). At first glance, it looks like a mess. But look closer at the multiplier and the lower index of the binomial coefficient in each term.
For the first term, we have 30 and 0. Their sum is 30. For the second term, we have 29 and 1. Their sum is 30. For the last term, we have 1 and 29. Their sum is 30.
Do you see it? The sum of the multiplier and the index is constant! This is the 'Aha!' moment. We can define the general term Tr as (30−r)(r30). This realization transforms a confusing list of numbers into a beautiful, compact mathematical expression:
Phase 2
The Power of Zero
Now, we have a summation, but the upper limit is 29. Our standard binomial identities usually work from r=0 to n. Can we extend this?
Let's check the term for r=30. It would be (30−30)(3030)=0⋅1=0.
Since adding zero doesn't change the value of our sum, we can safely extend the upper limit to 30. Now our series is S=∑r=030(30−r)(r30). This symmetry is exactly what we need to unleash our binomial toolkit.
Phase 3
Linearity and the Toolkit
Let's distribute the terms inside the summation. We get S=∑r=030[30(r30)−r(r30)]. Using the linearity property of summations, we can split this into two distinct parts:
S=30r=0∑30(r30)−r=0∑30r(r30)
Now, we call upon two of the most powerful identities in your JEE arsenal. First, the sum of all binomial coefficients: ∑r=0n(rn)=2n. Second, the sum involving the index: ∑r=0nr(rn)=n⋅2n−1.
These are not just formulas; they are shortcuts through the forest of algebra. For n=30, these become:
1. ∑r=030(r30)=230
2. ∑r=030r(r30)=30⋅229
Phase 4
The Final Simplification
Substituting these back into our expression for S, we get:
Don't reach for a calculator! We can factor out the common term 30⋅229:
Since 21−1=1, the expression collapses beautifully to S=30⋅229.
Phase 5
The Final Trap
We are almost there, but wait! The problem states S=n⋅2m with the condition gcd(2,n)=1. This condition is a subtle trap. It tells us that n must be an odd integer.
Currently, our n is 30, which is even. We must extract a factor of 2 from 30 to satisfy the condition:
So, S=(15⋅2)⋅229=15⋅230.
Comparing this to n⋅2m, we identify n=15 and m=30. Since 15 is odd, the condition gcd(2,15)=1 is satisfied. Finally, the question asks for n+m, which is 15+30=45.