How do you get$$ {X_i}+{X_j}{\sim}Binom(m,{p_i}+{p_j}) \\ from \\f(x_i,x_j)={m!\over{x_i!x_j!(m-x_i-x_j)!}}(p_i)^{x_i}(p_j)^{x_j}(1-p_i-p_j)^{m-x_i-x_j}\large? $$
$ My \; best \; try:$ The only thing I thought of was manipulating the formula to $f(x_i,x_j)=({m \choose x_i+x_j}(p_i+p_j)^{x_i+x_j}(1-(p_i+p_j)^{m-(x_i+x_j)})({ {x_i+x_j}\choose{x_i}}({p_i\over p_i+p_j})^{x_i}(1-{p_i\over p_i+p_j})^{(x_i+x_j)-x_i})=f(x_i+x_j)f(x_i|x_{k\neq i,j}) \\ with \\ f(x_i+x_j)\sim Binom(m,x_i+x_j) \; and \; f(x_i|x_{k\neq i,j}) \sim Binom(x_i+x_j,({p_i \over p_i+p_j})) \\$
Though I feel like this is wrong and I need something more to show the distribution for $X_i+X_j$