Analyzing the Setup
Imagine you are standing at the base of a massive, intimidating mountain. The problem before us is a product of thirteen brackets, each containing the sum of reciprocals of consecutive binomial coefficients:
(15C01+15C11)(15C11+15C21)⋯(15C121+15C131)
At first glance, it looks like a calculation that would take hours. But in the world of JEE, we don't climb the mountain by brute force; we find the hidden path.
The General Term
Simplifying the Chaos
To conquer this, we must first simplify the chaos. Let's look at a single bracket. We can define a general term Tr for any bracket in this sequence as:
Our entire expression is simply the product of these Tr terms as r ranges from 1 to 13. By focusing on Tr, we transform a massive, overwhelming product into a manageable, single-term analysis.
The Secret Weapon
The Reciprocal Identity
Now, we need a tool to collapse this sum. There is a beautiful, standard identity in combinatorics:
nCr−11+nCr1=n⋅n−1Cr−1n+1
This identity is the key to the kingdom. It allows us to take the sum of two reciprocals and turn it into a single, elegant term.
Let's apply this to our problem where n=15. Substituting n=15 into our identity, we get:
Tr=15⋅15−1Cr−115+1=15⋅14Cr−116
Notice the elegance here: the upper index of the binomial coefficient has shifted from 15 to 14. This is exactly what we need to match the structure of the right-hand side of our given equation.
The Collapse
Constructing the Product
With our simplified Tr in hand, we can now reconstruct the entire product P:
P=r=1∏13Tr=r=1∏1315⋅14Cr−116
Since 1516 is a constant, it appears in every one of the 13 terms. We can pull this constant out of the product:
P=(1516)13⋅r=1∏1314Cr−11
This leaves us with the expression:
P=14C0⋅14C1⋯14C12(1516)13
The Final Victory
Now, compare this result with the right-hand side given in the problem:
The denominators are identical! This means the numerators must be equal:
Since the power is odd, we can directly conclude that α=1516. Finally, the question asks for 30α. Substituting our value:
We have reached the summit! The mountain wasn't so high after all; it was just a matter of finding the right path.