I have a question which I have a hard time wrapping my head around it.
If I roll a dice three times, and I know that I got three different numbers, what is the probability that one of the numbers is $2$?
I thought to first calculate the probability to get different numbers which is:
$$\frac{6\cdot5\cdot4}{6^3} = \frac{5}{9}$$
Then I know you need to use here Bayes' law since we know we got different numbers. So it is:
$P$(getting $2$| getting different numbers) = $P$(getting different numbers $\cap$ getting $2$ | getting different numbers)
Here I got stuck. I think it is the probability of getting $2$ ($1/6$) and then divide it by $5/9$.
If you take into account the order of the rolls,
So the overall conditional probability is $\frac{20+20+20}{120}=\frac12$ of getting a $2$ if three different values are rolled.
A faster way is to say that there are three different values shown and three not shown. By symmetry, $2$ is equally likely to be in either set so has a conditional probability of $\frac36=\frac12$ of being rolled.