Let $\Omega = \{(i,j):i,j=1,...,6\}, A= \{(i,j):i=1,3,5\}$, and $B=\{(i,j): i+j=8\}$. Find $P(A|B)$. Are $A$ and $B$ independent events?
$\Omega = \{1,2,3,4,5,6\}$, Then $P(A)= \frac{1}{2}$, and $B=(2,6),(3,5),(4,4),(5,3),(6,2)$ so $P(B)=\frac{1}{3}$
Then $P(A|B)=\frac{P(A\cap B)}{P(B)}= \frac{\frac{1}{2}\cdot\frac{5}{36}}{\frac{5}{36}}=\frac{1}{2}$
Am I on the right direction?