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

Question

For a positive integer n, (1+1x)n{\left( {1 + {1 \over x}} \right)^n} is expanded in increasing powers of x. If three consecutive coefficients in this expansion are in the ratio, 2 : 5 : 12, then n is equal to________.

Answer: 1

Solution

Key Concept: Binomial Expansion and Ratios of Coefficients

The binomial theorem states that for any positive integer nn, the expansion of (a+b)n(a+b)^n is given by: (a+b)n=k=0n(nk)ankbk(a+b)^n = \sum_{k=0}^n \binom{n}{k} a^{n-k} b^k where (nk)=n!k!(nk)!\binom{n}{k} = \frac{n!}{k!(n-k)!} is the binomial coefficient.

For the given expansion (1+1/x)n(1 + 1/x)^n, we can treat a=1a=1 and b=1/xb=1/x. The general term is: Tk+1=(nk)(1)nk(1x)k=(nk)xkT_{k+1} = \binom{n}{k} (1)^{n-k} \left(\frac{1}{x}\right)^k = \binom{n}{k} x^{-k} The problem states the expansion is in "increasing powers of x". To achieve this, we consider the terms as coefficients of xpx^p. If we write (1+1/x)n=(x+1x)n=1xn(x+1)n(1+1/x)^n = \left(\frac{x+1}{x}\right)^n = \frac{1}{x^n} (x+1)^n. Then, (x+1)n=k=0n(nk)xk(1)nk=k=0n(nk)xk(x+1)^n = \sum_{k=0}^n \binom{n}{k} x^k (1)^{n-k} = \sum_{k=0}^n \binom{n}{k} x^k. So, (1+1/x)n=k=0n(nk)xkn(1+1/x)^n = \sum_{k=0}^n \binom{n}{k} x^{k-n}. As kk increases from 00 to nn, the power knk-n increases from n-n to 00. The coefficients of these terms are (n0),(n1),,(nn)\binom{n}{0}, \binom{n}{1}, \ldots, \binom{n}{n}. Let three consecutive coefficients in this expansion be (nr1)\binom{n}{r-1}, (nr)\binom{n}{r}, and (nr+1)\binom{n}{r+1} for some integer rr.

A crucial property of binomial coefficients is their ratio: (nk)(nk1)=nk+1kand(nk)(nk+1)=k+1nk\frac{\binom{n}{k}}{\binom{n}{k-1}} = \frac{n-k+1}{k} \quad \text{and} \quad \frac{\binom{n}{k}}{\binom{n}{k+1}} = \frac{k+1}{n-k}

Step-by-step Derivation

We are given that three consecutive coefficients are in the ratio 2:5:122:5:12. Let these be Cr1,Cr,Cr+1C_{r-1}, C_r, C_{r+1} such that Cr1=(nr1)C_{r-1} = \binom{n}{r-1}, Cr=(nr)C_r = \binom{n}{r}, and Cr+1=(nr+1)C_{r+1} = \binom{n}{r+1}.

1. Set up the first ratio: The ratio of the first two consecutive coefficients is given as 2:52:5. Cr1Cr=25\frac{C_{r-1}}{C_r} = \frac{2}{5} Substituting the binomial coefficient definitions: (nr1)(nr)=25\frac{\binom{n}{r-1}}{\binom{n}{r}} = \frac{2}{5} Using the ratio formula (nk1)(nk)=knk+1\frac{\binom{n}{k-1}}{\binom{n}{k}} = \frac{k}{n-k+1} (with k=rk=r): rnr+1=25\frac{r}{n-r+1} = \frac{2}{5} To eliminate the denominators, we cross-multiply: 5r=2(nr+1)5r = 2(n-r+1) Distribute the 2 on the right side: 5r=2n2r+25r = 2n - 2r + 2 Collect terms involving rr on one side: 5r+2r=2n+25r + 2r = 2n + 2 7r=2n+2(Equation 1)7r = 2n + 2 \quad \text{(Equation 1)} This equation establishes a relationship between nn and rr based on the first given ratio.

2. Set up the second ratio: The ratio of the next two consecutive coefficients is given as 5:125:12. CrCr+1=512\frac{C_r}{C_{r+1}} = \frac{5}{12} Substituting the binomial coefficient definitions: (nr)(nr+1)=512\frac{\binom{n}{r}}{\binom{n}{r+1}} = \frac{5}{12} Using the ratio formula (nk)(nk+1)=k+1nk\frac{\binom{n}{k}}{\binom{n}{k+1}} = \frac{k+1}{n-k} (with k=rk=r): r+1nr=512\frac{r+1}{n-r} = \frac{5}{12} To eliminate the denominators, we cross-multiply: 12(r+1)=5(nr)12(r+1) = 5(n-r) Distribute terms on both sides: 12r+12=5n5r12r + 12 = 5n - 5r Collect terms involving rr on one side and nn on the other, or rearrange into standard form: 12r+5r=5n1212r + 5r = 5n - 12 17r=5n12(Equation 2)17r = 5n - 12 \quad \text{(Equation 2)} This equation provides a second relationship between nn and rr.

3. Solve the system of linear equations: Now we have a system of two linear equations with two variables, nn and rr:

  1. 7r=2n+27r = 2n + 2
  2. 17r=5n1217r = 5n - 12

From Equation 1, we can express rr in terms of nn: r=2n+27r = \frac{2n+2}{7} Substitute this expression for rr into Equation 2: 17(2n+27)=5n1217\left(\frac{2n+2}{7}\right) = 5n - 12 To eliminate the fraction, multiply the entire equation by 7: 17(2n+2)=7(5n12)17(2n+2) = 7(5n - 12) Distribute and simplify both sides: 34n+34=35n8434n + 34 = 35n - 84 Now, collect terms involving nn on one side and constant terms on the other: 34+84=35n34n34 + 84 = 35n - 34n 118=n118 = n Therefore, n=118n = 118.

4. Verify the value of r: Since nn must be a positive integer, n=118n=118 is a valid value. We can find rr using Equation 1: 7r=2(118)+27r = 2(118) + 2 7r=236+27r = 236 + 2 7r=2387r = 238 r=2387r = \frac{238}{7} r=34r = 34 Since r=34r=34 is an integer, the coefficients (11833)\binom{118}{33}, (11834)\binom{118}{34}, (11835)\binom{118}{35} are well-defined. The conditions for binomial coefficients require 0r1<r<r+1n0 \le r-1 < r < r+1 \le n, which 33<34<3511833 < 34 < 35 \le 118 satisfies.

Tips and Common Mistakes to Avoid

  • Correct Ratio Formula: Always ensure you use the correct form of the ratio formula. A common mistake is to invert the ratio or incorrectly substitute kk.
    • (nk)(nk1)=nk+1k\frac{\binom{n}{k}}{\binom{n}{k-1}} = \frac{n-k+1}{k}
    • (nk1)(nk)=knk+1\frac{\binom{n}{k-1}}{\binom{n}{k}} = \frac{k}{n-k+1}
  • Algebraic Precision: Be very careful with algebraic manipulations, especially when cross-multiplying and distributing terms. Small errors can lead to incorrect values for nn and rr.
  • Integer Check: Remember that nn must be a positive integer, and rr (the index of the term) must be a non-negative integer within the bounds of nn for the binomial coefficients to be valid.

Summary

By correctly applying the ratio property of consecutive binomial coefficients and carefully solving the resulting system of linear equations, we found the value of nn. The problem highlights the importance of understanding the general term of a binomial expansion and the relationships between its coefficients. The value of nn that satisfies the given conditions is 118118.

Practice More Binomial Theorem Questions

View All Questions