All Exams Test series for 1 year @ ₹349 only
Question

In the expansion of (1 + x) 43 , if the coefficients of (2r + 1) th and (r + 2) th terms are equal, then what is the value of r (r ≠ 1)?

This question was previously asked in
NDA I 2018 GAT Previous Year Paper (22-Apr-2018)
The correct answer is

14

Understanding Binomial Expansion and Term Coefficients

The problem asks us to find the value of 'r' in the binomial expansion of \(\left(1 + x\right)^{43}\). Specifically, we are given that the coefficients of the \(\left(2r + 1\right)\text{th}\) term and the \(\left(r + 2\right)\text{th}\) term are equal, and that \(r \ne 1\).

The general term in the expansion of \(\left(1 + x\right)^n\) is given by \(T_{k+1} = \binom{n}{k} x^k\). The coefficient of the \(\left(k+1\right)\text{th}\) term is \(\binom{n}{k}\).

In our case, the expansion is \(\left(1 + x\right)^{43}\), so $n=43$.

Identifying the Coefficients

For the \(\left(2r + 1\right)\text{th}\) term, the term number is $2r + 1$. Comparing this to $k+1$, we have $k+1 = 2r + 1$, which means $k = 2r$. The coefficient of the \(\left(2r + 1\right)\text{th}\) term is \(\binom{43}{2r}\).

For the \(\left(r + 2\right)\text{th}\) term, the term number is $r + 2$. Comparing this to $k+1$, we have $k+1 = r + 2$, which means $k = r + 1$. The coefficient of the \(\left(r + 2\right)\text{th}\) term is \(\binom{43}{r+1}\).

Setting the Coefficients Equal

According to the problem statement, the coefficients of the \(\left(2r + 1\right)\text{th}\) and \(\left(r + 2\right)\text{th}\) terms are equal. Therefore, we have:

\(\binom{43}{2r} = \binom{43}{r+1}\)

Applying Binomial Coefficient Properties

We know a property of binomial coefficients that states if \(\binom{n}{a} = \binom{n}{b}\), then either $a = b$ or $a + b = n$.

In our equation, we have $n=43$, $a=2r$, and $b=r+1$. We will consider both cases:

Case 1: $a = b$

Set the lower indices equal:

$2r = r + 1$

Subtract 'r' from both sides:

$2r - r = 1$

$r = 1$

However, the problem statement explicitly says that \(r \ne 1\). Therefore, this case does not give us the required value of r.

Case 2: $a + b = n$

Set the sum of the lower indices equal to the upper index:

$2r + (r + 1) = 43$

Combine the terms with 'r':

$3r + 1 = 43$

Subtract 1 from both sides:

$3r = 43 - 1$

$3r = 42$

Divide by 3:

\(r = \frac{42}{3}\)

$r = 14$

Verifying the Value of r

The value $r=14$ satisfies the condition \(r \ne 1\). Also, the indices $2r$ and $r+1$ must be valid indices for the binomial coefficient \(\binom{43}{k}\), meaning they must be integers between 0 and 43 inclusive.

  • For $r=14$, $2r = 2(14) = 28$. Since \(0 \le 28 \le 43\), this index is valid.
  • For $r=14$, $r+1 = 14+1 = 15$. Since \(0 \le 15 \le 43\), this index is valid.

Thus, $r=14$ is the valid solution.

The problem asks for the value of r that satisfies the given condition and \(r \ne 1\). Our calculation yields $r=14$, which matches one of the provided options.

Term Number General Form (k+1) k value Coefficient
\(\left(2r+1\right)\text{th}\) $k+1 = 2r+1$ $k=2r$ \(\binom{43}{2r}\)
\(\left(r+2\right)\text{th}\) $k+1 = r+2$ $k=r+1$ \(\binom{43}{r+1}\)

Given \(\binom{43}{2r} = \binom{43}{r+1}\), we use the property \(\binom{n}{a} = \binom{n}{b} \implies a=b\) or $a+b=n$.

  • \(2r = r+1 \implies r=1\) (Rejected as \(r \ne 1\))
  • \(2r + (r+1) = 43 \implies 3r + 1 = 43 \implies 3r = 42 \implies r = 14\) (Accepted)

The value of r is 14.

Revision Table: Binomial Expansion Terms

Concept Description Formula/Example
Binomial Expansion Expanding powers of a binomial \((a+b)^n\). \((1+x)^n = \sum_{k=0}^n \binom{n}{k} x^k\)
General Term The $(k+1)$th term in the expansion. \(T_{k+1} = \binom{n}{k} a^{n-k} b^k\) (For \((a+b)^n\))
\(T_{k+1} = \binom{n}{k} x^k\) (For \((1+x)^n\))
Term Coefficient The numerical factor of a term. Coefficient of \(T_{k+1}\) is \(\binom{n}{k}\)
Binomial Coefficient Property Equality of \(\binom{n}{a}\) and \(\binom{n}{b}\). \(\binom{n}{a} = \binom{n}{b} \implies a=b\) or $a+b=n$

Additional Information: Combinations and their Properties

The binomial coefficient \(\binom{n}{k}\) is also known as a combination, representing the number of ways to choose $k$ items from a set of $n$ distinct items without regard to the order of selection. It is calculated using the formula:

\(\binom{n}{k} = C(n, k) = \frac{n!}{k!(n-k)!}\)

where $n!$ (n factorial) is the product of all positive integers up to n (\(n! = n \times (n-1) \times \dots \times 2 \times 1\)), and $0! = 1$.

Key properties of binomial coefficients include:

  • Symmetry: \(\binom{n}{k} = \binom{n}{n-k}\). This property is directly related to the second case ($a+b=n$) used in the solution. If the coefficient of the \(\left(k+1\right)\text{th}\) term, \(\binom{n}{k}\), is equal to the coefficient of another term, \(\binom{n}{j}\), then either $k=j$ or $k+j=n$. The indices $k$ and $j$ correspond to the 'k' value in the \(T_{k+1}\) formula. In our problem, the terms are the \(\left(2r+1\right)\text{th}\) and \(\left(r+2\right)\text{th}\) terms, corresponding to $k$ values $2r$ and $r+1$ respectively. So, we set \(\binom{43}{2r} = \binom{43}{r+1}\), leading to $2r = r+1$ or $2r + (r+1) = 43$.
  • Summation: \(\sum_{k=0}^n \binom{n}{k} = 2^n\). The sum of all coefficients in the expansion of \((1+x)^n\) is \(2^n\).
  • Pascal's Identity: \(\binom{n}{k} = \binom{n-1}{k-1} + \binom{n-1}{k}\). This identity is the basis for constructing Pascal's triangle, where each number is the sum of the two numbers directly above it.

Understanding these properties is crucial for solving problems involving binomial expansion coefficients.

Was this answer helpful?

Similar Questions

  1. What is the coefficient of the middle term in the binomial expansion of (2 + 3x) 4?

  2. How many terms are there in the expansion of (3x - y)4(x + 3y)4 ?  

  3. What is T1 + 2T2 + 3T3 + ... + nTn equal to ?

  4. What is 1 - T1 + 2T2 - 3T3 + ... + (-1)nnTequal to ? 

  5. What is the greatest integer among the following by which the number 5 5+ 7 5is divisible?

  6. How many terms are there in the expansion of (1 + 2x + x 2) 5+ (1 + 4y + 4y 2) 5?

  7. Let the coefficient of the middle term of the binomial expansion of (1 + x) 2n be α and those of two middle terms of the binomial expansion of (1 + x) 2n - 1 be β and γ. Which one of the following relations is correct?

  8. What is the number of non-zero terms in the expansion of (1 + 2√3x) 11 + (1 – 2√3x) 11 (after simplification)?

  9. If the coefficients of a mand a nin the expansion of (1 + a) m + n are α and β, then which one of the following is correct?

  10. In the expansion of (1 + x) 50 , the sum of the coefficients of odd powers of x is


Important Questions from Binomial Theorem

  1. Find the sum of the coefficients in the expansion of $(x - 2y + 3z)^4 \cdot (x^2 + y - z^3)^3$.

  2. What is the coefficient of the middle term in the binomial expansion of (2 + 3x) 4?

  3. If (1 + 2x + x2)n\(\displaystyle\sum_{r = 0}^{2n} a_r x^r\) then ar =

  4. How many terms are there in the expansion of (3x - y)4(x + 3y)4 ?  

  5. The statement (52n – 1) is always divisible by

Need Expert Advice?
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
503 Tests 1 Tests Free
1066 Attempts
4.6(137)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App