How it's calculated
P = favorable ÷ total (single-event mode)
Modes: basic = favorable ÷ total; union = P(A)+P(B)−P(A∩B); independent = P(A)·P(B); conditional = P(A∩B)÷P(B); at-least-once over n tries = 1 − (1−p)ⁿ. Complement = 1 − P.
Common questions
What is the at-least-one probability?
It is the chance an event happens at least once over n trials, found as one minus the chance it never happens.
What does P(A|B) mean?
It is the conditional probability of A given that B has already happened, which the conditional mode computes for you.