Counting in Probability

Definition

Counting in probability is the use of combinatorial counts to compute probabilities in finite sample spaces, especially when outcomes are equally likely.

Why It Matters

Many probability problems are hard only because the event space is described indirectly. Counting translates the problem into a ratio of favorable configurations to total configurations, which makes finite sampling, discrete distributions, randomized algorithms, and introductory Bayesian examples easier to reason about.

Formalism / Key Objects

  • Finite equiprobable sample space:
  • Binomial coefficient:
  • Binomial probability:
  • Conditional counting:

when all outcomes inside B remain equally likely.

Connections

Common Confusions

  • Counting formulas only give probabilities directly when the counted outcomes are equally likely.
  • n!, 2^n, and binom(n,k) count different objects: orderings, subsets, and fixed-size subsets.
  • Conditional counting counts inside the conditioned event, not inside the original whole sample space.

Key Sources