Mathfolis

Binomial Distribution

Unit 4 · Probability, Random Variables & Distributions

What AP Stats asks here

The binomial distribution counts successes in a fixed number of independent Bernoulli trials. The recurring AP gates are BINS — Binary outcomes, Independent trials, fixed N, Same probability — and the easy confusion with geometric (which leaves N variable and counts trials until the first success).

BINS conditions

Binary
success or failure on each trial\text{success or failure on each trial}
Independent
trials do not influence each other\text{trials do not influence each other}
Number fixed
n is set in advancen \text{ is set in advance}
Same probability
p constant on every trialp \text{ constant on every trial}

Binomial formulas

PMF
P(X=k)=(nk)pk(1p)nkP(X = k) = \binom{n}{k} p^k (1 - p)^{n - k}
Mean
μX=np\mu_X = np
SD
σX=np(1p)\sigma_X = \sqrt{np(1 - p)}
AP Tip: Use the complement for 'at least one'. P(at least one) = 1 − P(none) = 1 − (1p)n(1 - p)^n is one step; summing all the positive cases is many steps.
Caution: Without replacement violates independence. The 10% rule of thumb lets you treat the count as approximately binomial when the sample is less than 10% of the population.
Type 1

Verify BINS conditions

Run each condition explicitly: is it binary, independent, fixed N, same p? Any violation rules out binomial.

Example 1
Roll a die until you get a 6; let X = number of rolls. Is X binomial? (A) Yes — the trials are independent. (B) No — N is not fixed; this is geometric. (C) Yes — it's binomial with p = 1/6. (D) No — the outcomes are not binary.

Practice more of this type— AI-generated · always-new problems

Generate Problems →
Type 2

Compute P(X=k)P(X = k) or P(Xk)P(X \le k)

Plug into (nk)pk(1p)nk\binom{n}{k} p^k (1-p)^{n-k} or use binomcdf. Watch the boundary: P(Xk)P(X \le k) includes kk.

Example 2
A factory produces 5% defective items. In a sample of 20, what is P(at least one defective)P(\text{at least one defective})? (A) 0.05 (B) 0.36 (C) 0.64 (D) 1.00

Practice more of this type— AI-generated · always-new problems

Generate Problems →
Type 3

Mean and SD

μ=np\mu = np and σ=np(1p)\sigma = \sqrt{np(1-p)}. These are the routine binomial summaries.

Example 3
For XBin(200,0.4)X \sim \text{Bin}(200, 0.4), what are μ\mu and σ\sigma? (A) μ=80,σ6.93\mu = 80, \sigma \approx 6.93 (B) μ=40,σ6.93\mu = 40, \sigma \approx 6.93 (C) μ=80,σ=48\mu = 80, \sigma = 48 (D) μ=80,σ8.94\mu = 80, \sigma \approx 8.94

Practice more of this type— AI-generated · always-new problems

Generate Problems →
Binomial Distribution | AP Statistics — Mathfolis