Binomial Distributions Study Pack
Kibin's free study pack on Binomial Distributions includes a 5-section study guide, 25 quiz questions, 30 flashcards, and 5 open-ended Explain review questions. Sign up free to track your progress toward mastery, plus upload your own notes and recordings to create personalized study packs organized by course.
Last updated May 28, 2026
Binomial Distributions Study Guide
Master the binomial distribution from the ground up — covering the four conditions for a binomial setting, the probability formula P(X = k) = C(n, k) · pᵏ · (1 - p)ⁿ⁻ᵏ, and how to find mean and standard deviation using np and √(np(1 - p)).
Key Takeaways
- •A binomial distribution models the number of successes in a fixed number of independent trials, where each trial has exactly two possible outcomes and a constant probability of success.
- •The four conditions required for a binomial setting are: fixed number of trials (n), only two outcomes per trial, constant probability of success (p) across trials, and independence between trials.
- •The probability of exactly k successes in n trials is calculated using the formula P(X = k) = C(n, k) · p^k · (1 - p)^(n - k), where C(n, k) is the binomial coefficient.
- •The mean of a binomial distribution equals np, and the standard deviation equals √(np(1 - p)), allowing quick characterization of the distribution's center and spread.
- •As the number of trials increases, the shape of the binomial distribution approaches a normal distribution, particularly when both np and n(1 - p) are at least 5.
- •The binomial coefficient C(n, k) counts the number of distinct ways to arrange k successes among n trials and is calculated as n! / (k!(n - k)!).
Defining the Binomial Setting
Before applying the binomial distribution, you must verify that a situation meets four specific structural requirements — collectively called the binomial setting — because the distribution's formulas are only valid when all four conditions hold simultaneously.
The Four Required Conditions
- •Fixed number of trials (n): the experiment consists of a predetermined, finite number of repetitions that does not change based on outcomes.
- •Binary outcomes: each individual trial produces exactly one of two results, conventionally labeled 'success' and 'failure,' regardless of the real-world context.
- •Constant probability of success (p): the probability of a success is identical on every trial and does not shift based on previous results.
- •Independence between trials: the outcome of one trial has no influence on the outcome of any other trial.
Common Violations of the Binomial Setting
- •Sampling without replacement from a small population violates independence because removing one item changes the composition of the remaining pool.
- •The 10% rule provides a practical workaround: if the sample size is no more than 10% of the population, the violation of independence is small enough that binomial calculations remain approximately valid.
- •Situations with more than two outcome categories — such as rolling a die for six possible faces without grouping them — cannot be modeled directly by a single binomial distribution.
The Binomial Probability Formula
Once a situation qualifies as a binomial setting, the probability of observing exactly k successes is computed through a formula that combines two multiplicative components: the number of ways k successes can be arranged among n trials, and the probability of any one specific arrangement.
The Binomial Coefficient C(n, k)
- •The binomial coefficient, written C(n, k) or 'n choose k,' counts the number of distinct sequences of n trials that contain exactly k successes and (n - k) failures.
- •It is calculated as n! / (k!(n - k)!), where the exclamation mark denotes the factorial operation (e.g., 4! = 4 × 3 × 2 × 1 = 24).
- •For example, C(5, 2) = 5! / (2! × 3!) = 10, meaning there are 10 different ways to place 2 successes among 5 trials.
Probability of a Single Arrangement
- •For any specific sequence containing exactly k successes and (n - k) failures, the probability of that one sequence is p^k · (1 - p)^(n - k), because independent trial probabilities multiply together.
- •The term (1 - p) is often denoted q and represents the probability of failure on a single trial.
Combining Both Components
- •The full binomial probability formula is P(X = k) = C(n, k) · p^k · (1 - p)^(n - k).
- •Example: flipping a fair coin (p = 0.5) 6 times and wanting exactly 4 heads gives P(X = 4) = C(6, 4) · (0.5)^4 · (0.5)^2 = 15 · 0.0625 · 0.25 = 0.234.
- •The formula accounts for all valid arrangements at once, so there is no need to list every possible sequence individually.
Mean, Variance, and Standard Deviation of a Binomial Distribution
Every binomial distribution has a specific center and spread that can be derived algebraically from n and p, making it unnecessary to enumerate every possible outcome just to describe the distribution's overall behavior.
Expected Value (Mean)
- •The mean of a binomial random variable X is μ = np, which represents the average number of successes expected over a large number of repetitions of the entire n-trial experiment.
- •If a basketball player makes free throws with probability p = 0.70 and shoots n = 20 attempts, the expected number of successful shots is 0.70 × 20 = 14.
Variance and Standard Deviation
- •The variance of a binomial distribution is σ² = np(1 - p), capturing how much the count of successes tends to vary around the mean.
- •The standard deviation is σ = √(np(1 - p)), expressed in the same units as X (number of successes).
- •Variance is maximized when p = 0.5, because outcomes are most unpredictable when success and failure are equally likely.
Interpreting Spread Relative to n and p
- •As n increases while p stays fixed, the standard deviation grows proportionally to √n, meaning larger samples produce more absolute variability but less relative variability (as a fraction of n).
- •When p is close to 0 or close to 1, the distribution becomes tightly clustered near 0 or n respectively, and the standard deviation shrinks accordingly.
Unlock the rest of this study guide
- Access the full study pack
- Track your mastery and be test-day ready
- Upload your own notes to build personalized study guides, quizzes, flashcards, and more
About this Study Pack
Created by Kibin to help students review key concepts, prepare for exams, and study more effectively. This Study Pack was checked for accuracy and curriculum alignment using authoritative educational sources. See sources below.
Sources
Question 1 of 25
Your progress is saved after each question and counts toward mastery.
What are the four required conditions that define a binomial setting?
Card 1 of 30
Your progress is saved after each card and counts toward mastery.
Concept 1 of 5
Your progress is saved after each concept and counts toward mastery.
The Binomial Setting
Explain the four conditions that must be met for a situation to qualify as a binomial setting. Why is it important to verify all four conditions before applying the binomial distribution, and what happens if one of them is violated?
More in Statistics
See all topics →ANOVA Foundations
Break down ANOVA from the ground up — covering between- and within-groups variance, the F-statistic ratio, degrees of freedom, and why a significant result still requires post-hoc tests to pinpoint which group means differ.
Central Limit Theorem
Unpack the Central Limit Theorem and see why sample means form a normal distribution as n grows — even when the population isn't normal. Master key mechanics like standard error (σ/√n), the n ≥ 30 rule, and applying z-scores to sample mean problems.
Confidence Level and Margin of Error
Unpack the mechanics of confidence intervals and margin of error, from how critical values (z* and t*) are chosen to how sample size affects interval width. Master the distinction between z- and t-distributions and what confidence level actually means across repeated samples.
Data Visualization and Distribution Shapes
Visualize how raw data takes shape through histograms, dot plots, and box plots while mastering symmetric, skewed, and uniform distributions — and learn why skewness shifts the mean toward the tail but leaves the median largely unaffected.
Experimental Design and Bias
Unpack the core principles of experimental design — from random assignment and confounding variables to single- and double-blind procedures, placebo controls, and bias types — so you can confidently distinguish true experiments from flawed ones.
Hypothesis Testing Logic
Unpack the logic behind hypothesis testing, from null and alternative hypotheses to p-values, significance levels, and Type I and II errors. This pack clarifies how test statistics and tail direction shape your reject-or-fail-to-reject decision.
Measures of the Center of the Data
Master the three measures of center — mean, median, and mode — and learn how each responds to outliers, skewness, and weighted values. Understand when to use the median over the mean for skewed data like income, and how symmetric vs. skewed distributions shift these measures apart.
Measures of Variability
Unpack the core measures of spread — range, standard deviation, variance, and IQR — and learn when to use each based on data shape and outliers. Covers Chebyshev's theorem and the n − 1 correction for unbiased sample estimates.
Percentiles and Z-Scores
Unpack the relationship between percentiles, z-scores, and the standard normal distribution — covering the z = (x − μ) / σ formula, IQR-based outlier detection, and how standardized scores translate raw data into comparable percentile ranks.
Prediction
Master the mechanics of simple linear regression, from calculating slope and y-intercept using ŷ = a + bx to interpreting r² and avoiding extrapolation pitfalls. Covers when correlation is significant enough to predict and why the point (x̄, ȳ) always anchors the line.