I'm stuck on this problem, any help would be appreciated.
Find all $n \in \mathbb{Z}$ which satisfy the following equation:
$${12 \choose n} = \binom{12}{n-2}$$
I have tried to put each of them into the factorial equation and then making them equal each other and manipulating a bit, although I get stuck at:
$$(12 - k)!\cdot k! - (14 - k)!\cdot (k - 2)! = 0$$
Maybe I'm on the completely wrong path? Maybe I just had a mathematical error?
Thanks in advance!
Which reduces to $$(12-k)! \cdot k(k-1) \cdot (k-2)!=(14-k)(13-k)\cdot (12-k)!\cdot (k-2)!$$
$$\implies k(k-1)=(14-k)(13-k)$$
Alternatively, we know $$\binom nr=\binom n{n-r}$$ and $\binom nr\ne \binom ns$ for $s\ne r,n-r$
So, $n+(n-2)=12$