Key formulas
Factorial
n! = n × (n − 1) × (n − 2) × … × 1, with 0! = 1
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.