This problem also comes with a second-half that then asks again to prove by induction that for every $n > 7$, $\displaystyle {n \choose k} < (n-3)!$ for each integer $k$.
I have gotten to what I think is the base case for the first half, but I am very lost. Any help?
The inequality is true for $n=9$ since $max({9 \choose k})={9 \choose 4}={9 \choose 5}=126<2^{9-2}$
Now we use the following identity
${{n+1} \choose k} = {n \choose k} + {n \choose {k-1}}$
If the inequality is true for $n>8$, then
${{n+1} \choose k} = {n \choose k} + {n \choose {k-1}}<2^{n-2}+2^{n-2}=2^{n+1-2}$ or simply
${{n+1} \choose k}<2^{n+1-2}$
Therefore, the inequality is true for all $n>8$ by induction.