Probability Formulas
All key formulas grouped by subtopic. Each one has a quick reminder and common mistakes to watch for.
Conditional Probability
#1💡 Read as 'probability of A given B'. Reduces the sample space to B.
Bayes' Theorem
#2💡 Use when you know the result and want to find which cause produced it. 'Reverse' conditional probability.
Total Probability
#3💡 E₁, E₂, ..., Eₙ must be a partition of the sample space (mutually exclusive, exhaustive).
Binomial Distribution
#4💡 n independent trials, each with success probability p. Mean = np, Variance = npq.
Mean & Variance of Binomial
#5💡 For binomial, Var(X) < E(X) since q < 1. If Var > Mean, it's NOT binomial.
Independent Events
#6💡 Independence ≠ mutually exclusive. If A and B are mutually exclusive and both have non-zero probability, they are NOT independent.
Expectation & Variance
#7💡 Var(aX+b) = a²Var(X). E(aX+b) = aE(X)+b. Variance is always non-negative.
Addition Theorem
#8💡 For mutually exclusive events: P(A ∪ B) = P(A) + P(B). Extend for 3 events using inclusion-exclusion.