

InterviewSolution
Saved Bookmarks
1. |
State the formula for the probability of occurrence of at least one event out of three events A, B and C. |
Answer» The formula for the probability of occurrence of at least one event out of three events A, B and C is as follows: P(A ∪ B ∪ C) = P(A) + P(B) + P(C) – P(A ∩ B) – P(A ∩ C) – P(B ∩ C) + P(A ∩ B ∩ C) |
|