Calculate exact and cumulative binomial probabilities using P(X=k) = C(n,k)pk(1−p)n−k.
P(X=k) = C(n,k) · pᵏ · (1−p)ⁿ⁻ᵏ
B — Binary outcomes: Each trial is either a success or a failure. No middle ground.
I — Independent trials: The outcome of one trial does not affect the next.
N — Fixed Number of trials: You must know n before you start.
S — Same probability: p is constant across all n trials.
μ = np · σ² = np(1−p) · σ = √(np(1−p))
μ = np gives the expected (average) number of successes over many repetitions of the experiment.
σ² = np(1−p) is the variance — it measures how spread out the distribution is. The spread is largest when p = 0.5.
σ = √(np(1−p)) is the standard deviation in the same units as X.
Example: 10 coin flips at p = 0.5 → μ = 5 heads expected, σ = √(10·0.5·0.5) = √2.5 ≈ 1.58.
One-on-one Algebra 2 tutoring connects the BINS conditions, C(n,k) counting, and the formula into one clear picture — we work through your actual homework so it sticks.