What are the 2 ways to define P[A]?
1) P[A] = P[A and B’] + P[A and B]
2) P[A] = 1 - P[A’]
What is DeMorgan’s Law?
(A and B)’ = (A’ or B’)
A or B)’ = (A’ and B’
P[A and B] = ???
P[A] + P[B] - P[A or B]
P[A or B] = ???
P[A] + P[B] - P[A and B]
What is the mode of a PMF/PDF?
It is the number that maximizes the function.