Question:

If the coefficients of three consecutive terms in the expansion of (1+x)n are in the ratio 1:5:20, then the coefficient of the fourth term of the expansion is?

Show Hint

Use the properties of binomial coefficients and ratios to determine terms in expansions efficiently.
Updated On: Mar 21, 2025
  • 3654
  • 3658
  • 3600
  • 1000
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Define the consecutive terms.
- Let the three consecutive terms be \(\binom{n}{r-1}, \binom{n}{r}, \binom{n}{r+1}\).
- The given ratio is:
\[ \binom{n}{r-1} : \binom{n}{r} : \binom{n}{r+1} = 1 : 5 : 20. \]
Step 2: Express the ratios.
- From the ratio \(\frac{\binom{n}{r}}{\binom{n}{r-1}} = 5\):
\[ \frac{\frac{n!}{r!(n-r)!}}{\frac{n!}{(r-1)!(n-r+1)!}} = 5 \implies \frac{(n-r+1)}{r} = 5. \]
\[ n - r + 1 = 5r \implies n = 6r - 1. \]
- From the ratio \(\frac{\binom{n}{r+1}}{\binom{n}{r}} = 4\):
\[ \frac{\frac{n!}{(r+1)!(n-r-1)!}}{\frac{n!}{r!(n-r)!}} = 4 \implies \frac{(n-r)}{r+1} = 4. \]
\[ n - r = 4r + 4 \implies n = 5r + 4. \]
Step 3: Solve for \(r\) and \(n\).
- Equating the two expressions for \(n\):
\[ 6r - 1 = 5r + 4 \implies r = 5, \quad n = 6(5) - 1 = 29. \]
Step 4: Find the coefficient of the fourth term.
- The fourth term corresponds to \(r = 3\):
\[ \binom{29}{3} = \frac{29 \times 28 \times 27}{3 \times 2 \times 1} = 3654. \]
Final Answer: The coefficient of the fourth term is \(3654\).
Was this answer helpful?
6
1

Concepts Used:

Binomial Expansion Formula

The binomial expansion formula involves binomial coefficients which are of the form 

(n/k)(or) nCk and it is calculated using the formula, nCk =n! / [(n - k)! k!]. The binomial expansion formula is also known as the binomial theorem. Here are the binomial expansion formulas.

This binomial expansion formula gives the expansion of (x + y)n where 'n' is a natural number. The expansion of (x + y)n has (n + 1) terms. This formula says:

We have (x + y)n = nC0 xn + nC1 xn-1 . y + nC2 xn-2 . y2 + … + nCn yn

General Term = Tr+1 = nCr xn-r . yr

  • General Term in (1 + x)n is nCr xr
  • In the binomial expansion of (x + y)n , the rth term from end is (n – r + 2)th .