probability - The union, intersection and complement of events - Cross Validated
Can someone help me understand when to use Union or Intersection in a probability question?
probability theory - Union of events as the Complement of their complements intersection - Mathematics Stack Exchange
Statistics question: union vs. “or”
Videos
$C$ (the symmetric difference of $A$ and $B$) is obtained by overlaying (intersecting) $A\cup B$ and $(A\cap B)^c$, whence $C = (A\cup B) \cap (A\cap B)^c$:

Another expression frequently used is $C = (A\cap B^c) \cup (B\cap A^c)$. The left-hand term is the pure red lune in the figure while the right-hand term is the pure blue lune; together, they form $C$.
Actually, you both got it wrong!
You're right in thinking that
$$\Omega=(A\cap B)^{C}\cup(A\cap B)$$
since it is true that, for any set $D$ in $\Omega$, $D^C \cup D=\Omega$.
However, $C$ is the part of $A\cup B$ such that only one of $A$ and $B$ occurs. In other words, you need both the event $(A\cup B)$ and the event $(A\cap B)^{C}$ to occur. Thus
$$C=(A\cap B)^{C}\cap(A\cup B)$$
which is what the book claimed was $\Omega$.
I'm having a hard time understanding when to use intersection or union. For example, there's this one question my professor gave me that I'm confused why he answered it the way he did.
There are 3 independent events A,B,C with each their own probabilities. I need to find the probability of event M where NONE of the three events occur. So my professor used intersection between the three events and found the probability of their complements. He then multiplied the probability of these 3 events together (I'm assuming because its an intersection) and got the answer
I just don't understand why he used intersection over union. Doesn't union represent ALL events? except now its the complement of all events.
Or do we use intersection because we want to find the probability of all events not happening, but they all have to "not" happen at the same time