The binomial distribution models the number of successes in a fixed number of repeated trials when each trial has only two outcomes, such as success or failure. It is useful in genetics, quality control, polling, and games of chance because it lets us predict how likely different counts of success are. A binomial setting requires the same probability of success on every trial and independence between trials.
When those conditions hold, the distribution gives a complete picture of possible success counts from 0 up to n.
The key quantity is the probability of getting exactly k successes in n trials. This probability combines two ideas: how many different ways k successes can occur, and the probability of any one such arrangement. The formula uses combinations, written as C(n,k) or n choose k, to count arrangements.
From the distribution, we can also find the mean, spread, and probabilities of ranges of outcomes, which helps connect theory to real data.
Understanding Binomial Distribution
A useful first step is to define what counts as a success before doing any calculation. Success does not have to mean something good. In a factory check, success might mean a faulty item.
In a medical study, it might mean a patient responds to a treatment. Once the definition is fixed, every trial must be placed in one of two groups.
The binomial count ignores the order of the results. Three made shots in ten attempts gives the same count whether the makes happen early, late, or are spread through the attempts.
The combination part of the calculation matters because one total can happen in many orders. Suppose a player takes five free throws and has a constant chance of making each shot. Exactly two makes could occur as make, make, miss, miss, miss.
They could occur in nine other positions as well. There are ten possible arrangements of two makes among five shots. Each arrangement has the same chance when every shot has the same success probability.
The binomial probability finds the chance of one arrangement, then multiplies by the number of arrangements. This is why simply multiplying probabilities for two successes is not enough.
The average count gives a center for the distribution, but real results do not usually land exactly at that center. The spread tells how far counts tend to vary from one set of trials to another. When success is about equally likely as failure, the counts are more spread out.
When success is very likely or very unlikely, results cluster near one end. For example, a quiz with many true or false guesses tends to produce a broad range of correct answers.
A highly reliable machine tested many times tends to produce counts close to all working items. The shape can be lopsided when the success probability is close to zero or one, so a symmetric bell shape is not always a good picture.
Students often meet binomial ideas in multiple choice tests, sports records, genetics, online polls, and quality checks. The main skill is checking whether the situation truly fits the model. Drawing cards from a deck without replacing them changes the chance on later draws.
Survey answers can influence one another when friends respond together. A player may improve or tire during repeated shots. In these cases, the binomial model may be only an approximation.
It can still be useful when the changes are small, but conclusions should be stated carefully. When using data to estimate the success probability, remember that an estimate from a small sample can be unstable. More trials usually give a clearer picture of the underlying chance.
Key Facts
- A binomial random variable X counts successes in n independent trials with constant success probability p.
- Possible values are .
- Mean:
- Variance: , so standard deviation
Vocabulary
- Binomial distribution
- A probability distribution that gives the chance of getting each possible number of successes in a fixed number of independent trials.
- Trial
- One repeated experiment or observation that has two possible outcomes in a binomial setting.
- Success probability
- The value p, which is the probability that a single trial results in success.
- Combination
- A counting method, written C(n,k), that tells how many ways k successes can be placed among n trials.
- Independent trials
- Trials are independent when the outcome of one trial does not change the probability of success on another trial.
Common Mistakes to Avoid
- Using the binomial distribution when trials are not independent, because dependence changes the probability structure and makes the formula invalid.
- Forgetting that p must stay the same on every trial, which is wrong because changing success probability means the trials do not fit a single binomial model.
- Mixing up exactly with at least , because is one bar of the distribution while requires adding several probabilities.
- Using C(n,k) incorrectly or swapping k and n in the formula, because the number of arrangements must be counted as C(n,k) with n as total trials and k as successes.
Practice Questions
- 1 A fair coin is flipped 6 times. What is the probability of getting exactly 4 heads?
- 2 A multiple choice quiz has 10 independent true or false questions, and a student guesses on all of them. Let be the number answered correctly. Find the mean and standard deviation of .
- 3 A factory checks whether the number of defective items in a sample follows a binomial model. Explain the conditions that must be true for a binomial distribution to be appropriate, and describe one situation where those conditions would fail.