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

Question

If the term independent of x in the expansion of (32x213x)9{\left( {{3 \over 2}{x^2} - {1 \over {3x}}} \right)^9} is k, then 18 k is equal to :

Options

Solution

Understanding the Binomial Theorem and General Term

The problem requires us to find the term independent of xx in a binomial expansion. For a binomial expression of the form (a+b)n(a+b)^n, the general term, often denoted as Tr+1T_{r+1} (the (r+1)th(r+1)^{th} term), is given by the formula: Tr+1=nCranrbrT_{r+1} = {}^n C_r a^{n-r} b^r where nCr=n!r!(nr)!{}^n C_r = \frac{n!}{r!(n-r)!} is the binomial coefficient. This formula allows us to find any specific term in the expansion without having to expand the entire expression.

Step-by-Step Solution

1. Identify a,b,a, b, and nn Given the expansion: (32x213x)9{\left( {{3 \over 2}{x^2} - {1 \over {3x}}} \right)^9} We compare this with (a+b)n(a+b)^n:

  • a=32x2a = {3 \over 2}{x^2}
  • b=13xb = -{1 \over {3x}} (Note the negative sign is crucial)
  • n=9n = 9

2. Apply the General Term Formula Substitute these values into the general term formula: Tr+1=9Cr(32x2)9r(13x)rT_{r+1} = {}^9 C_r \left( {{3 \over 2}{x^2}} \right)^{9-r} \left( { - {1 \over {3x}}} \right)^r

3. Separate Coefficients and Powers of xx To determine the term independent of xx, we need to isolate all the xx terms. This step involves carefully applying exponent rules. Tr+1=9Cr(32)9r(x2)9r(13)r(1x)rT_{r+1} = {}^9 C_r \left( {{3 \over 2}} \right)^{9-r} (x^2)^{9-r} \left( { - {1 \over 3}} \right)^r \left( {{1 \over x}} \right)^r Using the exponent rules (xm)n=xmn(x^m)^n = x^{mn} and 1xp=xp\frac{1}{x^p} = x^{-p}: Tr+1=9Cr(32)9rx2(9r)(13)rxrT_{r+1} = {}^9 C_r \left( {{3 \over 2}} \right)^{9-r} x^{2(9-r)} \left( { - {1 \over 3}} \right)^r x^{-r} Now, combine the coefficients and the powers of xx: Tr+1=9Cr(32)9r(13)rx182rrT_{r+1} = {}^9 C_r \left( {{3 \over 2}} \right)^{9-r} \left( { - {1 \over 3}} \right)^r \cdot x^{18-2r-r} Tr+1=9Cr(32)9r(13)rx183rT_{r+1} = {}^9 C_r \left( {{3 \over 2}} \right)^{9-r} \left( { - {1 \over 3}} \right)^r \cdot x^{18-3r} This expression now clearly shows the numerical coefficient part and the xx dependent part.

4. Determine rr for the Term Independent of xx A term is "independent of xx" if the power of xx in that term is zero. Therefore, we set the exponent of xx equal to zero: 183r=018 - 3r = 0 Solving for rr: 3r=183r = 18 r=6r = 6 This means the term independent of xx is the (6+1)th(6+1)^{th}, or 7th7^{th} term.

5. Calculate the Value of the Term (k) Now that we have found r=6r=6, we substitute this value back into the coefficient part of our general term expression (excluding x183rx^{18-3r}): k=9C6(32)96(13)6k = {}^9 C_6 \left( {{3 \over 2}} \right)^{9-6} \left( { - {1 \over 3}} \right)^6 Calculate the binomial coefficient 9C6{}^9 C_6: Since nCr=nCnr{}^n C_r = {}^n C_{n-r}, we have 9C6=9C96=9C3{}^9 C_6 = {}^9 C_{9-6} = {}^9 C_3. 9C3=9×8×73×2×1=3×4×7=84{}^9 C_3 = \frac{9 \times 8 \times 7}{3 \times 2 \times 1} = 3 \times 4 \times 7 = 84 Now substitute this back and perform the arithmetic: k=84×(32)3×(13)6k = 84 \times \left( {{3 \over 2}} \right)^3 \times \left( { - {1 \over 3}} \right)^6 k=84×(3323)×((1)636)k = 84 \times \left( \frac{3^3}{2^3} \right) \times \left( \frac{(-1)^6}{3^6} \right) k=84×278×1729k = 84 \times \frac{27}{8} \times \frac{1}{729} To simplify, notice that 27=3327 = 3^3 and 729=36729 = 3^6. k=84×278×27×27k = 84 \times \frac{27}{8 \times 27 \times 27} k=84×18×27k = 84 \times \frac{1}{8 \times 27} k=84216k = \frac{84}{216} We can simplify this fraction. Divide both numerator and denominator by their greatest common divisor. Both are divisible by 12: 84÷12=784 \div 12 = 7 and 216÷12=18216 \div 12 = 18. k=718k = \frac{7}{18} Let's cross-check with the provided solution's intermediate value for kk: 2154\frac{21}{54}. Indeed, 2154=7×318×3=718\frac{21}{54} = \frac{7 \times 3}{18 \times 3} = \frac{7}{18}. So, the calculated value of kk is correct.

6. Calculate 18k18k The problem asks for the value of 18k18k. 18k=18×(718)18k = 18 \times \left( \frac{7}{18} \right) 18k=718k = 7

Tips for Success & Common Mistakes to Avoid

  • Sign Errors: Always pay close attention to negative signs within the terms of the binomial, as an odd power of a negative number results in a negative value, while an even power results in a positive value. Here, (1/3)6(-1/3)^6 correctly became 1/361/3^6.
  • Exponent Rules: Be meticulous when combining powers of xx. A common mistake is to misapply (xm)n=xmn(x^m)^n = x^{mn} or 1/xp=xp1/x^p = x^{-p}.
  • Simplification: Break down large calculations into smaller, manageable steps. Look for opportunities to cancel common factors before multiplying large numbers. For example, recognizing 27=3327 = 3^3 and 729=36729 = 3^6 simplified the fraction significantly.
  • Understanding the Question: Ensure you correctly identify what the question is asking for (e.g., the value of rr, the term itself, or a multiple of the term).

Summary This problem effectively demonstrates the application of the binomial theorem to find a specific term in an expansion. The process involves identifying the components aa, bb, and nn, constructing the general term, isolating the powers of the variable (xx), and then setting the exponent of the variable to zero to find the specific term number. Finally, substituting this term number back into the coefficient part yields the desired value. Mastery of exponent rules and careful arithmetic are crucial for success in these types of problems.

Practice More Binomial Theorem Questions

View All Questions