The calculator provides five modes matching different input scenarios for three events A, B, and C. Mutually Independent mode assumes all three events are independent—each event's occurrence doesn't affect the others. Enter only P(A), P(B), and P(C), and the calculator computes all intersections by multiplication: P(A∩B) = P(A)×P(B), P(A∩C) = P(A)×P(C), P(B∩C) = P(B)×P(C), and P(A∩B∩C) = P(A)×P(B)×P(C). Use this mode for completely independent processes like rolling three separate dice.
Mutually Exclusive mode applies when events cannot occur simultaneously—if one happens, the others cannot. This forces all intersections to zero: P(A∩B) = P(A∩C) = P(B∩C) = P(A∩B∩C) = 0. The union simplifies to P(A∪B∪C) = P(A) + P(B) + P(C). Use for non-overlapping outcomes like rolling exactly 1, exactly 2, or exactly 3 on a single die.
Given P(A∩B∩C) mode starts with the triple intersection—all three events occurring together. Provide P(A), P(B), P(C), P(A∩B∩C), and the three pairwise intersections P(A∩B), P(A∩C), P(B∩C). The calculator uses the inclusion-exclusion principle to compute the union and derives all eight Venn diagram regions.
Given P(A∪B∪C) mode starts with the union—at least one event occurring. Provide P(A), P(B), P(C), P(A∪B∪C), and the three pairwise intersections. The calculator solves for P(A∩B∩C) by rearranging inclusion-exclusion: P(A∩B∩C) = P(A) + P(B) + P(C) - P(A∩B) - P(A∩C) - P(B∩C) - P(A∪B∪C).
Given Pairwise Intersections mode provides all three pairwise intersections P(A∩B), P(A∩C), P(B∩C) plus the triple intersection P(A∩B∩C). The calculator computes the union via inclusion-exclusion. This mode suits situations where you know how pairs relate but need overall coverage.