Probability formula solvers
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.
Arrangements with Repetition
ProbabilityAlgebraNumber of sequences of length r drawn from n available choices when repeats are allowed, as with PIN codes and passwords.
Bayes' Theorem (Two Hypotheses)
ProbabilityStatisticsUpdates a prior belief into a posterior after evidence arrives, weighing the true-positive rate against the false-positive rate.
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.
Binomial Probability
ProbabilityStatisticsChance of exactly k successes in n independent trials that each succeed with the same fixed probability p, as with coin tosses.
Birthday Problem (All Distinct)
ProbabilityStatisticsChance that n independent picks from N equally likely options are all different, the engine behind the birthday paradox.
Classical Probability
ProbabilityStatisticsProbability of an event as the number of favourable outcomes divided by the total number of equally likely outcomes.
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.
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.
Conditional Probability
ProbabilityStatisticsThe chance of A once B is known to have happened, found by rescaling the overlap to the reduced sample space B.
Erlang B Blocking Probability
Computer ScienceProbabilityFraction of calls turned away by N circuits carrying A erlangs of offered traffic, on the assumption that a blocked call simply goes away. The standard sizing tool for trunks, agents and connection pools.
Expected Trials Until First Success
ProbabilityStatisticsAverage number of independent attempts needed before the first success when each attempt succeeds with probability p.
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.
Factorial
ProbabilityAlgebraThe product of every whole number from n down to 1, counting the ways that n distinct objects can be arranged in order.
General Addition Rule
ProbabilityStatisticsThe chance that either of two events happens, correcting the simple sum by subtracting the overlap that would be counted twice.
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.
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.
Hypergeometric Probability
ProbabilityStatisticsChance of drawing exactly k successes in a sample of n taken without replacement from a population of N holding K successes.
M/M/1 Average Number in System
Computer ScienceProbabilityAverage number of jobs in a single-server queue, waiting plus in service. It rises gently until the server is about 70% busy and then goes vertical.
M/M/1 Average Time in System
Computer ScienceProbabilityAverage time a job spends in a single-server queue, from arrival to departure. It depends on the difference between the two rates, not on their ratio.
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.
Odds and Probability
ProbabilityStatisticsConverts between a probability and odds in favour, the ratio of the chance it happens to the chance it does not.
Parallel System Reliability (Redundancy)
Computer ScienceProbabilityReliability of n identical components when any single one is enough: the chance that they do not all fail together. Redundancy buys nines fast, provided the failures are genuinely independent.
Permutations (nPr)
ProbabilityAlgebraNumber of ways to choose r items from n distinct items when the order of the selection matters, as with podium finishes.
Poisson Probability
ProbabilityStatisticsChance of exactly k events in a fixed interval when events occur independently at a constant average rate lambda.
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.
Series System Reliability
Computer ScienceProbabilityReliability of n identical components that must all work: the individual reliability raised to the nth power. Every dependency you add makes the whole thing worse, never better.
Shannon Entropy of a Binary Source
Computer ScienceProbabilityAverage information carried by each symbol of a two-outcome source, in bits. It peaks at exactly 1 bit for a fair coin and falls to zero as the outcome becomes certain.