Assume that $R$ is a set with $n$ elements. We know that the number of subsets of $R = 2^n$.
What does this statement have to do with the binomial coefficient?
Assume that $R$ is a set with $n$ elements. We know that the number of subsets of $R = 2^n$.
What does this statement have to do with the binomial coefficient?
There are $n$ subsets containing a single element. There are ${n \choose 2}$ subsets that contain two elements, ... and ${n \choose i}$ subsets that contain $i$ elements, where ${n \choose i} = {n! \over i!(n-i)!}$ is the binomial coefficient.
Add those up to find the total number of subsets:
$$\sum_{i=0}^n {n \choose i} = 2^n.$$
$(a+x)^n = \sum_{r=0}^{n}{C(n, r)a^rx^{n-r}}$
If $x = a$, then
=>$(a+a)^n = 2^na^n = \sum_{r=0}^{n}{C(n, r)a^n}$
=>$2^n = \sum_{r=0}^{n}{C(n, r)}$