The Art of the Binomial Hunt
Welcome, my dear student. Today, we are not just solving a problem; we are embarking on a detective mission. We are given the expression (1+2x−3x3)(23x2−3x1)9 and asked to find the constant term p.
This is a classic JEE Advanced challenge. It tests not just your algebraic stamina, but your ability to see the structure hidden beneath the symbols. Many students see this and immediately panic, thinking they need to expand the entire binomial. Let me tell you: never do that. We are going to use the precision of the general term formula to find exactly what we need.
Phase 1
The Anatomy of the Expression
Look at the expression again. We have a polynomial (1+2x−3x3) multiplying a binomial expansion. If we want the constant term of the entire product, we must consider how the terms from the polynomial interact with the terms from the binomial.
The constant term of the product is the sum of the products of terms that result in x0. Specifically, we have three scenarios:
1. The constant 1 from the polynomial must multiply with the x0 term from the binomial.
2. The term 2x from the polynomial must multiply with the x−1 term from the binomial (because x⋅x−1=x0).
3. The term −3x3 from the polynomial must multiply with the x−3 term from the binomial (because x3⋅x−3=x0).
This is our roadmap. We don't need the whole expansion; we only need these three specific terms.
Phase 2
The General Term Formula
To find these specific terms, we invoke the general term formula for (a+b)n, which is Tr+1=(rn)an−rbr. Here, n=9, a=23x2, and b=−3x1. Let's substitute these into our formula:
Tr+1=(r9)(23x2)9−r(−3x1)r
Now, let's perform some algebraic surgery. We need to separate the constants from the variables. This is where most students make mistakes, so let's be deliberate. We distribute the powers:
Tr+1=(r9)29−r39−r(x2)9−r⋅3r(−1)r(x−1)r
Combining the powers of x and the powers of 3, we get:
Tr+1=(r9)29−r39−r⋅3r(−1)r⋅x18−2r⋅x−r
Simplifying the exponents of 3 and x gives us our master equation:
Tr+1=(r9)29−r39−2r(−1)rx18−3r
This, my friend, is the key to the kingdom. The exponent of x is 18−3r. Now we can solve our three cases.
Phase 3
The Three Cases
Case 1: The x0 term.
We need 18−3r=0, which implies 3r=18, so r=6. Since 6 is a valid integer, this term exists! Let's calculate the coefficient:
C1=1⋅(69)29−639−12(−1)6=84⋅233−3=27⋅884=187
Case 2: The x−1 term.
We need 18−3r=−1, which implies 3r=19, so r=19/3. Since r must be an integer, this term does not exist. It contributes nothing to our constant p.
Case 3: The x−3 term.
We need 18−3r=−3, which implies 3r=21, so r=7. This is a valid integer! Let's calculate the coefficient, remembering to include the −3 from the polynomial:
C2=−3⋅(79)29−739−14(−1)7=−3⋅36⋅223−5(−1)=243⋅43⋅36=91
Phase 4
The Final Victory
Now, we simply sum our contributions to find p:
p=C1+C2=187+91=187+182=189=21
We have found p=1/2. The question asks for 108p. Therefore, 108⋅(1/2)=54.
Look at that! We didn't need to expand anything. We used the logic of the binomial theorem to isolate exactly what we needed. This is the essence of JEE mathematics: not brute force, but elegant, calculated precision. You have done well.