Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Discrete Random Variables (DRV): A DRV takes on a countable set of distinct values. The probability distribution is defined by a function such that the sum of all probabilities equals . Visually, this is represented by a probability mass function (PMF) where vertical bars at each value show the probability, and the total height of all bars is exactly .
Expectation and Variance: The expected value represents the theoretical mean or the 'balance point' of the probability distribution's histogram. The variance and standard deviation measure the dispersion or 'spread' of the distribution around the mean; a larger variance results in a wider, flatter distribution visual.
Binomial Distribution Characteristics: A distribution is Binomial if it satisfies the BINS criteria: Binary outcomes (success/failure), Independent trials, fixed Number of trials , and Same probability of success . Visually, if , the distribution is perfectly symmetrical; if , it is right-skewed; and if , it is left-skewed.
Binomial Parameters and Notation: Denoted as . The mean is located at and the variance is . When is large and is close to , the discrete bar chart begins to approximate the bell-shaped curve of a normal distribution.
Poisson Distribution Characteristics: Models the number of events occurring in a fixed interval of time or space. It requires that events occur at a constant average rate , are independent, and do not occur simultaneously. Visually, for small , the distribution is highly right-skewed with the highest probability at or , but as increases, the peak moves to the right and the distribution becomes more symmetrical.
Poisson Parameters and Notation: Denoted as . A unique property of the Poisson distribution is that the mean and the variance are equal (). This means the 'center' and the 'spread' of the distribution are linked to the same rate parameter.
Cumulative Probabilities: In discrete distributions, is the sum of probabilities for all outcomes from up to . Graphically, this corresponds to the cumulative area of the bars to the left of and including the value . It is important to distinguish between 'at most' (), 'less than' (), and 'at least' ().
Poisson Approximation to the Binomial: When is very large () and is very small (), the Binomial distribution can be approximated by a Poisson distribution where . This is visually useful as it simplifies calculations for rare events in large populations.
📐Formulae
(Binomial)
(Binomial)
(Poisson)
💡Examples
Problem 1:
A biased coin has a probability of of landing on heads. If the coin is tossed times, find the probability of getting exactly heads.
Solution:
Let be the number of heads, where . We want to find . Using the Binomial formula:
Explanation:
We identify this as a Binomial problem because there is a fixed number of trials (), two outcomes (heads/tails), and a constant probability (). We apply the probability mass function for .
Problem 2:
On average, a bakery receives customers every minutes. Find the probability that the bakery receives exactly customers in a -minute period.
Solution:
First, adjust the rate for the new time interval. If there are customers in minutes, then in minutes (which is double the time), the average rate is . Let be the number of customers in minutes, so . We want :
Explanation:
This is a Poisson distribution problem because it involves counting independent events in a continuous time interval. The key step is scaling the rate from the -minute interval to the -minute interval before applying the formula.