This is a question from Cambridge, Downing sample test
Using the definition $\left( \begin{array}{c} \text{n}\\ \text{k}\\ \end{array} \right) =\frac{\text{n!}}{\text{k!}\left( \text{n}-\text{k} \right) !} $ , prove that $ \sum_{\text{j}=0}^{\text{n}}{\left( \begin{array}{c} \text{n}\\ \text{j}\\ \end{array} \right) =2^{\text{n}}} $
Of course I know how to prove this by considering the subsets, or by binomial expansion.
But how to do it by definition? No idea about it.