how to test if A and B are mutually exclusive
P(AUB) = P(A) + P(B)
how to test if A and B are independent
P(A∩B) = P(A) x P(B)
four conditions needed to use the binomial distribution
when can you model a binomial distribution as normal distribution?
when X~B(n,p) where n is large and p≈0.5
how can you model a binomial distribution as normal distribution?
if X~B(n,p) then Y~N(np,npq) where q=1-p