I am given three natural numbers $n>x\geq k$ and trying to find the value of $$ \binom{n}{k}-\binom{n-x}{k} $$
I reached the following and not sure if I'm in the right path; $$ \frac{n!-(n-x)!\prod\limits_{i=1}{x}(n-x-k+i)}{k!(n-k)!\prod\limits_{i=1}{x}(n-x-k+i)} $$
I only need some hints so I can do it by myself. I also would like if someone give me a hint over the largest value of k (for a fixed $x$) where the result of subtraction will be more than the half of $\binom{n}{k}$.