An unbiased six-sided die is to be rolled five times. Suppose all these trials are independent. Let $E_1$ be the number of times the die shows a 1, 2 or 3. Let $E_2$ be the number of times the die shows a 4 or a 5. Find $P(E_1 = 2, E_2 = 1)$.
I have tried to solve this question this way:
Total $6P6 = 720$.
1,2 and 3 can be placed in $2$ locations $= 3^2$
4 and 5 can be placed in 1 location $= 2^1$
and 6 can be placed in two locations $= 2^2$
The probability is $= 72/720 = 0.1$
Is this correct?
Close. You are rolling 5 dice, not 6. And you are not looking to permute the numbers, you are looking to find the number of ways you can roll 5 dice. You need to permute the $E_1$ and $E_2$ events. If 6 can be in two locations, then you have $1^2$ ways of placing 6 in 2 locations. Next, you need to permute the multiset:
$$\{E_1\cdot 2, E_2 \cdot 1, 6\cdot 2\}$$
There are
$$\dfrac{5!}{2!1!2!}$$
ways to permute this multiset.
So, the answer is:
$$\dfrac{3^2\cdot 2^1\cdot 1^2 \cdot \dfrac{5!}{2!1!2!}}{6^5} = \dfrac{5}{72}$$