Show that ${n\choose k}\leq 2^n$ for all naturals with $0\leq k \leq n $.I know I need to use induction and for the base case $n=1$ what exactly am I showing?
2026-05-06 06:03:55.1778047435
On
Show that ${n\choose k}\leq 2^n$
436 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
Think about what the two terms mean. ${n \choose k}$ is the number of ways that you can choose $k$ elements out of a pack of $n$; $2^n$ is the size of the power set of $\{1,...,n\}$, in particular the number of ways that you can choose $r$ out of $n$, for any $r$. Thus clearly the first is a subset of the second, so the number of ways is less than or equal to.
Hope this helps give some motivation for why this is true! :)
Since $$ 2^n=(1+1)^n=\sum_{k=0}^n{n\choose k}, $$ it follows that $$ {n\choose k} \le 2^n\quad \forall k=0,1,\ldots,n. $$