Mathematics · Book 2 · Grades 10–12

High School Mathematics

High School Mathematics · Grades 10–12

33Random Variables and the Binomial Distribution

A random variable attaches a number to each outcome of an experiment: a gain, a count, a duration. Its expectation is the long-run average of the values it produces, its variance measures their spread. The star of this chapter is the binomial distribution, which counts successes in repeated independent trials. Random variables and the binomial distribution were first met in Chapters 18 and 19; this chapter reviews and deepens them, with the combinatorial tools of Chapter 27 now available.

33.1 Discrete random variables

Definition 33.1 (Random variable, distribution)

A random variable on a finite sample space Ω\Omega is a function X ⁣:ΩRX \colon \Omega \to \R. Its distribution (or law) is the data of its possible values x1,,xkx_1, \dots, x_k and of the probabilities

pi=P(X=xi),i=1kpi=1.p_i = \P(X = x_i), \qquad \sum_{i=1}^{k} p_i = 1 .

Definition 33.2 (Expectation, variance, standard deviation)

The expectation of XX is

E(X)=i=1kpixi,\E(X) = \sum_{i=1}^{k} p_i\, x_i ,

its variance and standard deviation are

V(X)=E((XE(X))2)=i=1kpi(xiE(X))2,σ(X)=V(X).\V(X) = \E\bigl((X - \E(X))^2\bigr) = \sum_{i=1}^k p_i\bigl(x_i - \E(X)\bigr)^2, \qquad \sigma(X) = \sqrt{\V(X)} .

Proposition 33.3 (König–Huygens formula)

V(X)=E(X2)E(X)2\V(X) = \E(X^2) - \E(X)^2.

Proof. Write m=E(X)m = \E(X) and expand:

V(X)=ipi(xi22mxi+m2)=E(X2)2mipixi+m2ipi=E(X2)2m2+m2.\V(X) = \sum_i p_i (x_i^2 - 2m x_i + m^2) = \E(X^2) - 2m\sum_i p_i x_i + m^2\sum_i p_i = \E(X^2) - 2m^2 + m^2 . \qedhere

Proposition 33.4 (Affine transformation)

For a,bRa, b \in \R:

E(aX+b)=aE(X)+b,V(aX+b)=a2V(X).\E(aX + b) = a\,\E(X) + b, \qquad \V(aX + b) = a^2\,\V(X) .

Proof. The first is a rearrangement of the defining sum. For the second, aX+baX + b deviates from its mean by a(XE(X))a(X - \E(X)), and squaring multiplies by a2a^2.

Example 33.5 (Fair games)

A game costs 22 euros; a die is rolled, and the player receives the value shown if it is at least 55, nothing otherwise. The gain GG takes values 2-2 (probability 46\frac46), 33 (16\frac16), 44 (16\frac16):

E(G)=8+3+46=16<0.\E(G) = \frac{-8 + 3 + 4}{6} = -\frac{1}{6} < 0 .

On average, the player loses 1717 cents per game: the game is unfavorable (as most real games are).

33.2 Bernoulli trials and the binomial distribution

Definition 33.6 (Bernoulli distribution)

A Bernoulli trial is an experiment with two outcomes, success (probability pp) and failure (q=1pq = 1 - p). The indicator XX of success (X=1X = 1 on success, 00 on failure) follows the Bernoulli distribution B(p)\mathcal B(p):

E(X)=p,V(X)=p(1p).\E(X) = p, \qquad \V(X) = p(1-p) .

(Indeed E(X)=p\E(X) = p, E(X2)=p\E(X^2) = p, and König–Huygens gives V(X)=pp2\V(X) = p - p^2.)

Definition 33.7 (Binomial distribution)

Repeat a Bernoulli trial nn times independently, and let XX be the total number of successes. The distribution of XX is the binomial distribution B(n,p)\mathcal B(n, p).

Three Bernoulli trials: exactly 32 = 3 of the 23 paths give two successes (red), each with probability p2(1-p), so (X = 2) = 3p2(1-p).
Three Bernoulli trials: exactly (32)=3\binom{3}{2} = 3 of the 232^3 paths give two successes (red), each with probability p2(1p)p^2(1-p), so P(X=2)=3p2(1p)\P(X = 2) = 3p^2(1-p).

Theorem 33.8

If XB(n,p)X \sim \mathcal B(n, p), then for 0kn0 \leq k \leq n:

P(X=k)=(nk)pk(1p)nk,\P(X = k) = \binom{n}{k} p^k (1-p)^{n-k},

and

E(X)=np,V(X)=np(1p).\E(X) = np, \qquad \V(X) = np(1-p) .

Proof. A specified sequence of outcomes with kk successes and nkn-k failures has probability pk(1p)nkp^k(1-p)^{n-k} by independence; the number of such sequences is the number of ways to place the kk successes among the nn trials, namely (nk)\binom nk (Chapter 27). Summing over the sequences gives the formula — and the binomial theorem confirms kP(X=k)=(p+q)n=1\sum_k \P(X = k) = (p + q)^n = 1.

For the expectation, using k(nk)=n(n1k1)k\binom nk = n\binom{n-1}{k-1} (Exercise 27.7):

E(X)=k=1nk(nk)pkqnk=npk=1n(n1k1)pk1q(n1)(k1)=np(p+q)n1=np.\E(X) = \sum_{k=1}^{n} k\binom nk p^k q^{n-k} = np\sum_{k=1}^{n} \binom{n-1}{k-1} p^{k-1} q^{(n-1)-(k-1)} = np\,(p + q)^{n-1} = np .

The variance formula is proved similarly with the identity k(k1)(nk)=n(n1)(n2k2)k(k-1)\binom nk = n(n-1)\binom{n-2}{k-2}, giving E(X(X1))=n(n1)p2\E(X(X-1)) = n(n-1)p^2, whence V(X)=n(n1)p2+np(np)2=np(1p)\V(X) = n(n-1)p^2 + np - (np)^2 = np(1-p). (A structural proof — the variance of a sum of independent variables — comes with Theorem 34.4.)

The distribution B(20, 0.3): mean np = 6, standard deviation √npq 2.05.
The distribution B(20,0.3)\mathcal B(20, 0.3): mean np=6np = 6, standard deviation npq2.05\sqrt{npq} \approx 2.05.

Method 33.9 (Recognizing a binomial situation)

Check the three ingredients before writing XB(n,p)X \sim \mathcal B(n,p): a fixed number nn of trials; two outcomes per trial with the same success probability pp; independence of trials (sampling with replacement, or from a large population). Then use

P(X1)=1(1p)n\P(X \geq 1) = 1 - (1-p)^n

for “at least one success”, and a calculator or cumulative tables for general P(Xk)\P(X \leq k).

Example 33.10

How many times must one roll a die to have at least a 99%99\% chance of rolling a six? With XB(n,16)X \sim \mathcal B\left(n, \frac16\right): P(X1)=1(56)n0.99\P(X \geq 1) = 1 - \left(\frac56\right)^n \geq 0.99 means (56)n0.01\left(\frac56\right)^n \leq 0.01, i.e. nln0.01ln(5/6)25.3n \geq \frac{\ln 0.01}{\ln(5/6)} \approx 25.3: from n=26n = 26 rolls on.

33.3 Exercises

Exercise 33.1

A random variable XX takes the values 1,0,2,5-1, 0, 2, 5 with probabilities 0.3,0.2,0.4,0.10.3, 0.2, 0.4, 0.1. Compute E(X)\E(X), V(X)\V(X) and σ(X)\sigma(X).

Solution

Solution of Exercise 33.1.

E(X)=0.3+0+0.8+0.5=1\E(X) = -0.3 + 0 + 0.8 + 0.5 = 1. E(X2)=0.3×1+0+0.4×4+0.1×25=4.4\E(X^2) = 0.3 \times 1 + 0 + 0.4\times4 + 0.1\times25 = 4.4, so by König–Huygens V(X)=4.41=3.4\V(X) = 4.4 - 1 = 3.4 and σ(X)=3.41.84\sigma(X) = \sqrt{3.4} \approx 1.84.

Exercise 33.2

A multiple-choice test has 1010 questions, each with 44 choices, one of which is correct. A student answers uniformly at random, independently. Let XX be the number of correct answers.

  1. Give the distribution of XX, E(X)\E(X) and σ(X)\sigma(X).
  2. Compute P(X=0)\P(X = 0), P(X=5)\P(X = 5) and P(X1)\P(X \geq 1).
Solution

Solution of Exercise 33.2.

1. The 1010 questions are independent Bernoulli trials with p=14p = \frac14: XB(10,14)X \sim \mathcal B\left(10, \frac14\right), E(X)=2.5\E(X) = 2.5, σ(X)=10×14×34=1.8751.37\sigma(X) = \sqrt{10 \times \frac14 \times \frac34} = \sqrt{1.875} \approx 1.37.

2. P(X=0)=(34)100.056\P(X = 0) = \left(\frac34\right)^{10} \approx 0.056;

P(X=5)=(105)(14)5(34)50.058;P(X1)=1(34)100.944.\P(X = 5) = \binom{10}{5}\left(\frac14\right)^5\left(\frac34\right)^5 \approx 0.058; \quad \P(X \geq 1) = 1 - \left(\tfrac34\right)^{10} \approx 0.944 .

Exercise 33.3

An insurance company insures n=400n = 400 clients; each files a claim during the year with probability p=0.05p = 0.05, independently. Let XX be the number of claims. Identify the distribution of XX and compute its expectation and standard deviation.

Solution

Solution of Exercise 33.3.

Independent identical trials: XB(400, 0.05)X \sim \mathcal B(400,\ 0.05), so E(X)=20\E(X) = 20 claims and

σ(X)=400×0.05×0.95=194.4.\sigma(X) = \sqrt{400 \times 0.05 \times 0.95} = \sqrt{19} \approx 4.4 .

Exercise 33.4 ★★

In the game of Example 33.5, the organizer wants a fair game (E(G)=0\E(G) = 0) by changing the entry price cc. Find cc. Compute the variance of the gain for this fair version; is “fair” the same as “riskless”?

Solution

Solution of Exercise 33.4.

The payment PP received satisfies E(P)=5+66=116\E(P) = \frac{5 + 6}{6} = \frac{11}{6}, so the fair price is c=1161.83c = \frac{11}{6} \approx 1.83 euros. The fair gain G=P116G = P - \frac{11}6 takes values 116,196,256-\frac{11}{6}, \frac{19}{6}, \frac{25}{6} with probabilities 46,16,16\frac46, \frac16, \frac16:

V(G)=E(G2)=4×121+361+6256×36=1470216=245366.8,σ(G)2.6.\V(G) = \E(G^2) = \frac{4 \times 121 + 361 + 625}{6 \times 36} = \frac{1470}{216} = \frac{245}{36} \approx 6.8, \qquad \sigma(G) \approx 2.6 .

A fair game has zero average gain but its outcomes still fluctuate: fair is not riskless.

Exercise 33.5 ★★

A basketball player scores free throws with probability 0.70.7. She shoots 88 times (independent shots). Compute the probability that she scores: exactly 66; at least 66; at least once. What is the most probable number of scores?

Solution

Solution of Exercise 33.5.

XB(8, 0.7)X \sim \mathcal B(8,\ 0.7).

P(X=6)=(86)(0.7)6(0.3)20.296;\P(X = 6) = \binom86 (0.7)^6(0.3)^2 \approx 0.296 ;
P(X6)=P(6)+P(7)+P(8)0.296+8(0.7)7(0.3)+(0.7)80.296+0.198+0.058=0.552;\P(X \geq 6) = \P(6) + \P(7) + \P(8) \approx 0.296 + 8(0.7)^7(0.3) + (0.7)^8 \approx 0.296 + 0.198 + 0.058 = 0.552 ;

P(X1)=1(0.3)80.99993\P(X \geq 1) = 1 - (0.3)^8 \approx 0.99993. Mode: (n+1)p=6.3(n+1)p = 6.3, so the most probable value is k=6k^* = 6 (Exercise 33.7).

Exercise 33.6 ★★

An airline knows that each booked passenger shows up with probability 0.90.9, independently. A flight has 100100 seats and the airline sells 104104 tickets. Express, using a binomial distribution, the probability that more passengers show up than there are seats, and bound it numerically using a calculator (give the exact expression).

Solution

Solution of Exercise 33.6.

The number of passengers showing up is XB(104, 0.9)X \sim \mathcal B(104,\ 0.9); the flight is overbooked when X101X \geq 101:

P(X101)=k=101104(104k)(0.9)k(0.1)104k0.006.\P(X \geq 101) = \sum_{k=101}^{104}\binom{104}{k}(0.9)^k(0.1)^{104-k} \approx 0.006 .

Selling 4%4\% more tickets than seats causes an incident on only about 0.6%0.6\% of flights — the economics behind overbooking.

Exercise 33.7 ★★

Let XB(n,p)X \sim \mathcal B(n, p). Show that

P(X=k+1)P(X=k)=nkk+1p1p,\frac{\P(X = k+1)}{\P(X = k)} = \frac{n-k}{k+1}\cdot\frac{p}{1-p},

and deduce that the distribution increases up to k=(n+1)pk^* = \floor{(n+1)p} and decreases afterwards (the mode of the binomial).

Solution

Solution of Exercise 33.7.

P(X=k+1)P(X=k)=(nk+1)(nk)p1p=nkk+1p1p,\frac{\P(X = k+1)}{\P(X = k)} = \frac{\binom{n}{k+1}}{\binom nk}\cdot\frac{p}{1-p} = \frac{n - k}{k + 1}\cdot\frac{p}{1-p},

using (nk+1)=(nk)nkk+1\binom{n}{k+1} = \binom nk \frac{n-k}{k+1}. This ratio is 1\geq 1 iff (nk)p(k+1)(1p)(n-k)p \geq (k+1)(1-p) iff npkpkkp+1pnp - k p \geq k - kp + 1 - p iff k(n+1)p1k \leq (n+1)p - 1. So the probabilities increase strictly while k+1(n+1)pk + 1 \leq (n+1)p and decrease afterwards: the maximum is attained at k=(n+1)pk^* = \floor{(n+1)p} (shared with k1k^* - 1 when (n+1)p(n+1)p is an integer).

Exercise 33.8 ★★★

(Saint Petersburg, tamed.) A fair coin is tossed until heads appears, but at most 1010 times. Let NN be the number of tosses used, and the player receives 2N2^N euros if heads appeared, 00 otherwise.

  1. Give the distribution of NN restricted to the winning outcomes: P(heads first at toss k)=2k\P(\text{heads first at toss } k) = 2^{-k} for 1k101 \leq k \leq 10, and check the total probability of winning.
  2. Compute the expected payoff. What would it become without the cap of 1010 tosses?
Solution

Solution of Exercise 33.8.

1. Heads first at toss kk means k1k-1 tails then heads: probability (12)k112=2k\left(\frac12\right)^{k-1}\cdot\frac12 = 2^{-k}, for 1k101 \leq k \leq 10. Total winning probability k=1102k=1210=10231024\sum_{k=1}^{10} 2^{-k} = 1 - 2^{-10} = \frac{1023}{1024} (the game is lost only on ten consecutive tails).

2. Expected payoff:

k=1102k2k=k=1101=10 euros.\sum_{k=1}^{10} 2^k \cdot 2^{-k} = \sum_{k=1}^{10} 1 = 10 \text{ euros}.

Without the cap, the sum k11\sum_{k\geq1} 1 diverges: the expected payoff is infinite, although the game almost always pays a small amount — the famous Saint Petersburg paradox, showing that expectation alone does not measure the value of a game.

33.4 Problem: The overbooked flight

Problem 33.1

Weekend problem — airlines sell more seats than they have, factories accept lots they barely inspected, and the binomial distribution referees both

An airline with 100100 seats happily sells 105105 tickets: about 10%10\,\% of passengers never show up, and empty seats earn nothing. How far can the airline push before bumped passengers eat the profit? The binomial distribution (Theorem 33.8) answers to the decimal — and the same machinery inspects factory lots, prices raffles, and keeps insurers solvent. Decisions under repetition: this is the binomial’s day job.

Part I — Fluency.

  1. Give the full distribution table of the number XX of sixes in three rolls of a die.
  2. Compute E(X)\E(X) and V(X)V(X) (Definition 33.2).
  3. A stall charges 11 euro for three rolls and pays 22 euros per six obtained. Compute the expected gain: fair game?
  4. Checklist practice (Method 33.9): is the number of hearts in 55 cards drawn without replacement binomial? With replacement? Justify.
  5. For XB(20, 0.3)X \sim \mathcal B(20,\ 0.3): give E(X)\E(X) and σ(X)\sigma(X), then E(S)\E(S) and σ(S)\sigma(S) for the score S=5X10S = 5X - 10 (Proposition 33.4).

Part II — The overbooked flight. Seats: 100100. Tickets sold: 105105. Each ticket-holder shows up with probability 0.90.9, independently; let XX be the number who show.

  1. Model: justify XB(105, 0.9)X \sim \mathcal B(105,\ 0.9) with the checklist — and confess the model’s weakest point (are no-shows really independent? think groups and storms).
  2. Compute E(X)\E(X) and σ(X)\sigma(X).
  3. Bumping occurs when X101X \geq 101: write P(X101)\P(X \geq 101) as an explicit sum of five binomial terms.
  4. Evaluate the sum (calculator): what fraction of flights sees at least one bumped passenger?
  5. Money: the five extra tickets bring 5×200=10005 \times 200 = 1\,000 euros; each bumped passenger costs 800800 euros in compensation. Compute the expected number of bumped passengers, k=101105(k100)P(X=k)\sum_{k=101}^{105} (k - 100)\,\P(X = k), the expected compensation, and the verdict on the policy.
  6. Design: the regulator tolerates P(bumping)<5%\P(\text{bumping}) < 5\,\%. By testing n=105,106,107,n = 105, 106, 107, \dots tickets, find the largest allowed nn.
  7. The bell shortcut: for n=105n = 105, compute the z-score of the bumping threshold, z=100.5E(X)σ(X)z = \frac{100.5 - \E(X)}{\sigma(X)}, and compare the crude “about 2σ2\sigma, so roughly 223%3\,\% in the upper tail” estimate with your exact answer. (The curve behind this shortcut is the next chapters’ star.)

Part III — The factory gate. A lot of parts is accepted if a sample of 2020 contains at most one defective part.

  1. If the true defect rate is 2%2\,\% (an honest lot), compute the probability of acceptance.
  2. If the rate is 10%10\,\% (a bad lot), compute it again.
  3. Name the two risks of the procedure (the honest lot rejected; the bad lot accepted), read their values from questions 13–14, and say what single change improves both at once — at what cost.
  4. Behind the improvement: show that the observed defect frequency Xn\frac Xn in a sample of size nn has standard deviation p(1p)n\sqrt{\frac{p(1-p)}{n}}, and conclude how precision scales with sample size (an old friend: the 1n\frac{1}{\sqrt n} of grade 10).

Part IV — Games, raffles, reserves.

  1. The capped Saint Petersburg game of Exercise 33.8 has expected payoff 1010 euros. Contrast in one paragraph with the uncapped paradox met in Problem 18.1: what exactly does the cap tame, and what price would now be fair?
  2. A charity raffle sells 200200 tickets at 22 euros; prizes: one 100100-euro and two 5050-euro baskets. Compute a ticket’s expected gain and the raffle’s margin; compare with European roulette’s house margin of 1372.7%\frac{1}{37} \approx 2.7\,\%. Why does the raffle get away with it?
  3. An insurer holds 10001\,000 independent policies: claim probability 0.010.01 each, claim size 1000010\,000 euros, premium 130130 euros. Compute the expected annual profit and the standard deviation of total claims. Compare the two numbers: what does the comparison force real insurers to hold?
  4. Finale — the binomial as decision referee: the recognition checklist; the compass E±σ\E \pm \sigma; tail probabilities as the price of risk; and the two standing caveats (independence is a modeling claim, and rare tails, not means, cause ruin). One sentence each, with the pointer: the law of large numbers and the bell curve, next chapters, complete the referee’s rulebook.
Solution

Solution of Problem 33.1.

1. XB ⁣(3,16)X \sim \mathcal B\!\left(3, \frac16\right): P(X=0)=125216\P(X = 0) = \frac{125}{216}, P(X=1)=75216\P(X = 1) = \frac{75}{216}, P(X=2)=15216\P(X = 2) = \frac{15}{216}, P(X=3)=1216\P(X = 3) = \frac{1}{216}.

2. E(X)=3×16=12\E(X) = 3 \times \frac16 = \frac12; V(X)=3×16×56=512V(X) = 3 \times \frac16 \times \frac56 = \frac{5}{12}.

3. Expected payout 2E(X)=12\,\E(X) = 1 euro against a 11-euro stake: gain 00 — exactly fair (a rarity).

4. Without replacement the draws are dependent (the second card’s chances depend on the first): not binomial — the checklist’s independence box fails. With replacement: fixed n=5n = 5, constant p=14p = \frac14, independent draws: binomial.

5. E(X)=6\E(X) = 6, σ(X)=4.22.05\sigma(X) = \sqrt{4.2} \approx 2.05. E(S)=5×610=20\E(S) = 5 \times 6 - 10 = 20; σ(S)=5σ(X)10.25\sigma(S) = 5\sigma(X) \approx 10.25.

6. Fixed n=105n = 105 trials (the tickets), each a show/no-show with the same p=0.9p = 0.9, assumed independent: binomial. The confession: families miss flights together and storms empty whole planes — independence is the model’s leap of faith, and correlated no-shows make the tails fatter than the binomial promises.

7. E(X)=94.5\E(X) = 94.5; σ(X)=105×0.9×0.1=9.453.07\sigma(X) = \sqrt{105 \times 0.9 \times 0.1} = \sqrt{9.45} \approx 3.07.

8. P(X101)=k=101105(105k)0.9k0.1105k\P(X \geq 101) = \sum_{k=101}^{105} \binom{105}{k} 0.9^k\, 0.1^{105 - k}.

9. 0.0167\approx 0.0167: about one flight in sixty bumps anyone at all.

10. E(bumped)0.023\E(\text{bumped}) \approx 0.023 passengers per flight: expected compensation 19\approx 19 euros — against 10001\,000 euros of extra revenue. Overbooking by five is overwhelmingly profitable; hence every airline does it.

11. From the table of tail probabilities: n=105n = 105: 1.7%1.7\,\%; n=106n = 106: 4.0%4.0\,\%; n=107n = 107: 8.1%8.1\,\%. The largest compliant sale is n=106n = 106 tickets.

12. z=100.594.53.071.95z = \frac{100.5 - 94.5}{3.07} \approx 1.95: the threshold sits two standard deviations above the mean, and the bell-curve rule of thumb (“upper 2σ2\sigma tail 2.5%\approx 2.5\,\%”) lands close to the exact 1.7%1.7\,\% — the smooth curve shadowing the binomial is the coming chapters’ protagonist.

13. 0.9820+20×0.02×0.98190.940.98^{20} + 20 \times 0.02 \times 0.98^{19} \approx 0.94: the honest lot passes 94%94\,\% of the time.

14. 0.920+20×0.1×0.9190.390.9^{20} + 20 \times 0.1 \times 0.9^{19} \approx 0.39: the bad lot still sneaks through 39%39\,\% of the time.

15. Producer’s risk: a good lot rejected (6%\approx 6\,\%); consumer’s risk: a bad lot accepted (39%\approx 39\,\%). A larger sample (with a proportional acceptance threshold) shrinks both — at the cost of more inspection: quality has a budget line.

16. V ⁣(Xn)=V(X)n2=np(1p)n2=p(1p)nV\!\left(\frac Xn\right) = \frac{V(X)}{n^2} = \frac{np(1-p)}{n^2} = \frac{p(1-p)}{n}: standard deviation p(1p)n\sqrt{\frac{p(1-p)}{n}}. Quadruple the sample, halve the noise: the 1n\frac{1}{\sqrt n} law of grade 10’s fluctuation intervals, now derived.

17. The cap bounds the payout at 210=10242^{10} = 1024 euros, so each of the ten rounds contributes exactly 11 euro of expectation: E=10\E = 10. The uncapped game’s infinite expectation came entirely from astronomically rare, astronomically large payoffs; capping confesses that no bank pays 2502^{50} euros. A fair ticket price for the capped game: 1010 euros — and suddenly nobody is paradoxed.

18. Expected prize money per ticket: 100+2×50200=1\frac{100 + 2 \times 50}{200} = 1 euro against a 22-euro ticket: margin 50%50\,\% — eighteen times roulette’s 2.7%2.7\,\%. The raffle survives because its players are knowingly donating: the “loss” is the point.

19. Expected claims: 1000×0.01×10000=1000001\,000 \times 0.01 \times 10\,000 = 100\,000; premiums 130000130\,000: expected profit 3000030\,000 euros. Standard deviation of total claims: 10000×1000×0.01×0.993150010\,000 \times \sqrt{1\,000 \times 0.01 \times 0.99} \approx 31\,500 euros — one ordinary bad year devours the whole expected profit. Hence capital reserves, reinsurance, and portfolios far larger than a thousand policies: insurers live off the law of large numbers and keep reserves against its slowness.

20. Checklist first — fixed nn, same pp, independence claimed — or no binomial at all. Then navigate by E±σ\E \pm \sigma: means locate, deviations warn. Then price the tails: bumping, bad lots, ruinous years all live beyond 2σ2\sigma. Caveats: independence is the modeler’s promise, not the world’s; and expectation ignores exactly what destroys you. The rulebook’s missing pages — how fast frequencies settle, and what shape the fluctuations take — are the next two chapters.