There are 3 types of flowers that can grow from planting a seed. $$P(\text{Daisy}) = \theta_1$$ $$P(\text{Rose}) = (1-\theta_1)\theta_2$$ $$P(\text{Sunflower}) = (1-\theta_1)(1-\theta_2)$$
The total number of flowers at the end is $n.$ If $X=(X_1, X_2, X_3)$ is the number of daisies, roses and sunflowers respectively, find the MLEs for $\theta_1$ & $\theta_2$ and $E[X_1]$ and $E[X_2]$ in term of the parameters $\theta_1$ & $\theta_2$.
I am aware that this is a multinomial distribution but I don't know how to go about finding the estimators for the parameters since there are 2 of them.