I have been trying to do a problem in a combinatorics textbook involving using binomial identities. The problem is :
"Determine $n,k \in \mathbb{N}$ from the equalities $\binom{n}{k-1} = 2002$ and $\binom{n}{k} = 3003$"
The chapter that the problem is associated with has a lot of identities involving binomial coefficients. Some identities included are :
- $\binom{n}{k} = \binom{n}{n-k} \; 0 \leq k \leq n$
- $\binom{n}{k} = \binom{n-1}{k} + \binom{n-1}{k-1} \; 1 \leq k \leq n$
- $\binom{n}{m} \binom{m}{k} = \binom{n}{k} \binom{n-k}{m-k} = \binom{n}{m-k}\binom{n-m+k}{k}$
Some other identities are also presented in examples.
I am not sure how to approach this problem. I can deduce that : \begin{equation} \frac{3}{2} = \frac{n-k+1}{k} \end{equation} given that : \begin{equation} \frac{3003}{2002} = \frac{1001}{1001} \frac{3}{2} = \frac{3}{2} \end{equation} and : \begin{equation} \frac{\binom{n}{k}}{\binom{n}{k-1}} = \frac{n-k+1}{k} \end{equation} But I am not sure how to use this information and the identities to solve for $n$ and $k$.
Does anyone know how to approach a problem like this? There are no examples in the text. Maybe if I see how this problem can be solved then others like in the text will be easier.
