The Architecture of Binomial Expansion
A Journey into Coefficients
Welcome, future engineer. Today, we are not merely solving a problem about binomial coefficients; we are embarking on a journey to understand the hidden architecture of the Binomial Theorem.
When you look at an expression like (1+2x)n, do not see it as a static string of characters. See it as a generator of patterns. The Binomial Theorem is one of the most elegant tools in our arsenal, but it demands precision.
One small slip—a forgotten power, a misplaced index—and the entire structure collapses. Let us walk through this problem with the care and rigor that the JEE Advanced demands.
Phase 1
The Anatomy of the General Term
The first step in any binomial problem is to identify the 'General Term'. We know that for any expansion (a+b)n, the general term Tr+1 is given by nCran−rbr.
In our specific case, the expansion is (1+2x)n. Here, a=1 and b=2x. Therefore, the general term becomes:
Now, pause here. This is where many students stumble. The coefficient of the term is not just nCr.
Because of the 2x term, we have a factor of 2r that must be included. Thus, the coefficient Cr+1 is nCr2r.
If you miss this 2r, the ratio will be wrong, and the entire problem will lead you into a dead end. Always respect the variable's coefficient.
Phase 2
The Logic of Consecutive Ratios
The problem gives us three consecutive terms with coefficients in the ratio 2:5:8. Let us denote these coefficients as Cr,Cr+1,Cr+2.
Our goal is to translate this ratio into a system of equations. We have:
Cr=nCr−12r−1,Cr+1=nCr2r,Cr+2=nCr+12r+1
The ratio Cr:Cr+1:Cr+2=2:5:8 implies two distinct relationships:
CrCr+1=25andCr+1Cr+2=58
This is the heart of the problem. We are not just doing arithmetic; we are setting up a system of constraints that will force the values of n and r to reveal themselves.
Phase 3
The Algebraic Dance
Let us tackle the first ratio:
CrCr+1=nCr−12r−1nCr2r=25
Notice the beauty of the cancellation here. The 2r and 2r−1 simplify to just 2. We are left with:
Now, we invoke the powerful identity nCr−1nCr=rn−r+1. Substituting this, we get:
Cross-multiplying yields 4(n−r+1)=5r, which simplifies to:
This is our first anchor point. Now, we repeat the process for the second ratio:
Cr+1Cr+2=nCr2rnCr+12r+1=58
Again, the powers of 2 simplify to 2. We use the identity nCrnCr+1=r+1n−r. Thus:
Simplifying the 2 and 8 gives r+1n−r=54. Cross-multiplying leads to 5(n−r)=4(r+1), or:
Phase 4
The Resolution
We now have a system of two linear equations:
(1) 4n−9r=−4
(2) 5n−9r=4
Subtracting the first from the second is a stroke of elegance: (5n−9r)−(4n−9r)=4−(−4), which gives us n=8.
With n=8 in hand, we substitute back into the second equation:
5(8)−9r=4⟹40−9r=4⟹9r=36⟹r=4
We have found our variables! The middle term is Tr+1, which is T5. Its coefficient is Cr+1=8C4×24.
Calculating 8C4 is straightforward:
And 24=16. Finally, 70×16=1120.
We have arrived at the destination. Remember, the math is not just about the final number; it is about the discipline of the process. You have successfully navigated the binomial expansion, handled the coefficients with care, and solved the system with precision.
The final answer is 1120.