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

What is C(n, 1) + C(n, 2) + _ _ _ _ _ + C(n, n) equal to

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

1 + 2 + 2 2 + 2 3 + _ _ _ _ _ _ + 2 n - 1

Understanding the Sum of Binomial Coefficients C(n, k)

The question asks for the value of the sum of binomial coefficients from C(n, 1) up to C(n, n). This sum can be written as:

\(\sum_{k=1}^{n} C(n, k) = C(n, 1) + C(n, 2) + \dots + C(n, n)\)

Relating to the Binomial Theorem

The binomial theorem provides a way to expand \((a+b)^n\). For our purpose, let's consider the expansion of \((1+x)^n\):

\((1+x)^n = C(n, 0)x^0 + C(n, 1)x^1 + C(n, 2)x^2 + \dots + C(n, n)x^n\)

This can be written using summation notation as:

\((1+x)^n = \sum_{k=0}^{n} C(n, k) x^k\)

Using a Specific Case (x=1)

Let's substitute \(x=1\) into the binomial expansion:

\((1+1)^n = \sum_{k=0}^{n} C(n, k) 1^k\)

\(2^n = \sum_{k=0}^{n} C(n, k) \cdot 1\)

\(2^n = C(n, 0) + C(n, 1) + C(n, 2) + \dots + C(n, n)\)

This shows that the sum of all binomial coefficients for a given n, from k=0 to n, is equal to \(2^n\).

Finding the Required Sum

The sum we need to find is \(C(n, 1) + C(n, 2) + \dots + C(n, n)\). Notice that the total sum \(\sum_{k=0}^{n} C(n, k)\) includes the term \(C(n, 0)\), which is not in the required sum.

We know that:

\(\sum_{k=0}^{n} C(n, k) = C(n, 0) + [C(n, 1) + C(n, 2) + \dots + C(n, n)]\)

We also know that \(C(n, 0)\) is the number of ways to choose 0 items from n, which is always 1.

\(C(n, 0) = \frac{n!}{0!(n-0)!} = \frac{n!}{1 \cdot n!} = 1\)

So, substituting the values we have:

\(2^n = 1 + [C(n, 1) + C(n, 2) + \dots + C(n, n)]\)

Rearranging the equation to find the required sum:

\(C(n, 1) + C(n, 2) + \dots + C(n, n) = 2^n - 1\)

Checking the Options

Now let's examine the given options to see which one equals \(2^n - 1\). The options are presented as sums of powers of 2. These are geometric series.

The sum of a geometric series \(a + ar + ar^2 + \dots + ar^{m-1}\) with first term \(a\), common ratio \(r\), and \(m\) terms is given by \(S_m = a \frac{(r^m - 1)}{r - 1}\) (for \(r \neq 1\)).

Let's evaluate each option:

Option Series First Term (a) Ratio (r) Number of Terms (m) Sum (\(S_m\))
1 \(2 + 2^2 + \dots + 2^n\) 2 2 n \(2 \frac{(2^n - 1)}{2 - 1} = 2(2^n - 1) = 2^{n+1} - 2\)
2 \(1 + 2 + 2^2 + \dots + 2^n\) 1 2 n+1 \(1 \frac{(2^{n+1} - 1)}{2 - 1} = 2^{n+1} - 1\)
3 \(1 + 2 + 2^2 + \dots + 2^{n-1}\) 1 2 n \(1 \frac{(2^n - 1)}{2 - 1} = 2^n - 1\)
4 \(2 + 2^2 + \dots + 2^{n-1}\) 2 2 n-1 \(2 \frac{(2^{n-1} - 1)}{2 - 1} = 2(2^{n-1} - 1) = 2^n - 2\)

Comparing our result \(2^n - 1\) with the sums of the options, we see that Option 3 matches the required value.

Therefore, \(C(n, 1) + C(n, 2) + \dots + C(n, n)\) is equal to \(1 + 2 + 2^2 + \dots + 2^{n-1}\).

Was this answer helpful?

Similar Questions

  1. What is the sum of the coefficients of first and last terms in the expansion of (1 + x) 2n , where n is a natural number?

  2. Consider the expansion of (1 + x) n. Let p, q, r and s be the coefficients of first, second, nth and (n + 1)th terms respectively. What is (ps + qr) equal to?

  3. What is the value of

    C(51, 21) - C(51, 22) + C(51, 23) - C(51, 24) + C(51, 25) - C(51, 26) + C(51, 27) - C(51, 28) + C(51, 29) - C(51, 30) ?

  4. What is the value of 2(2 × 1) + 3(3 × 2× 1 ) + 4(4 ×  3×  2×  1) + 5(5 ×  4×  ×  2×  1) + .................. + 9(9 ×  8×  7×  6×  5×  4×  3×  2×  1) + 2 ?

  5. Under what condition the coefficients of x 2 and x 4 are equal ?

  6. How many terms are there in the expansion of \(\left(1 + \frac{2}{x}\right)^9\left(1-\frac{2}{x}\right)^9 ? \)

  7. What is \(\displaystyle\sum_{r=0}^n\) 2 r  C(n, r) equal to ?
  8. What is the value of q if the coefficients of x 3 and x 6 are equal ?

  9. What is the ratio of the coefficients of middle terms in the expansion (when expanded in ascending powers of x)?

  10. Consider the following statements:

    1. \(\frac{n!}{3!}\)  is divisible by 6, where n > 3

    2.  \(\frac{n!}{3!}+3 \)  is divisible by 7, where n > 3

    Which of the above statements is/are correct?


Important Questions from Binomial Expansion

  1. The value of \(^{47}C_4 + \displaystyle\sum_{r=1}^5 {^{52-r}C_3}\) is equal to:

  2. If the rth term in the expansion of \(\left( \dfrac{x}{3} - \dfrac{2}{x^2} \right)^{10}\)contains x4, then rth term is equal to

  3. For every integer n > 2 the sum of the expansions \(1 - {}^n{C_1} + {}^n{C_2} + - - - {( - 1)^n}{}.^n{C_n}\) is______

  4. What is the coefficient of x101y99 in the expansion of (2x - 3y)200?

  5. If $x = \frac{1}{4}$, then the greatest term in the expansion of $(2 + 3x)^{15}$ will be

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