Let $X,Y$ be two independent negative binomial distributed random variables: $X\sim NB(r,p)$ and $Y\sim NB(s,p)$. Show that: $$X+Y\sim B(r+s,p)$$
Remark: So where I'm stucked? I failed to show that $$ \sum_{j=0}^k\binom{j+r-1}j\cdot \binom{k-j+s-1}{k-j}=\binom{k+r+s-1}k.$$If I have this identity, I can solve this exercise. First I thought that this is the Vandermonde identity, but it isn't. So, how can I show this identity? I know that I can solve this exercise by using the fact that a negative binomial distributed RV is a sum of geometric distributed RV, but i want to show it with my attempt.
Thank you for your help.