0

I have two stochastic variable $X\sim B(n,p)$ and $Y\sim B(m,p)$, I need to prove that $Z=X+Y \sim B(n+m,p)$.

Why is $$\sum_{k=0}^{u} \binom{n}{k} \binom{m}{u-k} = \binom{n+m}{u}$$

vitamin d
  • 5,783
Simone
  • 101
  • 4

1 Answers1

1

If you are selecting $(n+m)$ items, $u$ at a time, then, for each selection, you will end up with $k$ of the items, coming from the first $n$, where $k$ must be in $\{0,1,\cdots, u\}$. Of course, I am assuming that $u \leq n$ and $u \leq m$.

user2661923
  • 35,619
  • 3
  • 17
  • 39