Solution :
Let A be a finite set containing n elements. Let 0 ≤ r ≤ n.
Consider those subsets of A that have r elements each. We know that the number of ways in which r elements can be chosen out of n elements is nCr.
Therefore, the number of subsets of A having r elements each is nCr.
Hence, the total number of subsets of A
= nC0 + nC1 + nC2 + …. + nCn = (1+1)n = 2n.
[ Using binomial theorem ]