We have a multinomial distribution on $X=(X_1,\ldots,X_r)$ with the parameters $(n,p_1,\ldots,p_r)$
Now we will have to determine the distribution of $X=(X_1+X_2,X_3,\ldots,X_r)$
Does that mean we get from the multinomial distribution to the binomial distribution?
The only difference I notice that the first two parameters of the second tuple are added together. $X_1+X_2$
It means that you step over from $r$-nomial distribution to $r-1$-nomial distribution.
The parameters are now $(n,p_1+p_2,p_3,\dots,p_r)$.