If they are dependent, shouldn't the following formula hold?
$$P(A\cap B) = P(A)\cdot P(B\mid A)$$
If I enumerate, $$P(A\cap B) = \{ (4,3); (5,3); (6,3) \} = 3/36 $$
If I use the multiplication rule above, I do not get anything even close to $3/36$, what am I doing wrong?
Thank you.
let $m,n\in \{1,2,3,4,5,6\}$ be the result of first and second die respectively.
Let $A$ be the event that $n=3$, $B$ be the event that $m+n\ge 7$.
$$P(A)=\frac{6\cdot1}{6\cdot 6}=\frac{1}{6}$$ $$P(B\mid A)=P(m+n\ge 7 \mid n=3)$$ $$P(B\mid A)=\frac{3\cdot 6}{6\cdot 6}$$ and the result follows.