List 3 — Probability Distributions
Binomial, hypergeometric, geometric, Poisson, multinomial models
Task 1 — Binomial (Quality Control)
A batch of screws has defect probability . Three screws are drawn independently. Let be the number of defective screws, . Describe the sample space, compute key probabilities, and identify the binomial structure.
Each screw is Good (G) or Defective (D), giving equally structured outcomes:
All three screws are good. Since trials are independent:
There are positions for the defective screw (GGD, GDG, DGG):
The three draws are independent, each with constant success probability (finding a defective screw). This is a fixed number of Bernoulli trials → binomial distribution.
For : ; ; ; .
Task 2 — Hypergeometric (Component Sampling)
A lot contains components: defective and functional. A sample of is drawn without replacement. Let be the number of defective components in the sample.
Sampling without replacement from a finite population with two types → hypergeometric distribution.
The denominator counts all ways to choose 4 from 20:
No defective: choose 0 from 5 defective and all 4 from 15 functional.
Exactly 1 defective: choose 1 from 5 and 3 from 15.
Exactly 2 defective: choose 2 from 5 and 2 from 15.
Exactly 3 defective: choose 3 from 5 and 1 from 15.
All 4 defective: choose 4 from 5 and 0 from 15.
All probabilities must sum to 1:
Task 3 — Geometric (First Error on a Page)
A document is proofread page by page. Each page independently contains an error with probability . Let be the page number on which the first error is found. Derive the PMF and CDF of .
We perform independent Bernoulli trials (each page either has an error or not) and wait for the first success → geometric distribution.
For the first error to appear on page , the first pages must be error-free and page must have an error:
The probability that the first error appears on or before page equals 1 minus the probability of no errors in the first pages:
Key properties of the geometric distribution:
The geometric distribution is memoryless: given that no error was found in the first pages, the distribution of remaining pages until the first error is the same as the original.
For : ; ; ; .
Task 4 — Poisson (Error Reports per Hour)
A software system receives error reports at an average rate of per hour. Assume reports arrive independently and at a constant rate. Let be the number of error reports in one hour, .
Events (error reports) occur independently at a constant average rate per unit time → Poisson distribution.
Substituting :
Computing the first few values ():
A key property of the Poisson distribution is that the mean equals the variance:
The Poisson distribution approximates when is large, is small, and is moderate. Here means 3 expected events per hour.
Task 5 — Multinomial (Die with Three Categories)
A fair die is rolled times. Outcomes are grouped into three categories: Small (1–2), Medium (3–4), Large (5–6), each with probability . Let be the counts in each category. Describe the multinomial model and compute a specific probability.
We have independent trials, each resulting in one of 3 categories with constant probabilities . The joint distribution of counts is multinomial.
For non-negative integers with :
The factor counts the number of arrangements of the 5 rolls into the given category counts. For example, :
Probability of exactly 2 small, 2 medium, 1 large outcome:
Probability all 5 rolls fall in the same category (any of the 3):
Each marginal , so and .
Task 6 — Binomial (Defective Items)
A machine produces items with defect probability . In a sample of items, let be the number of defective items, . Find and .
Fixed independent trials, each with constant defect probability → binomial distribution.
Substitute , , , :
The complement of "at least one defect" is "no defects":
Task 7 — Hypergeometric (Drawing Defective Units)
A batch contains 15 items: 12 working and 3 defective. A quality inspector draws 5 items without replacement. Let be the number of defective items in the sample. Find .
Sampling without replacement from a finite population: total, defective, drawn → hypergeometric distribution.
Number of ways to choose 5 items from 15:
Choose 2 defective from 3, and 3 working from 12:
Divide favorable by total:
Completing the distribution:
Task 8 — Geometric (First Compilation Error)
Each compilation attempt independently fails (produces an error) with probability . Let be the attempt number on which the first error occurs. Find the probability the first error occurs on the 4th attempt, and the probability that an error occurs by the 3rd attempt.
Independent Bernoulli trials with constant error probability ; waiting for the first error → geometric distribution.
The first 3 attempts must succeed (no error) and the 4th must fail:
Use the CDF: probability of first error on attempt 1, 2, or 3. Equivalently, 1 minus the probability of no errors in 3 attempts:
On average, the first error is expected after:
Task 9 — Poisson (Server Requests)
A server receives requests at an average rate of per minute. Assume requests arrive independently at a constant rate. Let be the number of requests in one minute, . Find and .
Events (requests) arrive independently at constant rate per minute → Poisson distribution.
Substitute , ():
The complement of "at least one request" is "no requests":
For Poisson, mean equals variance:
Task 10 — Multinomial (Candy Flavor Selection)
A candy machine dispenses three flavors: Strawberry with probability , Lemon with probability , and Mint with probability . Six candies are dispensed independently. Find the probability of getting exactly 3 Strawberry, 2 Lemon, and 1 Mint.
independent trials, each resulting in one of 3 outcomes with fixed probabilities , , (note ) → multinomial distribution.
For counts with :
Count the arrangements of 3 Strawberry, 2 Lemon, 1 Mint among 6 positions:
Compute each flavor's contribution:
Multiply the multinomial coefficient by the probability factors:
The expected number of each flavor in 6 draws: