Suppose you flip a fair coin three times, find three events $A$, $B$, and $C$, such that no two of them are independent, but $P(A \cap B \cap C) = P(A)P(B)P(C)$
I am given the question above. From what I can tell, this is a trick question since:
$P(A \cap B \cap C) = P(A)P(B|A)P(C|B,A) = P(A)P(B)P(C)$
then
$P(B|A)$ must equal $P(B)$ (and the same for $P(C|B,A) = P(C)$), which means
$P(A \cap B) = P(A)P(B)$, that is, they are independent, which goes against the premise.
Am I missing something here or is this correct? (I feel like I'm missing something)
EDIT: If someone could answer this visually (using a venn diagram or something) I'd really appreciate it
Consider rolling a fair die.
Let $A = \{1,2,3\}$, $B=A$ and $C = \{2,4,5,6 \}$ where the sets stand for the outcome of the die.
Then we have $\mathbb{P}(A) = \mathbb{P}(B) = \frac{1}{2}$ and $\mathbb{P}(C)=\frac{2}{3}$. However, we have $\mathbb{P}(A \cap B ) = \mathbb{P}(A) \neq \mathbb{P}(A) \mathbb{P}(B)$, so $A$ and $B$ are dependent. Furthermore we have $\mathbb{P}(A \cap C) = \mathbb{P}( \{2\} ) = \frac{1}{6} \neq \frac{1}{3} = \mathbb{P}(A) \mathbb{P}(C)$, likewise for $B$ and $C$. So $A$,$B$ and $C$ are mutually dependent.
However, we have $\mathbb{P}(A \cap B \cap C) = \mathbb{P}(\{2\}) = \frac{1}{6} = \frac{1}{2} \frac{1}{2} \frac{2}{3} = \mathbb{P}(A) \mathbb{P}(B) \mathbb{P}(C)$.