I saw the following question and answer:
Q: True or false? Let X,Y be random discrete variables. If X has a binomial distribution with parameters n,p and Y binomial distribution with n_1,p, then X+Y has a binomial distribution with parameters n_1+n,p.
A: False, take Y=X, then X+Y=2X and 2X cant have a binomial distribution since its even.
I was wondering does the argument of the answer holds (so the even -> no bin distr), do you guys have an idea? Thanks in advance
In general, you are right indeed. If we take $X$ and $Y$ to be independent however, the statement is true.
To see this, remember that a binomial random variable with parameters $n,p$ is just saying how many of $n$ independent experiments with probability of succeeding $p$ succeeded.
Hence looking at $X+Y$ is like doing $n$ of those experiments, then doing $n_1$ of them, and adding up how many succeeded. This is exactly the same as doing $n+n_1$ experiments, and then counting how many worked.