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

Question

Let the coefficients of three consecutive terms in the binomial expansion of (1+2x)n(1+2x)^n be in the ratio 2 : 5 : 8. Then the coefficient of the term, which is in the middle of those three terms, is __________.

Answer: 1

Solution

Elaborate Solution for Binomial Coefficient Ratios

1. Key Concept: The General Term in Binomial Expansion

The binomial theorem states that the expansion of (a+b)n(a+b)^n is given by: (a+b)n=k=0nnCkankbk(a+b)^n = \sum_{k=0}^{n} {^nC_k} a^{n-k} b^k The general term, often denoted as Tk+1T_{k+1} (the (k+1)(k+1)-th term from the beginning), is: Tk+1=nCkankbkT_{k+1} = {^nC_k} a^{n-k} b^k In this problem, we are dealing with the expansion of (1+2x)n(1+2x)^n. Here, a=1a=1 and b=2xb=2x. Substituting these into the general term formula: Tk+1=nCk(1)nk(2x)k=nCk2kxkT_{k+1} = {^nC_k} (1)^{n-k} (2x)^k = {^nC_k} 2^k x^k The coefficient of the (k+1)(k+1)-th term, Tk+1T_{k+1}, is therefore nCk2k{^nC_k} 2^k.

2. Defining the Coefficients of Three Consecutive Terms

Let the three consecutive terms be TrT_r, Tr+1T_{r+1}, and Tr+2T_{r+2}.

  • The term TrT_r corresponds to k=r1k = r-1 in our general term formula. So, its coefficient is Cr1=nCr12r1C_{r-1} = {^nC_{r-1}} 2^{r-1}.
  • The term Tr+1T_{r+1} corresponds to k=rk = r in our general term formula. So, its coefficient is Cr=nCr2rC_r = {^nC_r} 2^r. This will be the middle term.
  • The term Tr+2T_{r+2} corresponds to k=r+1k = r+1 in our general term formula. So, its coefficient is Cr+1=nCr+12r+1C_{r+1} = {^nC_{r+1}} 2^{r+1}.

We are given that the ratio of these three consecutive coefficients is 2:5:82 : 5 : 8. So, we can write: nCr12r1:nCr2r:nCr+12r+1=2:5:8{^nC_{r-1}} 2^{r-1} : {^nC_r} 2^r : {^nC_{r+1}} 2^{r+1} = 2 : 5 : 8

3. Forming Equations from the Ratios

We can form two separate equations from this given ratio.

Equation 1: Ratio of the first two coefficients nCr12r1nCr2r=25\frac{{^nC_{r-1}} 2^{r-1}}{{^nC_r} 2^r} = \frac{2}{5} To simplify the ratio of binomial coefficients, we use the identity: nCknCk1=nk+1k\frac{{^nC_k}}{{^nC_{k-1}}} = \frac{n-k+1}{k}. Therefore, nCr1nCr=rnr+1\frac{{^nC_{r-1}}}{{^nC_r}} = \frac{r}{n-r+1}. Substitute this back into the equation: rnr+12r12r=25\frac{r}{n-r+1} \cdot \frac{2^{r-1}}{2^r} = \frac{2}{5} rnr+112=25\frac{r}{n-r+1} \cdot \frac{1}{2} = \frac{2}{5} Multiply both sides by 2: rnr+1=45\frac{r}{n-r+1} = \frac{4}{5} Cross-multiply to get rid of the denominators: 5r=4(nr+1)5r = 4(n-r+1) 5r=4n4r+45r = 4n - 4r + 4 Rearrange the terms to get our first linear equation: 9r=4n+4(1)9r = 4n + 4 \quad \text{(1)}

  • Tip: A common mistake is to get the indices for the combination ratio inverted or to make an error in simplifying the powers of 2. Always simplify the constant terms (like 2r2^r) separately from the combinations.

Equation 2: Ratio of the second and third coefficients nCr2rnCr+12r+1=58\frac{{^nC_r} 2^r}{{^nC_{r+1}} 2^{r+1}} = \frac{5}{8} Using a similar identity for binomial coefficients: nCknCk+1=k+1nk\frac{{^nC_k}}{{^nC_{k+1}}} = \frac{k+1}{n-k}. So, nCrnCr+1=r+1nr\frac{{^nC_r}}{{^nC_{r+1}}} = \frac{r+1}{n-r}. Substitute this back into the equation: r+1nr2r2r+1=58\frac{r+1}{n-r} \cdot \frac{2^r}{2^{r+1}} = \frac{5}{8} r+1nr12=58\frac{r+1}{n-r} \cdot \frac{1}{2} = \frac{5}{8} Multiply both sides by 2: r+1nr=108=54\frac{r+1}{n-r} = \frac{10}{8} = \frac{5}{4} Cross-multiply: 4(r+1)=5(nr)4(r+1) = 5(n-r) 4r+4=5n5r4r + 4 = 5n - 5r Rearrange the terms to get our second linear equation: 9r=5n4(2)9r = 5n - 4 \quad \text{(2)}

4. Solving the System of Equations

Now we have a system of two linear equations with two variables (nn and rr):

  1. 9r=4n+49r = 4n + 4
  2. 9r=5n49r = 5n - 4 Since both equations are equal to 9r9r, we can set them equal to each other: 4n+4=5n44n + 4 = 5n - 4 Now, solve for nn: 4+4=5n4n4 + 4 = 5n - 4n 8=n8 = n So, n=8n=8.

Now, substitute the value of n=8n=8 into either Equation (1) or (2) to find rr. Let's use Equation (1): 9r=4(8)+49r = 4(8) + 4 9r=32+49r = 32 + 4 9r=369r = 36 r=369r = \frac{36}{9} r=4r = 4 Thus, we have found n=8n=8 and r=4r=4.

5. Identifying and Calculating the Middle Term's Coefficient

The problem asks for the coefficient of the term which is in the middle of those three consecutive terms. As established in Section 2, the three consecutive terms are TrT_r, Tr+1T_{r+1}, and Tr+2T_{r+2}. The middle term among these is Tr+1T_{r+1}. The coefficient of Tr+1T_{r+1} is nCr2r{^nC_r} 2^r. Substitute the values n=8n=8 and r=4r=4: Coefficient=8C424\text{Coefficient} = {^8C_4} 2^4 First, calculate the binomial coefficient 8C4{^8C_4}: 8C4=8!4!(84)!=8×7×6×54×3×2×1{^8C_4} = \frac{8!}{4!(8-4)!} = \frac{8 \times 7 \times 6 \times 5}{4 \times 3 \times 2 \times 1} 8C4=8×7×6×524=70{^8C_4} = \frac{8 \times 7 \times 6 \times 5}{24} = 70 Next, calculate 242^4: 24=2×2×2×2=162^4 = 2 \times 2 \times 2 \times 2 = 16 Finally, multiply these values to get the coefficient: Coefficient=70×16\text{Coefficient} = 70 \times 16 Coefficient=1120\text{Coefficient} = 1120

6. Summary and Key Takeaway

By correctly identifying the general term of the binomial expansion and setting up a system of equations based on the given ratio of consecutive coefficients, we were able to determine the values of nn and rr. This allowed us to find the specific middle term's coefficient as requested. The key was careful application of the binomial coefficient identities and systematic algebraic solving.

Practice More Binomial Theorem Questions

View All Questions
Let the coefficients of three consecutive terms in the binom... | JEE Main 2020 Binomial Theorem | JEE Main - Mathematicon