How to calculate a binomial probability
The binomial probability formula calculates the chance of observing exactly successes in independent trials.
It applies only when there is a fixed number of trials, each with exactly two possible outcomes, and the probability of success remains constant across every trial.
The setup
Identify the four required parameters: (the total number of trials), (the target number of successes), (the probability of success on a single trial), and (the probability of failure). Verify that the trials are strictly independent.
The steps
- Calculate the binomial coefficient, which represents the number of ways to choose successes from trials: .
- Compute the probability of the required successes: .
- Compute the probability of the required failures: .
- Multiply the components to find the total probability: .
Checking the result
Verify that the final calculated probability satisfies . If you calculate for all possible values of from to , their total sum must equal exactly .
Common errors
A frequent mistake is swapping the values of and , which evaluates the wrong outcome. Another common error is applying this formula to dependent trials, such as drawing cards from a deck without replacement.
Worked example
A biased coin has a 0.6 probability of landing on heads. If the coin is flipped 5 times, what is the probability it lands on heads exactly 3 times?
Identify parameters: , , . Calculate the binomial coefficient: . Compute success probability: . Compute failure probability: . Multiply the terms: .
FAQ
Run your own problem
References: OpenStax Introductory Statistics, Chapter 4: Discrete Random Variables · Khan Academy, Statistics and Probability: Binomial probability formula
See also