The Beauty of Telescoping Series
Welcome, fellow traveler on the path to JEE mastery. Today, we are going to unravel a problem that, at first glance, looks like a mountain of factorials and permutations.
But as we peel back the layers, you will see that it is actually a beautifully choreographed dance of numbers. Let us dive in.
Phase 1
Decoding the General Term
We are presented with the series S=1P1+2⋅2P2+3⋅3P3+⋯+15⋅15P15. The first step in any series problem is to find the heartbeat of the sequence—the general term, Tk.
Looking at the pattern, it is clear that Tk=k⋅kPk. Now, recall the definition of a permutation: nPr=(n−r)!n!.
When we apply this to kPk, we get:
Since 0!=1, our permutation term simplifies elegantly to kPk=k!. Suddenly, our general term becomes Tk=k⋅k!.
This is much cleaner, but we still have a product of k and k!, which is not immediately summable.
Phase 2
The Telescopic Magic
This is where we pull a classic JEE trick from our arsenal. We need to transform Tk=k⋅k! into something that allows for a 'telescopic' cancellation.
The trick is to manipulate the k factor by writing k as (k+1−1). This allows us to distribute the k! term:
Tk=(k+1−1)⋅k!=(k+1)⋅k!−1⋅k!
Now, look at the first part: (k+1)⋅k!. By the definition of factorials, this is exactly (k+1)!.
So, our general term transforms into:
We have successfully turned a product into a difference of two consecutive factorials. This is the key to the entire problem.
Phase 3
The Domino Effect
Now, let us expand the summation S=∑k=115((k+1)!−k!). When we write out the terms, the magic happens:
S=(2!−1!)+(3!−2!)+(4!−3!)+⋯+(16!−15!)
Look closely at the diagonal cancellation. The positive 2! from the first term cancels the negative 2! from the second. The 3! cancels out, the 4! cancels out, and this domino effect continues all the way to the end.
The only terms left standing are the very first negative term, −1!, and the very last positive term, 16!. Thus, our massive sum collapses to:
Phase 4
The Final Comparison and Calculation
The problem states that S=qPr−s, where 0≤s≤1. We have found S=16!−1.
Since 16! is equivalent to 16P16, we can write our sum as S=16P16−1. By comparing this to the given form, we identify q=16, r=16, and s=1.
The final task is to calculate q+sCr−s, which is 16+1C16−1=17C15. Using the symmetry property of combinations:
This is a simple calculation:
And there you have it—a complex series reduced to an elegant, simple integer. Remember, in JEE Advanced, the most intimidating problems often have the most beautiful, simple solutions hidden just beneath the surface.
The final answer is 136.