We know that
$X$ follows $\mathrm{Bin}(n_1,p_1)$, $Y$ follows $\mathrm{Bin}(n_2,p_2)$, $X$ and $Y$ are independent. What does $X+Y$ follow?
I know the answer, that if $p_1=p_2=p$ then $X+Y$ follow $\mathrm{Bin}(n_1+n_2,p)$ but I do not quite get it. I tried to match $X+Y$ to the criterion of Bin distribution:
- Success/fail
- Independence, yes since Y and X are independent, and all $X$'s are independent with themselves, and all Y's are independent with themselves.
- same p. yes, If we are allowed to assume that.
Also, what more can we say about $X+Y$?