Discrete probability distributions describe random variables that take countable values, such as the number of successes, arrivals, or defective items. This cheat sheet helps students identify common discrete models and use their formulas correctly. It is useful for probability units, statistics courses, exam review, and quick reference during problem solving.
The most important ideas are the probability mass function, the cumulative distribution function, expected value, and variance. Common distributions include Bernoulli, binomial, geometric, Poisson, and hypergeometric models. Choosing the correct distribution depends on whether trials are independent, whether probabilities stay constant, and whether sampling is done with or without replacement.
Key Facts
- A probability mass function satisfies for every value and .
- The cumulative distribution function is , so for discrete variables when values are integers.
- The expected value of a discrete random variable is .
- The variance is , where .
- For a Bernoulli random variable with success probability , , , , and .
- For a binomial random variable , , , and .
- For a geometric random variable counting trials until the first success, , , and .
- For a Poisson random variable , , , and .
Vocabulary
- Discrete random variable
- A random variable whose possible values can be listed, such as or another countable set.
- Probability mass function
- A function that gives for each possible value of a discrete random variable.
- Cumulative distribution function
- A function defined by that gives the probability of being at or below a value.
- Expected value
- The long-run average value of a random variable, calculated by .
- Variance
- A measure of spread around the mean, calculated by .
- Independent trials
- Trials are independent when the outcome of one trial does not change the probabilities for the others.
Common Mistakes to Avoid
- Using the binomial model when probabilities change, which is wrong because requires independent trials with the same success probability .
- Forgetting the combination factor in binomial probability, which is wrong because counts the different orders in which successes can occur.
- Confusing with , which is wrong because a PMF gives one exact value while a CDF adds probabilities up to that value.
- Using the geometric formula with the wrong starting point, which is wrong because applies when counts the trial number of the first success.
- Assuming variance equals standard deviation, which is wrong because standard deviation is .
Practice Questions
- 1 A fair coin is flipped times. If is the number of heads, find .
- 2 A call center receives an average of calls per minute. Using a Poisson model, find for one minute.
- 3 A quiz has multiple-choice questions with choices each. If a student guesses randomly, find for the number of correct answers.
- 4 A box contains red marbles and blue marbles, and marbles are drawn without replacement. Explain why a hypergeometric model is more appropriate than a binomial model.