Binomial coefficients prove $\sum_{k=0}^{n} {n+1\choose k+1}=2^{n+1}-1 $

108 Views Asked by At

I need help solving this task, if anyone had a similar problem it would help me.

The task is: Prove

$$\sum_{k=0}^{n} {n+1\choose k+1}=2^{n+1}-1.$$

It is not clear to me why this $-1$ occurs.

Thanks in advance!

1

There are 1 best solutions below

0
On

For a combinatorial proof, count the nonempty subsets of $\{1,2,\dots,n+1\}$ in two ways. The RHS takes all subsets and subtracts $1$ for the empty set. The LHS conditions on the cardinality $k+1$ of the subset.