Key formulas
Permutations
P(n, r) = n! / (n − r)!
Combinations
C(n, r) = n! / (r! × (n − r)!)
From the Probability Foundations formula sheet
- Conditional Probability:
P(A | B) = P(A and B) / P(B)— Probability of A after restricting attention to cases where B occurred. - Bayes' Theorem:
P(A | B) = P(B | A)P(A) / P(B)— Updates a prior probability after observing evidence.