I'm solving exercises about Pascal's triangle and Binomial theorem, and this problem showed up, however I don't have any clue on how to solve it
The sum of ${n\choose p}$ from $p=0$ to $n$ is the same thing as $(1+1)^n=2^n$, how can I use this information? Maybe comparing with another summation that equals to n?
Use Bernoulii inequality, which is true for all $x>-1$: $$ (1+x)^n\geq 1+nx$$ so $$(1+1)^n \geq 1+n\cdot 1 >n$$