The Binomial Experiment: A binomial experiment is a statistical procedure that must satisfy four specific criteria, often abbreviated as BINS: Binary outcomes (success or failure), Independent trials, a fixed Number of trials (), and the Same probability of success () for each trial.
Random Variable : In this context, the random variable represents the count of successes in trials. Because can only take on whole number values from to , it is considered a discrete random variable.
Success vs. Failure: The probability of success is denoted by , while the probability of failure is denoted by , where . These two probabilities must sum to because they represent the only two possible outcomes in a single trial.
The Multiplication Rule for Independence: Because trials are independent, the probability of a specific sequence of successes and failures is found by multiplying their individual probabilities. This results in the term .
The Role of Combinations: There are usually many different sequences that result in exactly successes. The binomial coefficient calculates exactly how many unique paths or sequences exist to achieve that specific count of successes.
The Probability Mass Function (PMF): Combining these logic pieces gives the general formula for the probability of exactly successes:
| Feature | Binomial Distribution | Bernoulli Distribution |
|---|---|---|
| Number of Trials | Fixed trials () | Exactly 1 trial |
| Possible Outcomes | successes | or success |
| Complexity | Requires binomial coefficient | Simple or |
Exactly vs. Cumulative: 'Exactly ' refers to a single point on the distribution (), whereas 'at most' or 'at least' refers to an interval or area under the distribution curve.
With vs. Without Replacement: Binomial calculations strictly require the probability to remain constant. If sampling is done without replacement from a small population, the probability changes, and the Hypergeometric distribution should be used instead of the Binomial.
Identify the Complement: When asked for the probability of 'at least one' success, it is almost always faster to calculate rather than summing all other possibilities.
Check the Bounds: Always ensure that is an integer and . If a question asks for the probability of successes in trials, the answer is automatically .
Sanity Check: Probabilities must always be between and . If your calculation results in a number greater than , you likely forgot to multiply by the fractional terms or made an error in the binomial coefficient.
Keywords: Pay close attention to phrasing like 'more than' () versus 'at least' (). 'More than 2' means can be , while 'at least 2' includes the value itself.
Forgetting the Coefficient: A common error is calculating but forgetting to multiply by . This assumes the successes must happen in one specific order, which is rarely the case.
Incorrect Calculation: Ensure the exponents in the formula ( and ) always sum to the total number of trials .
Independence Assumption: Students often apply binomial logic to scenarios where trials are dependent (like drawing cards without replacement). Always verify that the outcome of one trial does not change the probability of the next.