Set Operations and Probability Essentials
Understanding set operations is like learning a new language for describing groups and overlaps. The union (A∪B) means "either A or B or both" - think of it as everything that belongs to at least one group. The intersection (A∩B) is much stricter - it's only the stuff that's in both groups at the same time.
When you see A' (called "A complement"), that's everything that's NOT in group A. This connects directly to probability: if the chance of something happening is Pr(A), then the chance it doesn't happen is Pr(A') = 1 - Pr(A). Dead simple once you get it!
Mutually exclusive events can never happen at the same time - like rolling a 3 and a 5 on the same die. When events are mutually exclusive, Pr(A∩B) = 0 because there's no overlap possible.
Top Tip: When shading Venn diagrams, shade all the required bits for A and B separately first. For union, keep everything shaded. For intersection, only keep the overlapping bits!


