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

Question

The mean of the coefficients of x,x2,,x7x, x^{2}, \ldots, x^{7} in the binomial expansion of (2+x)9(2+x)^{9} is ___________.

Answer: 2

Solution

Elaborate Solution for Mean of Coefficients


1. Key Concept: The Binomial Theorem

The core concept for solving this problem is the Binomial Theorem, which provides a formula for expanding algebraic expressions of the form (a+b)n(a+b)^n. The general term (or (r+1)(r+1)-th term) in the binomial expansion of (a+b)n(a+b)^n is given by: 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, representing the number of ways to choose rr items from a set of nn items.

In our problem, we have the expansion of (2+x)9(2+x)^9. Comparing this with (a+b)n(a+b)^n, we have a=2a=2, b=xb=x, and n=9n=9. Therefore, the general term for (2+x)9(2+x)^9 is: Tr+1=9Cr(2)9r(x)rT_{r+1} = {}^9 C_r (2)^{9-r} (x)^r The coefficient of xrx^r in this expansion is 9Cr29r{}^9 C_r 2^{9-r}.

2. Step-by-Step Working

Step 1: Identify the Coefficients of the Required Terms

We need to find the mean of the coefficients of x,x2,,x7x, x^2, \ldots, x^7. This means we need the coefficients for r=1,2,,7r=1, 2, \ldots, 7.

  • Coefficient of x1x^1 (when r=1r=1): 9C1291=9C128{}^9 C_1 2^{9-1} = {}^9 C_1 2^8
  • Coefficient of x2x^2 (when r=2r=2): 9C2292=9C227{}^9 C_2 2^{9-2} = {}^9 C_2 2^7
  • Coefficient of x3x^3 (when r=3r=3): 9C3293=9C326{}^9 C_3 2^{9-3} = {}^9 C_3 2^6
  • ...
  • Coefficient of x7x^7 (when r=7r=7): 9C7297=9C722{}^9 C_7 2^{9-7} = {}^9 C_7 2^2

Let CrC_r denote the coefficient of xrx^r, so Cr=9Cr29rC_r = {}^9 C_r 2^{9-r}. We are interested in the coefficients C1,C2,,C7C_1, C_2, \ldots, C_7.

Step 2: Formulate the Mean Expression

The mean of these 7 coefficients is their sum divided by the count of coefficients, which is 7. Mean=C1+C2+C3+C4+C5+C6+C77=r=179Cr29r7\text{Mean} = \frac{C_1 + C_2 + C_3 + C_4 + C_5 + C_6 + C_7}{7} = \frac{\sum_{r=1}^{7} {}^9 C_r 2^{9-r}}{7}

Step 3: Utilize the Full Binomial Expansion for Summation

Calculating each of these 7 coefficients individually and then summing them would be very tedious and prone to error. A more elegant approach involves using the full binomial expansion.

Recall the full expansion of (2+x)9(2+x)^9: (2+x)9=9C029x0+9C128x1+9C227x2++9C722x7+9C821x8+9C920x9(2+x)^9 = {}^9 C_0 2^9 x^0 + {}^9 C_1 2^8 x^1 + {}^9 C_2 2^7 x^2 + \ldots + {}^9 C_7 2^2 x^7 + {}^9 C_8 2^1 x^8 + {}^9 C_9 2^0 x^9

The sum of all coefficients in the expansion of (a+b)n(a+b)^n can be found by substituting x=1x=1 (if b=xb=x) or simply summing the numerical parts of each term. In our case, the sum of all coefficients for (2+x)9(2+x)^9 is equivalent to evaluating the expression when x=1x=1: (2+1)9=39(2+1)^9 = 3^9 This sum 393^9 includes the coefficients of x0,x1,,x9x^0, x^1, \ldots, x^9. Let StotalS_{total} be this sum. Stotal=r=099Cr29r=9C029+(r=179Cr29r)+9C821+9C920S_{total} = \sum_{r=0}^{9} {}^9 C_r 2^{9-r} = {}^9 C_0 2^9 + \left( \sum_{r=1}^{7} {}^9 C_r 2^{9-r} \right) + {}^9 C_8 2^1 + {}^9 C_9 2^0 Let Srequired=r=179Cr29rS_{required} = \sum_{r=1}^{7} {}^9 C_r 2^{9-r} be the sum we need to calculate for the mean. We can express SrequiredS_{required} as: Srequired=Stotal(9C029+9C821+9C920)S_{required} = S_{total} - \left( {}^9 C_0 2^9 + {}^9 C_8 2^1 + {}^9 C_9 2^0 \right)

Step 4: Calculate the Values

First, calculate StotalS_{total}: Stotal=39=19683S_{total} = 3^9 = 19683

Next, calculate the coefficients of the terms we need to subtract:

  • For r=0r=0: Coefficient of x0x^0 is 9C029{}^9 C_0 2^9.
    • 9C0=1{}^9 C_0 = 1
    • 29=5122^9 = 512
    • So, 9C029=1×512=512{}^9 C_0 2^9 = 1 \times 512 = 512
  • For r=8r=8: Coefficient of x8x^8 is 9C821{}^9 C_8 2^1.
    • Using the property nCr=nCnr{}^n C_r = {}^n C_{n-r}, we have 9C8=9C98=9C1=9{}^9 C_8 = {}^9 C_{9-8} = {}^9 C_1 = 9.
    • 21=22^1 = 2
    • So, 9C821=9×2=18{}^9 C_8 2^1 = 9 \times 2 = 18
  • For r=9r=9: Coefficient of x9x^9 is 9C920{}^9 C_9 2^0.
    • 9C9=1{}^9 C_9 = 1
    • 20=12^0 = 1
    • So, 9C920=1×1=1{}^9 C_9 2^0 = 1 \times 1 = 1

Now, substitute these values back into the equation for SrequiredS_{required}: Srequired=19683(512+18+1)S_{required} = 19683 - (512 + 18 + 1) Srequired=19683531S_{required} = 19683 - 531 Srequired=19152S_{required} = 19152

Step 5: Calculate the Mean

Finally, divide the sum of the required coefficients by 7 (the number of terms): Mean=191527=2736\text{Mean} = \frac{19152}{7} = 2736

3. Tips and Common Mistakes to Avoid

  • Counting Terms Correctly: Always be careful about the range of terms. In this problem, we needed coefficients from x1x^1 to x7x^7, which is 71+1=77-1+1 = 7 terms. If x0x^0 were included, it would be 8 terms.
  • Binomial Coefficient Properties: Remember properties like nCr=nCnr{}^n C_r = {}^n C_{n-r} to simplify calculations (e.g., 9C8=9C1{}^9 C_8 = {}^9 C_1).
  • Full Expansion Sum: The sum of all coefficients in (a+b)n(a+b)^n is (a+b)n(a+b)^n evaluated at x=1x=1 (or b=1b=1 if aa is the variable). In this case, it's (2+1)9(2+1)^9.
  • Careful with Arithmetic: The calculations involve relatively large numbers (393^9), so use a calculator or perform arithmetic carefully.

4. Summary

To find the mean of a specific range of coefficients in a binomial expansion:

  1. Identify the general term and its coefficient.
  2. Determine the range of rr values for the required coefficients.
  3. Calculate the sum of all coefficients in the expansion using the property (a+b)n(a+b)^n.
  4. Subtract the coefficients of the terms not included in the required range from the total sum.
  5. Divide the resulting sum by the count of the required coefficients to find the mean. By using the full binomial expansion identity, we avoid lengthy individual calculations and arrive at the solution efficiently. The mean of the coefficients of x,x2,,x7x, x^2, \ldots, x^7 in the binomial expansion of (2+x)9(2+x)^9 is 27362736.

Practice More Binomial Theorem Questions

View All Questions