Probability Calculator
Calculate probability for single events, combined events (AND/OR), and count combinations (nCr) and permutations (nPr) with step-by-step formulas.
How to Use
- Single Event: Enter favourable outcomes and total outcomes.
- Multiple Events: Enter P(A) and P(B) ā choose independent or mutually exclusive.
- nCr / nPr: Enter n (total) and r (chosen) to find combinations and permutations.
The Extended Calculator adds a probability tree diagram, conditional probability, and Bayes' theorem. The Professional Calculator covers binomial distribution, normal distribution with shaded area SVG, expected value, and Monte Carlo simulation.
Probability Formulas
P(E) = Favourable outcomes / Total outcomes
P(A AND B) ā independent: P(A) Ć P(B)
P(A OR B): P(A) + P(B) ā P(A AND B)
Conditional: P(A|B) = P(A AND B) / P(B)
Bayes: P(A|B) = P(B|A) Ć P(A) / P(B)
Combinations nCr: n! / (r! Ć (nār)!)
Worked Example
Rolling a 4 on a die: P = 1/6 ā 16.67%
Heads AND heads on two coins: P = 0.5 Ć 0.5 = 25%
SA Lotto C(52,6): 52! / (6! Ć 46!) = 20,358,520 combinations
P(jackpot with 1 ticket) ā 1 in 20.4 million