Say the probability of event A happening is 0.3, event B is 0.2, event C is 0.3, the probability of (A and B) is 0.15, (A and C) is 0.2 and (B and C) is 0.22, and (A and B and C) is 0.05.
Is the probability of at least one happening:
P(A) + P(B) + P(C) - P(A and B) - P(A and C) - P(B and C) - P(A and B and C)?
Because I know P(A or B) = P(A) + P(B) - P(A and B), and I'm dealing with a P(A or B or C) here right, so I just adapted it.
