We are given events A, B. If "the probability of at least one of A and B happens" translates to Pr($A$ ∪ $B$), and "at most one of A and B happens" is the complement of the former, would the probability be Pr($A$ ∪ $B$)c?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
The probability that at most one of $A$ or $B$ happens can be broken down into 3 disjoint cases: neither $A$ nor $B$ happens, $A$ but not $B$ happens, and $B$ but not $A$ happens. This is: $$Pr[(A \cup B)^c \cup (A \cap B^c) \cup (A^c \cap B)]$$ $$=Pr[(A \cap B^c) \cup (A^c \cap B^c) \cup (A^c \cap B)]$$ $$=Pr[(A \cup A^c) \cap B^c \cup A^c \cap(B^c \cup B)]$$ $$=Pr[B^c \cup A^c]$$ $$=Pr[(A\cap B)^c]$$ |
|||||
|