Mr. Jones has three shirts: Red, Green and White. Each day he picks randomly a red shirt with probability of $\frac{1}{2}$, green with probability of $\frac{1}{3}$ and white with probability of $\frac{1}{6}$.
What is the probability that he wears all three shirts after 6 days?
My try:
$$\binom{6}{1}\binom{5}{1}\binom{4}{1}\frac{1}{2}\cdot\frac{1}{3}\cdot\frac{1}{6}\cdot[\binom{3}{2}(\frac{1}{2})^2\cdot[\frac{1}{3}+\frac{1}{6}]+[\binom{3}{2}(\frac{1}{3})^2\cdot[\frac{1}{2}+\frac{1}{6}]+[\binom{3}{2}(\frac{1}{6})^2\cdot[\frac{1}{2}+\frac{1}{3}]+\binom{3}{1}\binom{2}{1}\frac{1}{2}\cdot\frac{1}{3}\cdot\frac{1}{6}]$$
First, we pick possessions for red, green and white. Then, we multiply it by the other combinations possible of the other three possessions left, and summing it up (I didn't count all possibilities). The problem is the answer is bigger than 1, so it must be wrong. Also, I guess there is more elegant way.
Thanks in advance.
Let $R$ denote the event that he wears a red shirt in the $6$ days.
Let $G$ denote the event that he wears a green shirt in the $6$ days.
Let $W$ denote the event that he wears a white shirt in the $6$ days.
To be found is: $$P(R\cap G\cap W)=1-P(R^{\complement}\cup G^{\complement}\cup W^{\complement})=$$$$1-P(R^{\complement})-P(G^{\complement})-P(W^{\complement})+P(R^{\complement}\cap G^{\complement})+P(R^{\complement}\cap W^{\complement})+P(G^{\complement}\cap W^{\complement})=$$$$1-\left(\frac36\right)^6-\left(\frac46\right)^6-\left(\frac56\right)^6+\left(\frac16\right)^6+\left(\frac26\right)^6+\left(\frac36\right)^6$$