Probability Calculator

Single Event (from counts)
Probability = successes / total.
Combine Independent Events
Assumes independence between A and B.
Binomial: P(X = k) where X ~ Bin(n, p)
0 ≤ p ≤ 1. Uses exact PMF: C(n, k) p^k (1−p)^(n−k).
n is capped at 200 to keep numbers stable.

Probability – Quick Cheat Sheet

Edge cases & notes
  • Counts must satisfy 0 ≤ successes ≤ total and total ≥ 1.
  • Binomial inputs: n ≥ 1, 0 ≤ k ≤ n, and 0 ≤ p ≤ 1. Here n is capped at 200 for numerical stability.
  • “Independent” means outcome of A does not affect B; if that’s not true, the combined-event formulas shown don’t apply.

Cookies & privacy

Utilities Bunker uses necessary cookies to run the site. Optional cookies help remember preferences, measure usage, and improve the platform. You can change your choices any time. Privacy Policy.

Manage Cookies