Probability
Calculator.
Modify the values in any of the four calculators below and the results update live. Find the union, intersection and complement of two independent events, solve for the missing probabilities from any two, compute repeated trials, or measure the area under a normal distribution between two bounds.
Values must be between 0 and 1. Highlighted fields are computed.
—
Enter μ, σ and the two bounds.
Probability of two events
Probability is the measure of the likelihood of an event occurring, quantified as a number between 0 and 1, with 1 meaning certainty and 0 meaning impossibility. In its most general form, probability equals desired outcomes ÷ total outcomes. The formulas below assume two events A and B are independent.
Complement of A and B
P(A') = 1 − P(A) P(B') = 1 − P(B)
Intersection · Union · XOR
P(A ∩ B) = P(A) × P(B) ; independent P(A ∪ B) = P(A) + P(B) − P(A ∩ B) P(A Δ B) = P(A) + P(B) − 2·P(A ∩ B) P((A ∪ B)') = 1 − P(A ∪ B)
Series of independent events
If P(A) is the probability of event A in one trial and it is repeated n independent times:
P(A all n times) = P(A)^n P(A never) = (1 − P(A))^n P(A at least once) = 1 − (1 − P(A))^n
Normal distribution
For a normal distribution with mean μ and standard deviation σ,
the probability that Lb ≤ X ≤ Rb is given by:
P(Lb ≤ X ≤ Rb) = Φ((Rb − μ) / σ) − Φ((Lb − μ) / σ)