Analyzing the Setup
Welcome, fellow traveler on the path to JEE excellence! Today, we are not just solving a problem; we are uncovering a beautiful, rhythmic dance hidden within the world of combinatorics.
When you first look at the expression 47C4+∑j=1552−jC3, it might look like a daunting wall of symbols. In mathematics, complexity is often just simplicity in disguise, waiting for the right perspective to reveal itself.
The Art of Expansion
Before we dive into the deep end, let us lay out our tools. We have a summation, and the best way to understand a sum is to see its components. Let us expand the term 52−jC3 for j=1,2,3,4,5:
For j=1, we get 51C3.
For j=2, we get 50C3.
For j=3, we get 49C3.
For j=4, we get 48C3.
For j=5, we get 47C3.
Now, let us place these back into our original expression. We have 47C4+(51C3+50C3+49C3+48C3+47C3).
To see the pattern clearly, let us rearrange them in ascending order of the upper index:
47C4+47C3+48C3+49C3+50C3+51C3
The Magic of Pascal's Identity
Here is where the magic happens. We invoke the legendary
Pascal's Identity:
nCr+nCr−1=n+1Cr
Think of this as a "merging" rule. It tells us that if we have two groups of combinations with the same upper index n, but consecutive lower indices r and r−1, they can fuse into a single, larger combination with a higher upper index.
Look at our first two terms:
47C4 and
47C3. They are perfect candidates! Applying the identity, we get:
47C4+47C3=48C4
The Chain Reaction
This is the most thrilling part of the journey. We have just created 48C4. Look at what is waiting next in our sequence: 48C3.
We can see the pattern repeating:
48C4+48C3=49C4
We are climbing a ladder! We take the result, merge it with the next term, and watch the upper index grow. Let us continue this elegant chain:
1. Next, we take our new
49C4 and add it to the next term,
49C3, to get
50C4.
2. Then, we take
50C4 and add it to
50C3, resulting in
51C4.
3. Finally, we reach the last term in our sequence,
51C3. We combine our
51C4 with
51C3 to reach our final destination:
51C4+51C3=52C4
The Final Reflection
Look at what we have achieved. We started with a complex sum, and through the systematic application of Pascal's Identity, we collapsed it into a single, elegant term: 52C4.
This is the essence of JEE Advanced mathematics—not brute force, but the ability to recognize patterns and apply fundamental laws with precision and grace. You didn't just solve a problem; you performed a mathematical symphony. Keep this clarity of thought, and there is no problem you cannot conquer!