So basically I evaluate the following probability in two different ways and I get different answers
$P(A \cap B \cup C) = P((A \cap B) \cup C) = P(A \cap B) + P(C) - P(A \cap B \cap C)$
$P(A \cap B \cup C) = P(A \cap (B \cup C)) = P(A) + P(B \cup C) - P(A \cup B \cup C)$
But the terms on the RHS are not equal. Can someone please tell me what is wrong?
It's wrong because in general $(A \cap B) \cup C\neq A \cap (B \cup C)$.
Take for example $(\{0\} \cap \{1\}) \cup \{2\}=\{2\}\neq \varnothing=\{0\} \cap (\{1\} \cup \{2\})$.
Therefore it's also better not to write $A \cap B \cup C$ without brackets...