🎲 Dice Probability Versus

Roll A

Roll B

Binomial Probability Formula

The probability of getting exactly k successes (occurences) in n independent rolls, each with probability p of success, is given by:

$$P(X = k) = \binom{n}{k} p^k (1-p)^{n-k}$$

Where:
n = number of dice rolled,
k = number of occurrences,
p = probability of success on a single die.