I am trying to get used to the binomial notation. The general forumla for it is:
$$\binom{k}{n}=\dfrac{k(k-1)(k-2)\cdots(k-n+1)}{k!}$$
So let take $\binom{k-4}{2}$, that is going to equal to \begin{align} & \frac{k(k-1)(k-2)\cdots(k-4-2+1)}{2!} \\[8pt] = {} &\frac{k(k-1)(k-2)\cdots(k-5)}{2} \end{align}
Is this the correct result?
We have that
$$\binom{k}{n}=\dfrac{k!}{n!(k-n)!}=\dfrac{k(k-1)(k-2)...(k-n+1)}{n!}$$
and then
$$\binom{k-4}{2}=\dfrac{(k-4)!}{2!(k-6)!}=\dfrac{(k-4)(k-5)(k-6)!}{2!(k-6)!}=\dfrac{(k-4)(k-5)}{2}$$