Key Concept
Probability & Binomial Distribution
P(A|B) = P(A∩B)/P(B). Binomial conditions: Binary, Independent, fixed Number n, same P. Geometric: # trials until first success.
P(X=k) = C(n,k)·pᵏ·(1−p)ⁿ⁻ᵏ
μ(Binomial) = np, σ = √(np(1−p))
E(X) = Σ x·P(X=x)
Geometric: μ = 1/p
Example
n=12, p=0.5 (fair coin). Find mean and SD of heads.
μ = 12·0.5 = 6. σ = √(12·0.5·0.5) = √3 ≈ 1.73.