I have a question which says two discrete random variables $X, Y$ have joint probability function $$ f(x,y) = {n\choose {x, y, n-x-y}}p^xq^y(1-p-q)^{n-x-y} $$ Then the question asks for the distribution of $T = X+Y$. It is easy to see that $T$ counts the number of occurrences of $X$ or $Y$, so $T\sim\text{Binomial}(n, p+q)$. However, from $f(x, y)$ we can expect the marginal probability functions $f_X$ and $f_Y$ to behave like binomial distributions as well, since for $f_X$ we are simply counting $X$ and "not $X$" (analogously for $Y$), so $X\sim\text{Binomial}(n,p)$ and $Y\sim\text{Binomial}(n,q)$.
However, this question seems to make much more a fuss about the sum of binomial distributions not having an easy formula. So who is correct? Is the sum of binomial distributions with same $n$ but different probabilities distributed like a binomial distribution with $n$ trials and probability = to the sum of probabilities?${}^1$ Does it work in this case because my $X$ and $Y$ are dependent?
$1$ - I'm inclined not to believe this because it would imply that if $X\sim\text{Binomial}(n,p)$, then $kX\sim\text{Binomial}(n,kp)$, and $kp$ is unbounded, so it can be greater than $1$, which doesn't make any sense.