Skip to main content
Back to Binomial Theorem
JEE Main 2020
Binomial Theorem
Binomial Theorem
Hard

Question

Let the sum of the coefficients of the first three terms in the expansion of (x3x2)n,x0. nN{\left( {x - {3 \over {{x^2}}}} \right)^n},x \ne 0.~n \in \mathbb{N}, be 376. Then the coefficient of x4x^4 is __________.

Answer: 1

Solution

Key Concept: The Binomial Theorem

For any binomial expansion of the form (a+b)n(a+b)^n, the general term (or (r+1)th(r+1)^{th} term), denoted as Tr+1T_{r+1}, is given by: Tr+1=(nr)anrbrT_{r+1} = \binom{n}{r} a^{n-r} b^r where nn is a non-negative integer, and rr is an integer such that 0rn0 \le r \le n. The coefficient of the (r+1)th(r+1)^{th} term is (nr)\binom{n}{r}.


Step 1: Determine the Coefficients of the First Three Terms

We are given the expansion (x3x2)n{\left( {x - {3 \over {{x^2}}}} \right)^n}. Here, a=xa=x and b=3x2b = -\frac{3}{x^2}.

  • First Term (r=0): To find the first term, we set r=0r=0 in the general term formula. T1=(n0)xn0(3x2)0=1xn1=xnT_1 = \binom{n}{0} x^{n-0} \left(-\frac{3}{x^2}\right)^0 = 1 \cdot x^n \cdot 1 = x^n The coefficient of the first term is (n0)=1\binom{n}{0} = 1.

  • Second Term (r=1): To find the second term, we set r=1r=1 in the general term formula. T2=(n1)xn1(3x2)1=nxn1(3x2)=3nxn3T_2 = \binom{n}{1} x^{n-1} \left(-\frac{3}{x^2}\right)^1 = n \cdot x^{n-1} \cdot \left(-\frac{3}{x^2}\right) = -3n \cdot x^{n-3} The coefficient of the second term is (n1)(3)=n(3)=3n\binom{n}{1} \cdot (-3) = n \cdot (-3) = -3n.

  • Third Term (r=2): To find the third term, we set r=2r=2 in the general term formula. T3=(n2)xn2(3x2)2=n(n1)2xn29x4=9n(n1)2xn6T_3 = \binom{n}{2} x^{n-2} \left(-\frac{3}{x^2}\right)^2 = \frac{n(n-1)}{2} \cdot x^{n-2} \cdot \frac{9}{x^4} = \frac{9n(n-1)}{2} \cdot x^{n-6} The coefficient of the third term is (n2)(3)2=n(n1)29=9n(n1)2\binom{n}{2} \cdot (-3)^2 = \frac{n(n-1)}{2} \cdot 9 = \frac{9n(n-1)}{2}.


Step 2: Formulate and Solve the Equation for 'n'

We are given that the sum of the coefficients of the first three terms is 376. Sum of coefficients = (Coefficient of T1T_1) + (Coefficient of T2T_2) + (Coefficient of T3T_3) 1+(3n)+9n(n1)2=3761 + (-3n) + \frac{9n(n-1)}{2} = 376 To solve for nn, we first simplify the equation by multiplying by 2 to eliminate the fraction: 26n+9n(n1)=376×22 - 6n + 9n(n-1) = 376 \times 2 26n+9n29n=7522 - 6n + 9n^2 - 9n = 752 Combine like terms to form a quadratic equation: 9n215n+2=7529n^2 - 15n + 2 = 752 9n215n750=09n^2 - 15n - 750 = 0 Divide the entire equation by 3 to simplify: 3n25n250=03n^2 - 5n - 250 = 0 Now, we solve this quadratic equation for nn using the quadratic formula n=b±b24ac2an = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}: n=(5)±(5)24(3)(250)2(3)n = \frac{-(-5) \pm \sqrt{(-5)^2 - 4(3)(-250)}}{2(3)} n=5±25+30006n = \frac{5 \pm \sqrt{25 + 3000}}{6} n=5±30256n = \frac{5 \pm \sqrt{3025}}{6} Since 3025=55\sqrt{3025} = 55: n=5±556n = \frac{5 \pm 55}{6} This gives us two possible values for nn: n1=5+556=606=10n_1 = \frac{5 + 55}{6} = \frac{60}{6} = 10 n2=5556=506=253n_2 = \frac{5 - 55}{6} = \frac{-50}{6} = -\frac{25}{3} Given that nNn \in \mathbb{N} (n is a natural number), we must reject the negative fractional value. Therefore, n=10n = 10.

Tip: Always verify your solutions against the constraints given in the problem statement. Here, nNn \in \mathbb{N} is crucial.


Step 3: Write the General Term for the Expansion with the Determined 'n'

Now that we know n=10n=10, we can write the general term for the expansion (x3x2)10{\left( {x - {3 \over {{x^2}}}} \right)^{10}}: Tr+1=(10r)x10r(3x2)rT_{r+1} = \binom{10}{r} x^{10-r} \left(-\frac{3}{x^2}\right)^r To find the power of xx, we combine the xx terms: Tr+1=(10r)x10r(3)r(x2)rT_{r+1} = \binom{10}{r} x^{10-r} (-3)^r (x^{-2})^r Tr+1=(10r)(3)rx10r2rT_{r+1} = \binom{10}{r} (-3)^r x^{10-r-2r} Tr+1=(10r)(3)rx103rT_{r+1} = \binom{10}{r} (-3)^r x^{10-3r}


Step 4: Find the Value of 'r' for the Coefficient of x4x^4

We need to find the coefficient of x4x^4. This means we need to set the power of xx in our general term equal to 4: 103r=410 - 3r = 4 Subtract 10 from both sides: 3r=410-3r = 4 - 10 3r=6-3r = -6 Divide by -3: r=2r = 2


Step 5: Calculate the Coefficient of x4x^4

Now that we have n=10n=10 and r=2r=2, we can substitute these values back into the coefficient part of the general term formula: Required coefficient =(102)(3)2= \binom{10}{2} (-3)^2 First, calculate (102)\binom{10}{2}: (102)=10!2!(102)!=10!2!8!=10×92×1=5×9=45\binom{10}{2} = \frac{10!}{2!(10-2)!} = \frac{10!}{2!8!} = \frac{10 \times 9}{2 \times 1} = 5 \times 9 = 45 Next, calculate (3)2(-3)^2: (3)2=9(-3)^2 = 9 Finally, multiply these two results: Required coefficient =45×9=405= 45 \times 9 = 405


Summary and Key Takeaway

This problem demonstrates a classic application of the Binomial Theorem. The core idea is to first use the given information about the sum of initial coefficients to determine the value of 'n' for the binomial expansion. Once 'n' is known, the general term formula helps isolate the power of 'x' and solve for 'r' to find the specific term requested. Careful handling of negative signs and exponents is crucial to avoid errors. This methodical approach ensures all parts of the problem are addressed accurately.

Practice More Binomial Theorem Questions

View All Questions