This calculator is designed to determine the union and intersection probabilities based on the two independent events.
The probabilities for the two events are calculated using the following formulas:
P(A') = 1 - P(A)
P(B') = 1 - P(B)
P(A∩B) = P(A) × P(B)
P(A∪B) = P(A) + P(B) - P(A∩B)
P(AΔB) = P(A) + P(B) - 2P(A∩B)