The Elegance of Binomial Sums
Imagine you are standing on the precipice of a complex summation. You see terms like j(j−1)(j10) and j2(j10). At first glance, they look intimidating, perhaps even chaotic.
But in the world of JEE Advanced, chaos is just order waiting to be discovered. Today, we are going to peel back the layers of these sums and reveal the beautiful, underlying structure of binomial coefficients.
Decoding the Linear Term: S2
Let us begin with S2=∑j=110j(j10). This is the heartbeat of our problem.
We rely on the standard identity:
j=1∑nj(jn)=n2n−1
When we substitute n=10, we get S2=10×210−1=10×29. Notice how the power of 2 is n−1. If you ever find yourself writing 28 here, pause! That is the trap.
The identity is robust, and our calculation gives us 10×29. Statement-2 claims S2=10×28, which we now know is false. The first domino has fallen.
The Quadratic Complexity: S1
Now, consider S1=∑j=110j(j−1)(j10). This looks more complex, but it is actually a gift.
We have a specific identity for this:
j=2∑nj(j−1)(jn)=n(n−1)2n−2
Substituting n=10, we calculate S1=10(9)210−2=90×28. This matches Statement-2 perfectly.
However, because the S2 part of Statement-2 was incorrect, the entire statement is false. Do not let the partial truth distract you from the logical conclusion!
The Master Key
Decomposing j2
Finally, we arrive at S3=∑j=110j2(j10). We have no direct formula for j2(jn), but we have a secret weapon: algebraic decomposition.
We can rewrite j2 as j(j−1)+j. Why? Because j(j−1) perfectly matches the structure of S1, and j matches S2.
Thus, we have:
S3=j=1∑10[j(j−1)+j](j10)=S1+S2
The Final Synthesis
Now, we bring it all together. We have S1=90×28 and S2=10×29. To add these, we need a common power of 2.
Let us express
10×29 as
20×28. Now the addition is trivial:
S3=90×28+20×28=110×28
Factoring out a 2, we get 55×2×28=55×29. This matches Statement-1 exactly.
We have navigated the complexity, avoided the traps, and arrived at the truth: Statement-1 is True, and Statement-2 is False. Remember, in JEE, the most complex problems are often just simple identities wearing a disguise. Keep practicing, and you will see through the disguise every time.