Total payout for 50 independent policies requires either convolving distributions (exact but tedious) or using the normal closure property (fast). Knowing when to use each is a core Exam P skill.
If and are independent discrete random variables, the PMF of :
For each target sum , enumerate all valid pairs and sum the products.
HIGH-FREQUENCY: For small discrete distributions (dice, coins, small Poisson), direct convolution is fastest. List all valid pairs.
Some families are closed under independent summation:
- Bernoulli: when iid
- Poisson: for independent Poissons
- Normal: for independent normals
- Gamma: , same scale required
Common mistakes
- Forgetting to square the coefficients in the variance. , not . Using 0.6 gives instead of 7.20. Trap: 13.2.
- Subtracting variances for . Variance ADDS under independence regardless of sign. , not . Trap: as the SD.
- Using instead of when standardizing. The z-score divides by , not . Using 7.20 gives , wildly wrong. Trap: .
Bottom line
- Convolution: gives the PMF of independent discrete sums
- Closure: Bernoulli sum = Binomial, Poisson sum = Poisson, Normal sum = Normal
- Normal linear combination:
- Variance ADDS for differences: under independence
Exam shortcut
When you see "independent normal," immediately write the mean and variance of the linear combination. For the variance, draw a quick table: variable, coefficient, coefficient squared, variance, product. "Mean is linear, variance is quadratic." Mean of uses . Variance uses . "Variance never subtracts" (under independence). , same as for the sum.
The full lesson (about 2,406 words, 16 min read) adds 3 worked examples, all 6 common mistakes, a self-check, free in the app.
Learning objectives
- 3g
Browse all free Exam P lessons or jump into free Exam P practice questions.