Toss two fair dice. There are $36$ outcomes in the sample space $\Omega$, each with probability $\frac{1}{36}$. Let:
- $A$ be the event '$4$ on first die'.
- $B$ be the event 'sum of numbers is $7$'.
- $C$ be the event 'sum of numbers is $8$'.
It says here $A$ and $B$ are independent. I don't understand why this is the case. What is the intuition behind this? Can someone offer an explanation to me that doesn't involve using the definition of $\mathbb{P}(A \cap B) = \mathbb{P}(A)\mathbb{P}(B)$?
My understanding is informally, an event is independent if the occurrence of one does not affect the probability of the other and vise versa. So if $A$ occurs, wouldn't that affect the probability of $B$? Since if I were to roll a $4$ on the first die, the sample space will be reduced and hence the probability of 'sum of numbers is $7$' will be affected?
It also says $A$ and $C$ are not independent and $B$ and $C$ are not independent. Why?
I think this is because I'm confusing independence with conditional probability?
Often events will only have one outcome, these examples you gave are somewhat artificially made. To have an example in which only real outcomes matter, see the example in my last paragraph.
– Pedro Mar 11 '15 at 08:42