Given P(A∩B) mode starts with intersection—probability both events occur together. This mode suits situations where joint occurrence is measured directly but union isn't immediately known. Enter P(A), P(B), and P(A∩B), and the calculator applies the addition rule: P(A∪B) = P(A) + P(B) - P(A∩B).
For example, P(A)=0.6, P(B)=0.5, P(A∩B)=0.3 yields union 0.6 + 0.5 - 0.3 = 0.8. The subtraction of P(A∩B) corrects for double-counting the overlap. The calculator validates that P(A∩B) ≤ min(P(A), P(B))—intersection cannot exceed either individual probability.
The calculator computes conditional probabilities from the intersection: P(A|B) = P(A∩B)/P(B) = 0.3/0.5 = 0.6, and P(B|A) = P(A∩B)/P(A) = 0.3/0.6 = 0.5. These derivations appear in step-by-step calculations, showing division operations.
Given P(A∪B) mode reverses the process, starting with union—probability at least one event occurs. This mode helps when total coverage is known but overlap isn't. Enter P(A), P(B), and P(A∪B), and the calculator rearranges the addition rule: P(A∩B) = P(A) + P(B) - P(A∪B).
For P(A)=0.6, P(B)=0.5, P(A∪B)=0.9, intersection becomes 0.6 + 0.5 - 0.9 = 0.2. The calculator validates P(A∪B) ≥ max(P(A), P(B))—union must at least cover the larger individual probability. It also checks P(A∪B) ≤ 1.0.
Both modes derive the complete probability space: complements, conditional probabilities, and exclusive regions (A without B, B without A, neither). The Venn diagrams clearly show how intersection and union relate geometrically, with shading indicating each probability's region.