Table of Contents
Venn Diagrams in Probability
A Venn diagram is a visual representation of the relationships between sets or events. In probability, two overlapping circles represent events A and B, with the overlap representing their intersection (both events occurring). Venn diagrams make it easy to visualize unions, intersections, complements, and conditional probabilities.
The inclusion-exclusion principle states that P(A or B) = P(A) + P(B) - P(A and B). We subtract the intersection because it is counted twice when adding P(A) and P(B). This principle extends to three or more events and is fundamental to combinatorics and probability theory.
Formulas
Probability Rules
| Relationship | Condition | Formula |
|---|---|---|
| Mutually exclusive | P(A ∩ B) = 0 | P(A ∪ B) = P(A) + P(B) |
| Independent | P(A ∩ B) = P(A)P(B) | P(A|B) = P(A) |
| Complement | A and A' partition S | P(A) + P(A') = 1 |
Frequently Asked Questions
How do I know if events are independent?
Events A and B are independent if P(A and B) = P(A) x P(B). You can check this by computing P(A) x P(B) and comparing it to the given P(A and B). If they are equal, the events are independent; knowing one occurred gives no information about the other.
Can P(A or B) exceed 1?
No. Probabilities always fall between 0 and 1. The inclusion-exclusion principle guarantees this because P(A and B) is subtracted, preventing double-counting. If your inputs give P(A or B) > 1, the intersection value is too small for the given individual probabilities.