Probability Calculator

Coin flips, dice rolls, card draws, combinatorics, and Bayes' theorem.

Coin Flip

Dice Roll

Card Draw (standard 52-card deck)

Custom Probability

Independent Events (AND / OR)

Factorial

Permutations P(n, r)

P(n, r) = n! / (n - r)!

Combinations C(n, r)

C(n, r) = n! / (r! * (n - r)!)

Bayes' Theorem

P(A|B) = P(B|A) * P(A) / P(B)
P(B) = P(B|A)*P(A) + P(B|not A)*P(not A)
Copied!