I have problems proving this equality: $$1+\frac{n}{1!}+\frac{n*(n-1)}{2!}+\frac{n*(n-1)*(n-2)}{3!}+...+\frac{n*(n-1)...3*2}{(n-1)!}+\frac{n!}{n!}=2^n$$ Tried various options in inductive step of separating each addends that didn't help much.
EDIT: Any other way of solving this other then using Newton's binomial theorem ? I'm looking for a basic induction.
Hints:
$$\begin{align*}&\text{ Your sum is simply}\;\;\sum_{k=0}^n\binom nk=\sum_{k=0}^n\binom nk 1^k\cdot 1^{n-k}\\{}\\ &\text{ Newton's Binomial Theorem:}\;\;(a+b)^n=\sum_{k=0}^n\binom nk a^kb^{n-k}\end{align*}$$