The hypergeometric distribution models counts of successes in a fixed-size sample drawn without replacement from a finite population. Students need this reference because it separates hypergeometric settings from binomial settings, which is a common source of errors in statistics. It is especially useful for card problems, quality control, auditing, biology sampling, and survey selection.
The cheat sheet summarizes the model setup, probability formula, parameter restrictions, and interpretation of results.
The core idea is that a population of size contains successes and failures, and a sample of size is drawn without replacement. If is the number of successes in the sample, then . The probability mass function is , with restricted to feasible values.
The mean is , and the variance is .
Key Facts
- The hypergeometric distribution applies when sampling items without replacement from a finite population of size containing successes.
- If counts successes in the sample, write .
- The probability mass function is .
- The support is , where must be an integer.
- The mean is .
- The variance is .
- The factor is the finite population correction that makes the variance smaller than the binomial variance.
- For large with small sampling fraction , a binomial approximation with is often reasonable.
Vocabulary
- Population size
- The total number of objects in the finite population, usually denoted by .
- Success states
- The number of population objects that have the characteristic being counted, usually denoted by .
- Sample size
- The number of objects drawn from the population without replacement, usually denoted by .
- Support
- The set of possible integer values of , from to .
- Probability mass function
- A formula that gives for each possible value of a discrete random variable.
- Finite population correction
- The multiplier that adjusts variance because draws are made without replacement.
Common Mistakes to Avoid
- Using the binomial distribution automatically is wrong because hypergeometric trials are not independent when sampling is without replacement.
- Letting take impossible values is wrong because must satisfy .
- Forgetting the failure term is wrong because a complete sample includes both selected successes and selected failures.
- Using and interchangeably is wrong because is the number of successes in the population, while is the number of draws.
- Computing variance as is wrong for an exact hypergeometric model because it omits the finite population correction .
Practice Questions
- 1 A box contains parts, of which are defective. If parts are selected without replacement, find where is the number of defective parts.
- 2 A committee of people is chosen from students, including seniors. Find the probability that exactly committee members are seniors.
- 3 For , compute and .
- 4 Explain why drawing cards from a standard deck and counting hearts is modeled by a hypergeometric distribution rather than a binomial distribution.
Understanding Hypergeometric Distribution Reference
The important feature is dependence between draws. Once one item is selected, the population changes. If a batch has defective items and the first item drawn is defective, there is one fewer defective item left for the next draw.
The chance on the next draw is therefore different from the chance before. This is why multiplying the same success probability repeatedly gives the wrong model.
A tree diagram can show this changing probability clearly for small populations. For larger populations, counting groups of items is much more efficient than listing every possible draw order.
The probability rule comes from comparing equally likely samples. The denominator counts every possible group of the chosen sample size from the full population. The numerator counts only groups containing the required number of successes.
It chooses the successes first, then chooses the remaining sample members from the non-successes. Order does not matter here. Drawing red, blue, red produces the same sample group as blue, red, red.
Students often make errors by counting ordered sequences in one part of a calculation but unordered groups in another. Pick one method and use it consistently.
Feasible values deserve careful attention before any calculation. A sample cannot contain more successes than exist in the population. It cannot contain more successes than the sample size.
Sometimes it must contain a certain number of successes because there are too few non-successes available to fill the sample. For example, if an inspector selects eight products from a lot with only three non-defective products, at least five selected products must be defective. Checking these limits can quickly reveal an impossible answer, even when a calculator returns a number after incorrect input.
The average count is useful, but it is not a guarantee for one sample. If the expected number of defective products is two, a particular inspection can still find zero, one, or several. The spread is smaller than it would be for independent draws because removing items limits how extreme later results can become.
This matters in audits, warehouse checks, card hands, ecological capture studies, and classroom activities involving a bag of colored counters. A binomial model can be close when the sample is tiny compared with the population, since removal barely changes the proportions.
When the sample is a noticeable share of the population, use the hypergeometric model. Always identify the whole population, define exactly what counts as a success, and confirm that each item has an equal chance of selection.