Animated Solution for Mathematics - Binomial Theorem: Let the sixth term in the binomial expansion of (2log2(10−3x)+52(x−2)log23)m, in the increasing powers of 2(x−2)log23, be 21. If the binomial coefficients of the second, third and fourth terms in the expansion are respectively the first, third and fifth terms of an A.P., then the sum of the squares of all possible values of x is ______.
⟹C2,C3,C4 are the 1st, 3rd, and 5th terms of the A.P.
⟹2⋅mC2=mC1+mC3
Expand the Coefficients
Substitute combination formulas:
2⋅2m(m−1)=m+6m(m−1)(m−2)
m(m−1)=m+6m(m−1)(m−2)
Solve for m
Divide by m (since m≥5 for T6 to exist):
m−1=1+6(m−1)(m−2)
6m−6=6+m2−3m+2
m2−9m+14=0
(m−7)(m−2)=0⟹m=7 (since m≥5)
Set up the Sixth Term T6
General term Tr+1=mCram−rbr
For T6, r=5 and m=7:
T6=7C5a2b5=21
Since 7C5=7C2=21:
21⋅a2b5=21⟹a2b5=1
Substitute a and b
Substitute a=(10−3x)21 and b=(3x−2)51:
a2=10−3x
b5=3x−2=93x
(10−3x)⋅93x=1
Form the Quadratic in 3x
Let y=3x:
(10−y)⋅9y=1
10y−y2=9
y2−10y+9=0
Solve for x
Factorize the quadratic:
(y−9)(y−1)=0⟹y=9,1
Case 1: 3x=9=32⟹x=2
Case 2: 3x=1=30⟹x=0
Final Calculation
Possible values of x: 0,2
Sum of squares =02+22
Sum of squares =0+4=4
00:00 / 00:00
The Sigma Insight: Binomial Expansion for Positive Integral Index
Analyzing the Setup
Welcome, fellow traveler of the mathematical landscape. Today, we are going to dismantle a problem that, at first glance, looks like a chaotic mess of logarithms, binomial coefficients, and exponential functions.
But remember, in the world of JEE Advanced, complexity is often just a mask for elegance. Let us peel back that mask together.
Our journey begins with the binomial expression:
(2log2(10−3x)+52(x−2)log23)m
Look closely at the first term. We have 2log2(10−3x). Recall the fundamental identity: alogab=b. The base 2 and the log2 are essentially inverses, leaving us with 10−3x.
For the second term, we use the property nlogab=loga(bn) to rewrite the exponent as log2(3x−2). Again, the 2 and log2 vanish, leaving us with the fifth root of 3x−2, which is (3x−2)1/5.
The Arithmetic Progression Trap
Now, we encounter a classic JEE trap: the binomial coefficients. We are told that the coefficients of the second, third, and fourth terms—let us call them C2,C3,C4—are the first, third, and fifth terms of an Arithmetic Progression.
If you have a sequence a1,a2,a3,a4,a5 in A.P., then a1,a3,a5 are also in A.P. with a common difference of 2d. This implies the condition:
2⋅C3=C2+C4
Substituting the standard combination formulas, we get:
2⋅mC2=mC1+mC3
Expanding these, we arrive at:
2⋅2m(m−1)=m+6m(m−1)(m−2)
Since m≥5 (because the sixth term exists), we can safely divide by m and solve for m. The resulting quadratic equation is:
m2−9m+14=0
This yields m=7 or m=2. Since m must be at least 5, we lock in m=7.
The Sixth Term Revelation
With m=7, we turn to the sixth term, T6. The general term formula is Tr+1=mCram−rbr. For T6, we set r=5.
Thus, T6=7C5a2b5. We are told this equals 21. Since 7C5=7C2=21, our equation simplifies to:
21⋅a2b5=21⇒a2b5=1
Substituting our simplified a=(10−3x)1/2 and b=(3x−2)1/5 back in:
(10−3x)⋅(3x−2)=1
The Final Quadratic Dance
Let y=3x. The equation becomes:
(10−y)⋅9y=1
Multiplying by 9, we get 10y−y2=9, which rearranges to:
y2−10y+9=0
Factoring this, we find (y−9)(y−1)=0. This gives us y=9 or y=1.
If 3x=9, then x=2. If 3x=1, then x=0. The sum of the squares of these values is:
22+02=4
We have conquered the problem! The final answer is 4.