ZovaTool

Probability Calculator

P(A ∪ B)
0.70
P(A ∩ B)
0.20
P(A|B)
0.50
P(B|A)
0.40
P(not A)
0.50
P(not B)
0.60
If independent: P(A∩B)
0.20
P(A or B), independent
0.70

How to use the Probability Calculator

  1. Pick a mode: two-event probability, combinations / permutations, binomial, Poisson, or normal-distribution Z-score.
  2. Enter the required inputs (p, n, k, μ, σ, etc.).
  3. Read the resulting probability, complement, and any related distribution probabilities.
Advertisement

Five probability rules that solve 80% of problems

P(A∪B) = P(A) + P(B) − P(A∩B). The intersection term is what trips people up — independent events multiply, dependent events need conditional probability.

Binomial: probability of exactly k successes in n trials. Use for fixed-trial yes/no scenarios like coin flips or product defects.

Poisson: rate-based counts (calls per hour, typos per page). Z-score tail probabilities convert any normal distribution to standard form for table lookups.