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

Question

If the co-efficient of x 7 and x 8 in the expansion of (2+x3)n{\left( {2 + {x \over 3}} \right)^n} are equal, then the value of n is equal to _____________.

Answer: 7

Solution

Key Concept: Binomial Theorem and General Term

The Binomial Theorem provides a formula for the algebraic expansion of powers of a binomial. For any positive integer nn, the expansion of (a+b)n(a+b)^n is given by: (a+b)n=r=0nnCranrbr(a+b)^n = \sum_{r=0}^{n} {}^nC_r a^{n-r} b^r The (r+1)(r+1)-th term in the binomial expansion of (a+b)n(a+b)^n is known as the general term, denoted by Tr+1T_{r+1}, and is given by: Tr+1=nCranrbrT_{r+1} = {}^nC_r a^{n-r} b^r In this problem, we need to find the coefficients of specific powers of xx. The coefficient of xkx^k is the part of the term Tr+1T_{r+1} that does not include xx.


Step-by-step Working with Explanations

1. Identify the General Term for the Given Expansion

The given expression is (2+x3)n{\left( {2 + {x \over 3}} \right)^n}. Comparing this with (a+b)n(a+b)^n, we identify a=2a=2 and b=x3b=\frac{x}{3}.

Using the general term formula Tr+1=nCranrbrT_{r+1} = {}^nC_r a^{n-r} b^r, we substitute the values of aa and bb: Tr+1=nCr(2)nr(x3)rT_{r+1} = {}^nC_r (2)^{n-r} \left(\frac{x}{3}\right)^r To separate the coefficient from the variable xx, we can rewrite the term as: Tr+1=nCr(2)nr(13)rxrT_{r+1} = {}^nC_r (2)^{n-r} \left(\frac{1}{3}\right)^r x^r

2. Determine the Coefficients of x7x^7 and x8x^8

  • For the coefficient of x7x^7: We need the power of xx in the general term to be 77. From xrx^r, this implies r=7r=7. Substituting r=7r=7 into the general term, the coefficient of x7x^7 is: C7=nC7(2)n7(13)7=nC72n7137C_7 = {}^nC_7 (2)^{n-7} \left(\frac{1}{3}\right)^7 = {}^nC_7 2^{n-7} \frac{1}{3^7}

  • For the coefficient of x8x^8: Similarly, for x8x^8, we need r=8r=8. Substituting r=8r=8 into the general term, the coefficient of x8x^8 is: C8=nC8(2)n8(13)8=nC82n8138C_8 = {}^nC_8 (2)^{n-8} \left(\frac{1}{3}\right)^8 = {}^nC_8 2^{n-8} \frac{1}{3^8}

3. Equate the Coefficients

The problem states that the coefficient of x7x^7 and x8x^8 are equal. Therefore, we set C7=C8C_7 = C_8: nC72n7137=nC82n8138{}^nC_7 2^{n-7} \frac{1}{3^7} = {}^nC_8 2^{n-8} \frac{1}{3^8}

4. Simplify the Equation and Solve for nn

To simplify, we can rearrange the terms by bringing similar components to one side. We'll divide both sides by common factors. Divide both sides by nC7{}^nC_7, 2n82^{n-8}, and 137\frac{1}{3^7}: nC8nC72n82n71/381/37=1(This step is incorrect, as it would imply that the product of the terms is 1, not that they are equal. Let’s do it differently)\frac{{}^nC_8}{{}^nC_7} \cdot \frac{2^{n-8}}{2^{n-7}} \cdot \frac{1/3^8}{1/3^7} = 1 \quad \text{(This step is incorrect, as it would imply that the product of the terms is 1, not that they are equal. Let's do it differently)}

Let's directly manipulate the equation: nC72n7137=nC82n8138{}^nC_7 2^{n-7} \frac{1}{3^7} = {}^nC_8 2^{n-8} \frac{1}{3^8} Divide both sides by 2n82^{n-8} and 137\frac{1}{3^7}: nC72n7(n8)=nC813837{}^nC_7 \cdot 2^{n-7 - (n-8)} = {}^nC_8 \cdot \frac{1}{3^8 \cdot 3^{-7}} nC721=nC8131{}^nC_7 \cdot 2^1 = {}^nC_8 \cdot \frac{1}{3^1} 2nC7=13nC82 \cdot {}^nC_7 = \frac{1}{3} \cdot {}^nC_8 Now, we use the identity for binomial coefficients: nCrnCr1=nr+1r\frac{{}^nC_r}{{}^nC_{r-1}} = \frac{n-r+1}{r}. Here, we have nC8{}^nC_8 and nC7{}^nC_7. Let r=8r=8, then r1=7r-1=7. So, nC8nC7=n8+18=n78\frac{{}^nC_8}{{}^nC_7} = \frac{n-8+1}{8} = \frac{n-7}{8}.

Substitute this into our equation: 2=13nC8nC72 = \frac{1}{3} \cdot \frac{{}^nC_8}{{}^nC_7} 2=13n782 = \frac{1}{3} \cdot \frac{n-7}{8} Now, solve for nn: 2=n7242 = \frac{n-7}{24} Multiply both sides by 2424: 2×24=n72 \times 24 = n-7 48=n748 = n-7 Add 77 to both sides: n=48+7n = 48 + 7 n=55n = 55


Tips and Common Mistakes to Avoid

  • Careful with 'a' and 'b': Ensure you correctly identify aa and bb in the binomial expression (a+b)n(a+b)^n. In this case, b=x3b = \frac{x}{3}, not just xx. The 13\frac{1}{3} factor is crucial.
  • Powers of the constant term: Don't forget to include the powers of the constant term (here, 2nr2^{n-r}) in the coefficient calculation.
  • Binomial Coefficient Identity: Remember and correctly apply the ratio identity for binomial coefficients: nCrnCr1=nr+1r\frac{{}^nC_r}{{}^nC_{r-1}} = \frac{n-r+1}{r}. This significantly simplifies the algebraic manipulation compared to expanding factorials.
  • Algebraic Simplification: Be meticulous with algebraic simplification, especially when dealing with exponents and fractions. A common mistake is to miscalculate 2n7/2n82^{n-7} / 2^{n-8} or 37/383^{-7} / 3^{-8}.

Summary

By correctly identifying the general term of the binomial expansion, extracting the coefficients of x7x^7 and x8x^8, and then equating them, we formed an equation involving nn. Utilizing the property of binomial coefficients nC8nC7=n78\frac{{}^nC_8}{{}^nC_7} = \frac{n-7}{8} allowed for straightforward algebraic manipulation to find the value of nn. The final answer is n=55n=55. This problem highlights the importance of understanding the general term formula and binomial coefficient identities.

Practice More Binomial Theorem Questions

View All Questions