In other words, prove $${n \choose 2} =\frac{n(n+1)}{2}$$
I am attempting to solve this proof using combinatorics. I know that by definition, $${n \choose 2} = \frac{n!}{2!(n-2)!}$$
So equivalently $$\frac{n(n+1)}{2}=\frac{n!}{2(n-2)!}$$
$$\frac{n(n+1)}{2}=\frac{n(n-1)(n-2)!}{2(n-2)!}$$
$$\frac{n(n+1)}{2}=\frac{n(n-1)}{2}$$
But how is this possible? I appreciate any input–thanks in advance!