Mathematics · Book 2 · Grades 10–12

High School Mathematics

High School Mathematics · Grades 10–12

35Continuous Random Variables

Waiting times, physical measurements, proportions: many random quantities take a continuum of values, and no single value has positive probability. Probabilities are then computed by integrating a density. This chapter studies the uniform, exponential and normal distributions, and uses the normal law to quantify the fluctuations of polls and samples.

35.1 Probability densities

Definition 35.1 (Density, continuous random variable)

A probability density on an interval II is a continuous, nonnegative function ff on II with If(t) ⁣dt=1\int_I f(t)\,\dd t = 1 (the integral over an unbounded II being understood as a limit of integrals over growing bounded intervals). A random variable XX has density ff if for all aba \leq b in II:

P(aXb)=abf(t) ⁣dt.\P(a \leq X \leq b) = \int_a^b f(t)\,\dd t .

Probabilities are areas under the density curve. In particular P(X=a)=aaf=0\P(X = a) = \int_a^a f = 0 for every single value aa: only intervals carry probability, and P(aXb)=P(a<X<b)\P(a \leq X \leq b) = \P(a < X < b).

Definition 35.2 (Expectation and variance)

For XX with density ff on II:

E(X)=Itf(t) ⁣dt,V(X)=I(tE(X))2f(t) ⁣dt=E(X2)E(X)2.\E(X) = \int_I t\,f(t)\,\dd t, \qquad \V(X) = \int_I \bigl(t - \E(X)\bigr)^2 f(t)\,\dd t = \E(X^2) - \E(X)^2 .

The rules of Chapters 14–15 (linearity of expectation, additivity of variance for independent variables, Bienaymé–Chebyshev) remain valid; their proofs, with integrals in place of sums, are admitted at this level.

35.2 Uniform distribution

Definition 35.3 (Uniform distribution)

XX follows the uniform distribution U[a,b]\mathcal U\intcc ab if its density is constant, f(t)=1baf(t) = \frac{1}{b-a} on [a,b]\intcc{a}{b}. Then for [c,d][a,b]\intcc{c}{d} \subseteq \intcc ab, P(cXd)=dcba\P(c \leq X \leq d) = \frac{d - c}{b - a}: probability proportional to length.

Proposition 35.4

If XU[a,b]X \sim \mathcal U\intcc ab, then E(X)=a+b2\E(X) = \dfrac{a+b}{2} and V(X)=(ba)212\V(X) = \dfrac{(b-a)^2}{12}.

Proof. E(X)=abtba ⁣dt=b2a22(ba)=a+b2\E(X) = \int_a^b \frac{t}{b-a}\dd t = \frac{b^2 - a^2}{2(b-a)} = \frac{a+b}{2}. For the variance, E(X2)=b3a33(ba)=a2+ab+b23\E(X^2) = \frac{b^3 - a^3}{3(b-a)} = \frac{a^2 + ab + b^2}{3}, and

V(X)=a2+ab+b23(a+b)24=4a2+4ab+4b23a26ab3b212=(ba)212.\V(X) = \frac{a^2 + ab + b^2}{3} - \frac{(a+b)^2}{4} = \frac{4a^2 + 4ab + 4b^2 - 3a^2 - 6ab - 3b^2}{12} = \frac{(b - a)^2}{12}. \qedhere

35.3 Exponential distribution

Definition 35.5 (Exponential distribution)

For λ>0\lambda > 0, XX follows the exponential distribution E(λ)\mathcal E(\lambda) if its density on [0,+)\intco{0}{+\infty} is

f(t)=λeλt.f(t) = \lambda\,\eu^{-\lambda t}.

Then P(Xx)=1eλx\P(X \leq x) = 1 - \eu^{-\lambda x} and P(X>x)=eλx\P(X > x) = \eu^{-\lambda x} for x0x \geq 0.

Proposition 35.6

If XE(λ)X \sim \mathcal E(\lambda): E(X)=1λ\E(X) = \dfrac{1}{\lambda} and V(X)=1λ2\V(X) = \dfrac{1}{\lambda^2}.

Proof. Integrating by parts on [0,A]\intcc{0}{A}:

0Atλeλt ⁣dt=[teλt]0A+0Aeλt ⁣dt=AeλA+1eλAλA+1λ,\int_0^A t\,\lambda\eu^{-\lambda t}\dd t = \bigl[-t\,\eu^{-\lambda t}\bigr]_0^A + \int_0^A \eu^{-\lambda t}\dd t = -A\eu^{-\lambda A} + \frac{1 - \eu^{-\lambda A}}{\lambda} \xrightarrow[A\to+\infty]{} \frac1\lambda,

using AeλA0A\eu^{-\lambda A} \to 0 (Theorem 23.4). A second integration by parts gives E(X2)=2λ2\E(X^2) = \frac{2}{\lambda^2}, whence V(X)=2λ21λ2\V(X) = \frac{2}{\lambda^2} - \frac{1}{\lambda^2}.

Theorem 35.7 (Memorylessness)

If XE(λ)X \sim \mathcal E(\lambda), then for all s,t0s, t \geq 0:

PX>s ⁣(X>s+t)=P(X>t).\pcond{X > s}{X > s + t} = \P(X > t) .

The exponential distribution is the law of lifetimes without aging (radioactive nuclei, not light bulbs).

Proof.

PX>s ⁣(X>s+t)=P(X>s+t)P(X>s)=eλ(s+t)eλs=eλt=P(X>t).\pcond{X > s}{X > s+t} = \frac{\P(X > s + t)}{\P(X > s)} = \frac{\eu^{-\lambda(s+t)}}{\eu^{-\lambda s}} = \eu^{-\lambda t} = \P(X > t). \qedhere

The exponential density - x (here = 1): the tail area beyond t (red) is - t, and memorylessness says every tail looks like the whole distribution rescaled.
The exponential density λeλx\lambda\eu^{-\lambda x} (here λ=1\lambda = 1): the tail area beyond tt (red) is eλt\eu^{-\lambda t}, and memorylessness says every tail looks like the whole distribution rescaled.

35.4 Normal distribution

Definition 35.8 (Normal distribution)

XX follows the standard normal distribution N(0,1)\mathcal N(0, 1) if its density on R\R is

φ(t)=12πet2/2\varphi(t) = \frac{1}{\sqrt{2\pi}}\,\eu^{-t^2/2}

(the bell curve). More generally, XN(μ,σ2)X \sim \mathcal N(\mu, \sigma^2) if XμσN(0,1)\dfrac{X - \mu}{\sigma} \sim \mathcal N(0,1); then E(X)=μ\E(X) = \mu and V(X)=σ2\V(X) = \sigma^2.

The normal density: about 68.3\% of the mass lies within  of the mean, 95.4\% within 2, 99.7\% within 3.
The normal density: about 68.3%68.3\% of the mass lies within σ\sigma of the mean, 95.4%95.4\% within 2σ2\sigma, 99.7%99.7\% within 3σ3\sigma.

Remark 35.9

The factor 12π\frac{1}{\sqrt{2\pi}} makes the total area 11 — a famous computation (the Gaussian integral) done at university. There is no elementary formula for φ\int \varphi: normal probabilities are read from tables or calculators.

Theorem 35.10 (De Moivre–Laplace, admitted)

Let XnB(n,p)X_n \sim \mathcal B(n, p) and Zn=Xnnpnp(1p)Z_n = \dfrac{X_n - np}{\sqrt{np(1-p)}} (the standardized binomial). Then for all aba \leq b,

P(aZnb)n+abφ(t) ⁣dt.\P(a \leq Z_n \leq b) \xrightarrow[n\to+\infty]{} \int_a^b \varphi(t)\,\dd t .

This result is admitted at this level. It explains the universal appearance of the bell curve: a binomial with large nn is approximately normal — and (central limit theorem, university) so is any sum of many small independent effects.

Method 35.11 (Fluctuation interval at 95%95\%)

Since a normal variable falls within 1.961.96 standard deviations of its mean with probability 0.950.95, for nn large a frequency Fn=XnnF_n = \frac{X_n}{n} of a B(n,p)\mathcal B(n,p) sample satisfies

P(p1.96p(1p)nFnp+1.96p(1p)n)0.95.\P\left(p - 1.96\sqrt{\tfrac{p(1-p)}{n}} \leq F_n \leq p + 1.96\sqrt{\tfrac{p(1-p)}{n}}\right) \approx 0.95 .
  • Fluctuation interval (testing): if a claimed pp puts the observed frequency outside this interval, reject the claim at the 5%5\% level.
  • Confidence interval (estimating): the simplified interval [Fn1n, Fn+1n]\left[F_n - \frac{1}{\sqrt n},\ F_n + \frac{1}{\sqrt n}\right] contains pp with probability at least 0.950.95 (using 1.96p(1p)11.96\sqrt{p(1-p)} \leq 1, see Exercise 34.8).

Example 35.12

A poll of n=1000n = 1000 voters gives a candidate 52%52\%. The confidence interval 52%±1100052%±3.2%52\% \pm \frac{1}{\sqrt{1000}} \approx 52\% \pm 3.2\% still contains 50%50\%: the poll alone does not establish that the candidate is ahead.

35.5 Exercises

Exercise 35.1

A bus passes every 1515 minutes; a traveler arrives at a uniformly random time. Let XU[0,15]X \sim \mathcal U\intcc{0}{15} be the waiting time. Compute P(X5)\P(X \leq 5), P(4X10)\P(4 \leq X \leq 10), E(X)\E(X) and σ(X)\sigma(X).

Solution

Solution of Exercise 35.1.

P(X5)=515=13\P(X \leq 5) = \frac{5}{15} = \frac13; P(4X10)=615=25\P(4 \leq X \leq 10) = \frac{6}{15} = \frac25; E(X)=152=7.5\E(X) = \frac{15}{2} = 7.5 min; σ(X)=1512=5324.3\sigma(X) = \frac{15}{\sqrt{12}} = \frac{5\sqrt3}{2} \approx 4.3 min.

Exercise 35.2

Check that f(t)=38t2f(t) = \frac{3}{8}t^2 is a density on [0,2]\intcc{0}{2}, and compute E(X)\E(X) and P(X1)\P(X \geq 1) for a variable XX with this density.

Solution

Solution of Exercise 35.2.

f0f \geq 0 and 0238t2 ⁣dt=38[t33]02=38×83=1\int_0^2 \frac38 t^2\,\dd t = \frac38\left[\frac{t^3}{3}\right]_0^2 = \frac38 \times \frac83 = 1: a density.

E(X)=0238t3 ⁣dt=38×164=32,P(X1)=1238t2 ⁣dt=818=78.\E(X) = \int_0^2 \frac38 t^3\,\dd t = \frac38 \times \frac{16}{4} = \frac32, \qquad \P(X \geq 1) = \int_1^2 \frac38 t^2\,\dd t = \frac{8 - 1}{8} = \frac78 .

Exercise 35.3

The lifetime (in years) of an electronic component follows E(0.2)\mathcal E(0.2).

  1. Compute the expected lifetime and P(X>5)\P(X > 5).
  2. The component has already worked 33 years. What is the probability it works at least 55 more?
Solution

Solution of Exercise 35.3.

1. E(X)=10.2=5\E(X) = \frac{1}{0.2} = 5 years; P(X>5)=e0.2×5=e10.37\P(X > 5) = \eu^{-0.2\times5} = \eu^{-1} \approx 0.37.

2. By memorylessness (Theorem 35.7), PX>3 ⁣(X>8)=P(X>5)=e10.37\pcond{X > 3}{X > 8} = \P(X > 5) = \eu^{-1} \approx 0.37: the three years of service change nothing.

Exercise 35.4 ★★

The half-life of a radioactive atom whose lifetime follows E(λ)\mathcal E(\lambda) is the median mm: P(X>m)=12\P(X > m) = \frac12. Express mm as a function of λ\lambda and compare with the expectation. Which is larger, and why does that make sense for a skewed distribution?

Solution

Solution of Exercise 35.4.

P(X>m)=eλm=12\P(X > m) = \eu^{-\lambda m} = \frac12 gives m=ln2λ0.69λm = \frac{\ln 2}{\lambda} \approx \frac{0.69}{\lambda}, smaller than E(X)=1λ\E(X) = \frac1\lambda. The exponential density has a long right tail: a few atypically long lifetimes pull the mean above the median, the value that half the population exceeds. (This is the half-life of Example 23.9: half the atoms survive it, even though the average lifetime is longer.)

Exercise 35.5 ★★

Heights in a population follow N(175, 72)\mathcal N(175,\ 7^2) (in cm). Using the 6868959599.799.7 rule, estimate the proportion of the population with height between 168168 and 182182 cm, above 189189 cm, and below 154154 cm.

Solution

Solution of Exercise 35.5.

168=μσ168 = \mu - \sigma and 182=μ+σ182 = \mu + \sigma: about 68%68\%. 189=μ+2σ189 = \mu + 2\sigma: above it lies half of the remaining 10095.4=4.6%100 - 95.4 = 4.6\%, so about 2.3%2.3\%. 154=μ3σ154 = \mu - 3\sigma: about 10099.72=0.15%\frac{100 - 99.7}{2} = 0.15\%.

Exercise 35.6 ★★

A machine fills bags labeled 500500 g; the mass filled follows N(μ, 42)\mathcal N(\mu,\ 4^2). Regulations demand that at most 2.5%2.5\% of bags weigh less than 500500 g. Using the 95%95\% rule, what minimal setting of μ\mu complies?

Solution

Solution of Exercise 35.6.

P(X<500)2.5%\P(X < 500) \leq 2.5\% means 500500 must sit at least two standard deviations below the mean (the normal leaves 2.3%2.5%2.3\% \approx 2.5\% below μ2σ\mu - 2\sigma; with the conventional 1.961.96, the reasoning is identical):

μ2σ500    μ500+8=508 g.\mu - 2\sigma \geq 500 \iff \mu \geq 500 + 8 = 508 \text{ g}.

The machine must be set to 508508 g on average — the price of the guarantee is 88 g of “free” product per bag.

Exercise 35.7 ★★

A die claimed to be fair is rolled 12001200 times and shows a six 260260 times (as in Exercise 34.7).

  1. Compute the 95%95\% fluctuation interval for the frequency of sixes of a fair die over 12001200 rolls.
  2. Is the observed frequency inside? Compare the strength of this conclusion with the Bienaymé–Chebyshev analysis.
Solution

Solution of Exercise 35.7.

1. With p=16p = \frac16, n=1200n = 1200: p(1p)n=5/3612000.0108\sqrt{\frac{p(1-p)}{n}} = \sqrt{\frac{5/36}{1200}} \approx 0.0108, so the 95%95\% fluctuation interval is

16±1.96×0.0108[0.146,0.188].\frac16 \pm 1.96 \times 0.0108 \approx \intcc{0.146}{0.188}.

2. The observed frequency 26012000.217\frac{260}{1200} \approx 0.217 lies far outside: the fairness hypothesis is rejected at the 5%5\% level. The deviation is about 4.64.6 standard deviations — for a normal approximation, a probability of order 10610^{-6}, far more conclusive than the 4.6%\leq 4.6\% bound from Bienaymé–Chebyshev (Exercise 34.7).

Exercise 35.8 ★★★

Before an election, a poll of nn people will estimate the score pp of a candidate by the observed frequency FnF_n.

  1. With the confidence interval of Method 35.11, what sample size guarantees a margin of ±2\pm 2 points?
  2. The candidates are separated by 11 point in reality. Explain why no realistic poll can reliably call the winner, however well conducted.
Solution

Solution of Exercise 35.8.

1. Margin 1n0.02\frac{1}{\sqrt n} \leq 0.02 requires n2500n \geq 2500 people.

2. To distinguish scores 11 point apart, the margin must be well under 0.50.5 point, requiring n(10.005)2=40000n \geq \left(\frac{1}{0.005}\right)^2 = 40\,000 by the simplified formula — already impractical for most polls. Worse, the statistical margin only accounts for sampling error; systematic biases (unrepresentative samples, non-response, last-minute swings) do not shrink as nn grows and typically exceed one point. A 11-point race is genuinely too close to call.

Exercise 35.9 ★★★

Let XX have density ff on [a,b]\intcc ab and let Y=αX+βY = \alpha X + \beta with α>0\alpha > 0.

  1. Show that P(cYd)=P(cβαXdβα)\P(c \leq Y \leq d) = \P\left(\frac{c - \beta}{\alpha} \leq X \leq \frac{d-\beta}{\alpha}\right), and deduce that YY has density g(y)=1αf(yβα)g(y) = \frac{1}{\alpha} f\left(\frac{y - \beta}{\alpha}\right).
  2. Deduce that if ZN(0,1)Z \sim \mathcal N(0,1), then μ+σZ\mu + \sigma Z has density 1σ2πe(yμ)2/(2σ2)\frac{1}{\sigma\sqrt{2\pi}}\, \eu^{-(y - \mu)^2/(2\sigma^2)} — the general normal density.
Solution

Solution of Exercise 35.9.

1. Since α>0\alpha > 0, cαX+βd    cβαXdβαc \leq \alpha X + \beta \leq d \iff \frac{c - \beta}{\alpha} \leq X \leq \frac{d - \beta}{\alpha}, so

P(cYd)=(cβ)/α(dβ)/αf(t) ⁣dt.\P(c \leq Y \leq d) = \int_{(c-\beta)/\alpha}^{(d-\beta)/\alpha} f(t)\,\dd t .

The substitution y=αt+βy = \alpha t + \beta (i.e. reading the area in the yy variable, t=yβαt = \frac{y - \beta}{\alpha},  ⁣dt= ⁣dyα\dd t = \frac{\dd y}{\alpha}) turns this into cd1αf(yβα) ⁣dy\int_c^d \frac{1}{\alpha} f\left(\frac{y-\beta}{\alpha}\right)\dd y: the function g(y)=1αf(yβα)g(y) = \frac1\alpha f\left(\frac{y-\beta}{\alpha}\right) is a density of YY.

2. With f=φf = \varphi, α=σ\alpha = \sigma, β=μ\beta = \mu:

g(y)=1σφ ⁣(yμσ)=1σ2πexp((yμ)22σ2),g(y) = \frac{1}{\sigma}\,\varphi\!\left(\frac{y - \mu}{\sigma}\right) = \frac{1}{\sigma\sqrt{2\pi}}\, \exp\left(-\frac{(y-\mu)^2}{2\sigma^2}\right),

which is therefore the density of N(μ,σ2)=μ+σN(0,1)\mathcal N(\mu, \sigma^2) = \mu + \sigma\,\mathcal N(0,1).

35.6 Problem: Waiting for the bus, measuring the crowd

Problem 35.1

Weekend problem — three densities run the world: total ignorance, memoryless waiting, and the bell of many small causes; plus the paradox that makes your bus always late

Why does your bus always seem to take longer than the timetable promises? Why is the class an average student sits in bigger than the average class? Why do your friends have more friends than you? One sly piece of mathematics — length-biased sampling — answers all three, and it lives in this chapter, between the uniform, exponential and normal distributions (Definition 35.3, Definition 35.5, Definition 35.8). This final problem of the volume puts the three densities to work and ends where the whole series points: the bell curve.

Part I — Three characters.

  1. A bus arrives at a uniformly random time in the next 3030 minutes. Compute P(wait10)\P(\text{wait} \leq 10), the expected wait, and σ\sigma (Proposition 35.4).
  2. Check that f(x)=2xf(x) = 2x on [0,1]\intcc{0}{1} is a density, and compute E(X)\E(X) and P(X>12)\P\left(X > \frac12\right).
  3. Phone calls reach a helpline as a memoryless stream: the wait for the next call is exponential with mean 1010 minutes. Compute P(T>15)\P(T > 15) and the median wait — why is the median less than the mean?
  4. You have already waited 2020 minutes. What is P(T>35T>20)\P(T > 35 \mid T > 20) (Theorem 35.7)? Interpret in one sentence.
  5. Match each wait to its right model — uniform, exponential, or neither: (a) the click of a Geiger counter; (b) a metro running every 88 minutes, your arrival unsynchronized; (c) the next call at the helpline; (d) the failure of a light bulb that wears out. Justify (d) with the memorylessness theorem.

Part II — The bell at work. (Use the normal landmarks: 68%68\,\% within σ\sigma, 95%95\,\% within 2σ2\sigma, 99.7%99.7\,\% within 3σ3\sigma.)

  1. Adult heights follow roughly N(172, 8)\mathcal N(172,\ 8) (cm). What fractions lie in [164,180]\intcc{164}{180}, [156,188]\intcc{156}{188}, [148,196]\intcc{148}{196}?
  2. Estimate the proportion taller than 190190 cm (z-score first; table or calculator).
  3. IQ scores are calibrated to N(100,15)\mathcal N(100, 15). What fraction scores above 130130 — and roughly one person in how many?
  4. A machine cuts bolts with lengths N(50, 0.1)\mathcal N(50,\ 0.1) mm and the specification is [49.8,50.2]\intcc{49.8}{50.2}. What share is rejected? Industry celebrates “six sigma” processes, whose specifications sit at ±6σ\pm 6\sigma: what does that buy, and why do factories chase it?
  5. De Moivre–Laplace (Theorem 35.10): for 100100 fair coin flips, approximate P(45heads55)\P(45 \leq \text{heads} \leq 55) (continuity: ±0.5\pm 0.5; σ=5\sigma = 5). Which wooden machine of Problem 19.1 does this theorem smooth into a curve?
  6. From Exercise 35.8: a ±2\pm 2-point margin needs about n=2400n = 2\,400. Compute the sample needed for ±0.5\pm 0.5 points — and conclude, in one sentence, why a race separated by one point cannot be honestly called by any poll.

Part III — The bus paradox.

  1. Buses arrive as a memoryless stream with mean gap 1010 minutes. You reach the stop at an arbitrary moment. Intuition says the expected wait is 55 minutes (half a gap). What does the memorylessness theorem say instead?
  2. Diagnose the intuition with a toy timetable: gaps alternate 55 and 1515 minutes (mean gap 1010). Compute the probability that a uniformly random arrival lands in a long gap, then the true expected wait — and name the culprit: arrivals sample gaps with probability proportional to their length.
  3. In the memoryless stream, the gap you land in has expected length 2020 minutes — twice the typical gap (the time back to the previous bus and forward to the next are both exponential with mean 1010). Reconcile this with question 12 and state the inspection paradox in one sentence.
  4. Same sting on land: a university runs nine classes of 1010 students and one of 110110. Compute the average class size, then the class size experienced by the average student. Which number will the brochure quote, and which is the students’ lived truth?
  5. The friendship paradox — “your friends have, on average, more friends than you” — is the same mathematics. Say in one sentence what plays the role of the long gap.

Part IV — Closing the volume.

  1. Simulation, the practitioners’ bridge: if UU is uniform on (0,1)\intoo{0}{1}, show that T=10lnUT = -10\ln U is exponential with mean 1010 (compute P(T>t)\P(T > t)). Every random-waiting simulation in industry runs on this one-line trick.
  2. An old game programmers’ recipe builds a bell: add twelve independent uniforms on [0,1]\intcc{0}{1} and subtract 66. Give the mean and variance of the sum, and explain — Galton board in hand — why the result is nearly normal.
  3. Markets crash harder than the bell allows: the 1987 crash was described as a “25σ25\sigma event”, which under normality has probability around 1013710^{-137}. What is the correct conclusion — about the world, or about the model? (One sentence, the statistician’s catechism.)
  4. Finale, and farewell to the volume: the three characters in one line each — uniform (ignorance within bounds), exponential (hazard without memory), normal (the sum of many small causes); the inspection paradox as the chapter’s sting; and the arc of the whole series — from counting cartons in grade 6 to the bell curve that measures every crowd — with the university volumes waiting where the limits, the integrals and the central limit theorem take over.
Solution

Solution of Problem 35.1.

1. P(wait10)=1030=13\P(\text{wait} \leq 10) = \frac{10}{30} = \frac13; E=15\E = 15 min; σ=30128.7\sigma = \frac{30}{\sqrt{12}} \approx 8.7 min.

2. 012x ⁣dx=1\int_0^1 2x\,\dd x = 1: a density. E(X)=012x2 ⁣dx=23\E(X) = \int_0^1 2x^2\,\dd x = \frac23; P(X>12)=1/212x ⁣dx=114=34\P\left(X > \frac12\right) = \int_{1/2}^1 2x\,\dd x = 1 - \frac14 = \frac34.

3. P(T>15)=e15/100.22\P(T > 15) = \eu^{-15/10} \approx 0.22. Median: em/10=12\eu^{-m/10} = \frac12: m=10ln26.9m = 10\ln 2 \approx 6.9 min — less than the mean 1010 because the exponential’s long right tail (rare huge waits) drags the mean upward while leaving the median at the “typical” wait.

4. By memorylessness, P(T>35T>20)=P(T>15)0.22\P(T > 35 \mid T > 20) = \P(T > 15) \approx 0.22: the twenty minutes already served buy nothing — the stream does not age.

5. (a) exponential (radioactive decay is the model memorylessness was invented for); (b) uniform on [0,8]\intcc{0}{8} (a schedule with a random offset); (c) exponential; (d) neither: a worn bulb is more likely to fail in the next hour than a new one, so P(T>s+tT>s)<P(T>t)\P(T > s + t \mid T > s) < \P(T > t): aging contradicts the memorylessness theorem.

6. 68%68\,\%, 95%95\,\%, 99.7%99.7\,\%: the three landmark intervals.

7. z=1901728=2.25z = \frac{190 - 172}{8} = 2.25: upper tail 1.2%\approx 1.2\,\%.

8. z=2z = 2: about 2.3%2.3\,\% — roughly one person in 4444.

9. The spec sits at ±2σ\pm 2\sigma: about 95.4%95.4\,\% pass, 4.6%4.6\,\% rejected — ruinous at scale. At ±6σ\pm 6\sigma the failure rate drops to about two parts per billion: six-sigma buys the right to mass-produce without mass-inspecting.

10. σ=5\sigma = 5; with continuity correction, PP(Z5.55)=P(Z1.1)0.73\P \approx \P\left(\abs Z \leq \frac{5.5}{5}\right) = \P(\abs Z \leq 1.1) \approx 0.73. The theorem smooths the Galton board of Problem 19.1: the staircase of slots becomes the continuous bell.

11. n1.962×0.250.005238400n \approx \frac{1.96^2 \times 0.25}{0.005^2} \approx 38\,400 people — and at that size the non-sampling errors (frame, refusals, lies) dwarf the margin: a one-point race is beyond honest polling, which is why serious institutes then say “too close to call”.

12. Memorylessness: from the moment you arrive, the remaining wait is exponential with mean 1010 — the full 1010 minutes, not 55. The timetable’s “mean gap 1010” misleads: your wait has the same distribution as a whole gap.

13. Random arrivals land proportionally to gap length: P(long gap)=1520=34\P(\text{long gap}) = \frac{15}{20} = \frac34. Expected wait: 34×152+14×52=5.625+0.625=6.25\frac34 \times \frac{15}{2} + \frac14 \times \frac52 = 5.625 + 0.625 = 6.25 min — more than the naive 55, though the mean gap is 1010. Culprit: length-biased sampling — long gaps catch more passengers.

14. Backward and forward waits are each exponential with mean 1010 (memorylessness runs in both directions from your arrival): the gap containing you averages 2020 minutes — twice the typical gap. Inspection paradox in one sentence: the interval you happen to inspect is not a typical interval, because you were more likely to fall into a big one.

15. Average class: 9×10+11010=20\frac{9 \times 10 + 110}{10} = 20 students. Student-experienced average: 90×10+110×110200=13000200=65\frac{90 \times 10 + 110 \times 110}{200} = \frac{13\,000} {200} = 65 students. The brochure prints 2020; three in five students sit in the class of 110110 and live the 6565.

16. Popular people appear on many friend-lists, so sampling “a friend” is length-biased towards the sociable — your friends are drawn from the long gaps of the social timetable.

17. For t0t \geq 0: P(T>t)=P(10lnU>t)=P(U<et/10)=et/10\P(T > t) = \P(-10\ln U > t) = \P\left(U < \eu^{-t/10}\right) = \eu^{-t/10}: exactly the exponential’s survival function — one logarithm converts the computer’s uniform noise into any waiting time.

18. Each uniform has mean 12\frac12 and variance 112\frac{1}{12}: the sum of twelve has mean 66 and variance 11 — so the recipe outputs mean 00, variance 11. Twelve independent small pushes summed: the Galton mechanism, and by De Moivre–Laplace’s blessing the histogram is already bell-shaped to the eye.

19. About the model: markets are not sums of many independent small causes — panics correlate everything (the 2008 lesson of the previous problem) and produce fat tails no normal density owns. When the data whispers 1013710^{-137}, the statistician’s catechism answers: the model is rejected, not the day.

20. Uniform: all positions equal, the honest “I know only the bounds”. Exponential: the hazard that never ages — decays, arrivals, clicks. Normal: the democratic bell of many small independent causes — heights, errors, averages. Sting: what you sample is biased by how you bumped into it — buses, classes, friends. And the arc: the child who counted juice cartons in grade 6 has, ten volumes of problems later, measured the crowd with a curve; the epsilon, the integral and the central limit theorem are waiting in the university volumes to explain why the bell tolls for everything.