I haven't touched probability for a long time, and now I'm a bit rusty.
I am trying to understand this very basic question:
Given two fair dice, what is the probability that the sum of their results is $6$, given that one of the dice shows $4$?
The official answer is $\frac{2}{11}$. How come?
Let $(a,b)$ mean that $a$ came on the first dice and $b$ came on the second dice during a roll. It is given that one of these is a $4$.
The sample space consists of $11$ elements : $(4,1),(4,2),(4,3),(4,4),(4,5),(4,6)$ and everything flipped except for the $(4,4)$, which comes the same when flipped, so we don't count it twice. Hence there are $11$ elements, and out of these, two sum to $6$, namely $(4,2)$ and $(2,4)$. So the answer is $\frac{2}{11}$.