Analyzing the Setup
Welcome, fellow traveler on the JEE journey. Today, we are going to demystify a problem that, at first glance, looks like a messy collection of binomial coefficients.
We are tasked with simplifying the expression:
When you see an expression like this, it is easy to feel overwhelmed by the indices. But remember, in combinatorics, complexity is often just a mask for a beautiful, underlying symmetry.
The Strategic Split
The first step in our journey is to look at the middle term, 2×nCr. In many JEE problems, the key to unlocking the solution is to manipulate the terms so they fit a known identity.
Here, we can split 2×nCr into two identical parts: nCr+nCr. By rewriting the expression as:
We have essentially created the building blocks we need to proceed.
The Power of Pascal's Identity
Now, let us introduce our most powerful tool: Pascal's Identity, which states:
This identity is the heartbeat of binomial coefficients. It tells us that if we add two consecutive terms from the same row of Pascal's triangle, we get a term in the next row.
With this in mind, let us group our terms:
Group 1: (nCr−1+nCr)
Group 2: (nCr+nCr+1)
The Final Collapse
Applying Pascal's Identity to the first group, nCr−1+nCr, we get n+1Cr. Applying it to the second group, nCr+nCr+1, we get n+1Cr+1.
Our original, four-term expression has now collapsed into just two terms:
Look at these two new terms; they also fit Pascal's Identity perfectly. The upper indices are both n+1, and the lower indices r and r+1 are consecutive.
Applying the identity one last time, we arrive at the final result:
Just like that, the entire expression simplifies to a single, elegant term: n+2Cr+1. This is the beauty of mathematics—taking a complex, sprawling problem and, through a few strategic steps, revealing its simple, core truth.