Formulate Newton's binomial's solution and, using that, deduce that this formula is true: $${n\choose 0} + {n\choose 1} + \cdots + {n\choose n-1}+{n\choose n} = 2^n$$
I know that Newton's binomial is $$(a+b)^n={n\choose 0}a^n + {n\choose 1}a^{n-1}b +\cdots +{n\choose n-1}ab^{n-1} + {n\choose n}b^n$$
Can anybody help me with the second part? Thank you