For a multinomial distribution where there are n trials, and three options, thus $X_1$, $X_2$, $X_3$, where all three options have an equal probability of occuring ($p_1=1/3$), what is the expected values $E(Y)$ and variance $V(Y)$ of the function Y where $Y=X_1-(X_2 + X_3)$.
I know that for the $E(X_i)=np_i $ and $V(X_i)=np_iq_i $.
But I'm lost in how to implement the function Y.
Any help greatly appreciated