The Beauty of Binomial Series
Welcome, student. Today, we are going to peel back the layers of a classic JEE Advanced problem.
At first glance, the series S=12(115)+22(215)+⋯+152(1515) might look like a daunting wall of numbers. But in the world of competitive mathematics, such series are not walls; they are puzzles waiting for the right key.
Our goal is to evaluate this sum and express it as 2m⋅3n⋅5k. Let us embark on this journey together.
The Obstacle
The r2 Term
The core difficulty here is the r2 coefficient. If it were just (rn), we would know the answer is 2n.
If it were r(rn), we would use the identity r(rn)=n(r−1n−1). But r2 is a different beast.
To tame it, we use a clever algebraic trick. We rewrite r2 as r(r−1)+r. This decomposition allows us to split the summation into two distinct parts, each of which can be solved using the binomial identity mentioned above.
The Strategy
Splitting the Sum
By substituting our decomposition into the summation, we get:
We can now split this into two separate sums:
S=r=1∑nr(r−1)(rn)+r=1∑nr(rn)
Notice that for the first part, when r=0 or r=1, the term r(r−1) becomes zero. This is a gift! It means we can start our index from r=2 without changing the value of the sum, making the math much cleaner.
The Execution
Applying Identities
Now, we apply our binomial identity. For the first part, ∑r=2nr(r−1)(rn), we use the identity twice to pull out n(n−1), leaving us with:
r=2∑nr(r−1)r!(n−r)!n!=n(n−1)r=2∑n(r−2n−2)=n(n−1)2n−2
For the second part, ∑r=1nr(rn), we use the identity once to get:
Combining these, we get the general form:
The Final Simplification
Let us factor out the common terms. Factoring out n2n−2, we are left with:
S=n2n−2[(n−1)+2]=n(n+1)2n−2
Now, we substitute n=15:
Since 16=24, this becomes 15⋅24⋅213=15⋅217. Breaking 15 into its prime factors, 31⋅51, we arrive at:
Comparing this to 2m⋅3n⋅5k, we find m=17,n=1,k=1. The final result is m+n+k=17+1+1=19. You have just conquered a complex series with elegance and logic.