Show that $2^n>\frac{(n-1)n}{2}$ without using induction.
MY attempt :
$$1+2+3+...+(n-2)+(n-1)=\frac{n(n-1)}{2}$$
Since $2^n>n$,
$$2^n+2^n+2^n+...+2^n+2^n>\frac{n(n-1)}{2}$$
$$(n-1)2^n>\frac{n(n-1)}{2}$$
SO I'm getting an obvious fact :(
How to do it without induction?
Hint For $n \geq 2$ you have:
$$2^n=(1+1)^n= \sum_{k=0}^n \binom{n}{k} > \binom{n}{2}$$