Solveeit Logo

Question

Question: If for some positive integer n, coefficients of three consecutive terms in the binomial expansion of...

If for some positive integer n, coefficients of three consecutive terms in the binomial expansion of (1+x)n+5(1 + x)^{n+5} are in ratio 5 : 10 : 14, then the largest coefficient in this expansion is:

A

252

B

462

C

792

D

330

Answer

462

Explanation

Solution

Let the binomial expansion be (1+x)m(1+x)^m, where m=n+5m = n+5. The general term is Tr+1=(mr)xrT_{r+1} = \binom{m}{r} x^r. Let the three consecutive terms have indices kk, k+1k+1, and k+2k+2. Their coefficients are (n+5k)\binom{n+5}{k}, (n+5k+1)\binom{n+5}{k+1}, and (n+5k+2)\binom{n+5}{k+2}. Given ratio: (n+5k):(n+5k+1):(n+5k+2)=5:10:14\binom{n+5}{k} : \binom{n+5}{k+1} : \binom{n+5}{k+2} = 5 : 10 : 14 This gives two equations:

  1. (n+5k)(n+5k+1)=510=12\frac{\binom{n+5}{k}}{\binom{n+5}{k+1}} = \frac{5}{10} = \frac{1}{2}
  2. (n+5k+1)(n+5k+2)=1014=57\frac{\binom{n+5}{k+1}}{\binom{n+5}{k+2}} = \frac{10}{14} = \frac{5}{7} Using the formula (Nj)(Nj+1)=j+1Nj\frac{\binom{N}{j}}{\binom{N}{j+1}} = \frac{j+1}{N-j}: For equation 1, with N=n+5N=n+5 and j=kj=k: k+1(n+5)k=12    2(k+1)=n+5k    3k=n+3()\frac{k+1}{(n+5)-k} = \frac{1}{2} \implies 2(k+1) = n+5-k \implies 3k = n+3 \quad (*) For equation 2, with N=n+5N=n+5 and j=k+1j=k+1: (k+1)+1(n+5)(k+1)=57    k+2nk+4=57    7(k+2)=5(nk+4)    12k=5n+6()\frac{(k+1)+1}{(n+5)-(k+1)} = \frac{5}{7} \implies \frac{k+2}{n-k+4} = \frac{5}{7} \implies 7(k+2) = 5(n-k+4) \implies 12k = 5n+6 \quad (**) Solving the system of equations ()(*) and ()(**): From ()(*), n=3k3n = 3k-3. Substitute into ()(**): 12k=5(3k3)+612k = 5(3k-3) + 6 12k=15k15+612k = 15k - 15 + 6 12k=15k9    3k=9    k=312k = 15k - 9 \implies 3k = 9 \implies k = 3 Substitute k=3k=3 back into n=3k3n = 3k-3: n=3(3)3=93=6n = 3(3) - 3 = 9 - 3 = 6 So, n=6n=6. The binomial expansion is (1+x)n+5=(1+x)6+5=(1+x)11(1+x)^{n+5} = (1+x)^{6+5} = (1+x)^{11}. The largest coefficient in the expansion of (1+x)m(1+x)^m occurs at the middle term(s). For m=11m=11, the largest coefficients are (115)\binom{11}{5} and (116)\binom{11}{6}. (115)=11!5!(115)!=11!5!6!=11×10×9×8×75×4×3×2×1=462\binom{11}{5} = \frac{11!}{5!(11-5)!} = \frac{11!}{5!6!} = \frac{11 \times 10 \times 9 \times 8 \times 7}{5 \times 4 \times 3 \times 2 \times 1} = 462 The largest coefficient is 462.