I need to prove the following using the binomial theorem
$${n \choose k} = {n-2 \choose k} + 2{n-2 \choose k-1} + {n-2 \choose k-2}$$
The binomial theorem states $$(1+x)^n = \sum_{k=0}^n {n \choose k} x^k$$
I'm trying to use $(1+x)^n = (1+x)^2(1+x)^{n-2}$ but i dont know how to go from there?