Probability formula solvers
Classical Probability
ProbabilityStatisticsProbability of an event as the number of favourable outcomes divided by the total number of equally likely outcomes.
Complement Rule
ProbabilityStatisticsThe chance an event does not happen is one minus the chance it does, because every trial must end in one case or the other.
Addition Rule (Mutually Exclusive Events)
ProbabilityStatisticsFor events that cannot both happen, the chance that either one occurs is simply the sum of their separate probabilities.
General Addition Rule
ProbabilityStatisticsThe chance that either of two events happens, correcting the simple sum by subtracting the overlap that would be counted twice.
Multiplication Rule (Independent Events)
ProbabilityStatisticsWhen one event has no influence on the other, the chance that both occur is the product of their separate probabilities.
Conditional Probability
ProbabilityStatisticsThe chance of A once B is known to have happened, found by rescaling the overlap to the reduced sample space B.
General Multiplication Rule
ProbabilityStatisticsChance that both events happen when the second depends on the first, as in drawing two cards without replacement from a deck.
Bayes' Theorem (Two Hypotheses)
ProbabilityStatisticsUpdates a prior belief into a posterior after evidence arrives, weighing the true-positive rate against the false-positive rate.
Odds and Probability
ProbabilityStatisticsConverts between a probability and odds in favour, the ratio of the chance it happens to the chance it does not.
Factorial
ProbabilityAlgebraThe product of every whole number from n down to 1, counting the ways that n distinct objects can be arranged in order.
Permutations (nPr)
ProbabilityAlgebraNumber of ways to choose r items from n distinct items when the order of the selection matters, as with podium finishes.
Combinations (nCr)
ProbabilityAlgebraNumber of ways to choose r items from n distinct items when the order does not matter, as with poker hands or lottery tickets.
Arrangements with Repetition
ProbabilityAlgebraNumber of sequences of length r drawn from n available choices when repeats are allowed, as with PIN codes and passwords.
Binomial Probability
ProbabilityStatisticsChance of exactly k successes in n independent trials that each succeed with the same fixed probability p, as with coin tosses.
Binomial Distribution Mean
ProbabilityStatisticsExpected number of successes across n independent trials that each succeed with probability p — the mean of the binomial distribution.
Binomial Distribution Variance
ProbabilityStatisticsSpread of the number of successes across n independent trials, at its largest when the per-trial chance p sits at one half.
Geometric Distribution (First Success)
ProbabilityStatisticsChance that the first success in a run of repeated independent trials arrives exactly on trial number k, after k - 1 failures.
Expected Trials Until First Success
ProbabilityStatisticsAverage number of independent attempts needed before the first success when each attempt succeeds with probability p.
Poisson Probability
ProbabilityStatisticsChance of exactly k events in a fixed interval when events occur independently at a constant average rate lambda.
Expected Value of a Bet
ProbabilityStatisticsAverage profit per play of a two-outcome wager that pays W with probability p and costs L the rest of the time, over many plays.
Probability of At Least One Success
ProbabilityStatisticsChance that at least one of n independent attempts succeeds, found as one minus the chance that every single attempt fails.
Birthday Problem (All Distinct)
ProbabilityStatisticsChance that n independent picks from N equally likely options are all different, the engine behind the birthday paradox.
Hypergeometric Probability
ProbabilityStatisticsChance of drawing exactly k successes in a sample of n taken without replacement from a population of N holding K successes.