Mathematics · Book 2 · Grades 10–12

High School Mathematics

High School Mathematics · Grades 10–12

17Descriptive Statistics

Statistics compresses a list of numbers into a few meaningful summaries: where the data sits (mean, median), and how spread out it is (quartiles, variance, standard deviation). This chapter works everything out on one running example. The same summaries reappear for random variables in Chapter 18, and their probabilistic laws in Chapter 34.

Throughout the chapter, our running dataset is the marks (out of 2020) of a class of 1212 students:

8, 9, 10, 10, 11, 12, 12, 12, 13, 14, 16, 17.8,\ 9,\ 10,\ 10,\ 11,\ 12,\ 12,\ 12,\ 13,\ 14,\ 16,\ 17 .

17.1 Mean and median

Definition 17.1 (Mean)

The mean of the values x1,x2,,xnx_1, x_2, \dots, x_n is

xˉ=x1+x2++xnn.\bar x = \frac{x_1 + x_2 + \dots + x_n}{n}.

If the value xix_i appears with frequency nin_i (with n1++nk=nn_1 + \dots + n_k = n), then xˉ=n1x1++nkxkn\bar x = \frac{n_1 x_1 + \dots + n_k x_k}{n}.

Definition 17.2 (Median)

A median of a sorted dataset is a value that splits it in half: at least half the values are \leq it, and at least half are \geq it. In practice, sort the nn values; if nn is odd, the median is the middle value; if nn is even, take the midpoint of the two middle values.

Example 17.3

For the running dataset, the sum is 144144, so xˉ=14412=12\bar x = \frac{144}{12} = 12. The two middle values (66th and 77th of the sorted list) are both 1212, so the median is 1212 too. Mean and median need not coincide: the median ignores how far the extreme values are, the mean does not. Replacing the top mark 1717 by 2020 moves the mean to 12.2512.25 but leaves the median at 1212.

17.2 Quartiles

Definition 17.4 (Quartiles, interquartile range)

The first quartile Q1Q_1 is the smallest value such that at least a quarter of the data is Q1\leq Q_1; the third quartile Q3Q_3 is the smallest value such that at least three quarters of the data is Q3\leq Q_3. The interquartile range is Q3Q1Q_3 - Q_1: the width of the central half of the data.

Example 17.5

n=12n = 12: a quarter is 33, so Q1Q_1 is the 33rd sorted value: Q1=10Q_1 = 10. Three quarters is 99, so Q3Q_3 is the 99th value: Q3=13Q_3 = 13. The interquartile range is 33: the central half of the class sits within 33 marks.

The running dataset as a dot plot, its mean (red), and the five-number summary above it (orange): minimum, Q_1, median, Q_3, maximum. The box contains the central half of the data.
The running dataset as a dot plot, its mean (red), and the five-number summary above it (orange): minimum, Q1Q_1, median, Q3Q_3, maximum. The box contains the central half of the data.

17.3 Variance and standard deviation

Definition 17.6 (Variance, standard deviation)

The variance of the dataset is the mean of the squared deviations from the mean:

V=1ni=1n(xixˉ)2,V = \frac{1}{n}\sum_{i=1}^{n} (x_i - \bar x)^2,

and the standard deviation is σ=V\sigma = \sqrt{V}, expressed in the same unit as the data.

Proposition 17.7 (Shortcut formula)

The variance is the mean of the squares minus the square of the mean:

V=1ni=1nxi2    xˉ2.V = \frac{1}{n}\sum_{i=1}^{n} x_i^2 \;-\; \bar x^{\,2}.

Proof. Expand each squared deviation: (xixˉ)2=xi22xˉxi+xˉ2(x_i - \bar x)^2 = x_i^2 - 2\bar x\, x_i + \bar x^2. Summing and dividing by nn:

V=1nxi22xˉ1nxi= xˉ+1nnxˉ2=1nxi22xˉ2+xˉ2=1nxi2xˉ2.V = \frac1n \sum x_i^2 - 2\bar x \cdot \underbrace{\frac1n \sum x_i}_{=\ \bar x} + \frac1n \cdot n\bar x^2 = \frac1n\sum x_i^2 - 2\bar x^2 + \bar x^2 = \frac1n\sum x_i^2 - \bar x^2 .

The same identity, for random variables, is Proposition 18.13.

Example 17.8

For the running dataset, the deviations from xˉ=12\bar x = 12 are 4-4, 3-3, 2-2, 2-2, 1-1, 00, 00, 00, 11, 22, 44, 55; their squares sum to

16+9+4+4+1+0+0+0+1+4+16+25=80.16 + 9 + 4 + 4 + 1 + 0 + 0 + 0 + 1 + 4 + 16 + 25 = 80 .

Hence

V=8012=2036.67,σ=20/32.6 marks.V = \frac{80}{12} = \frac{20}{3} \approx 6.67, \qquad \sigma = \sqrt{20/3} \approx 2.6 \text{ marks}.

Roughly speaking, a typical mark sits about 2.62.6 marks away from the mean.

Proposition 17.9 (Change of units)

If every value is transformed by yi=axi+by_i = a x_i + b, then

yˉ=axˉ+b,Vy=a2Vx,σy=aσx.\bar y = a \bar x + b, \qquad V_y = a^2\, V_x, \qquad \sigma_y = \abs{a}\,\sigma_x .

Proof. yˉ=1n(axi+b)=a(1nxi)+1nnb=axˉ+b\bar y = \frac1n \sum (a x_i + b) = a\left(\frac1n\sum x_i\right) + \frac1n \cdot nb = a\bar x + b. Then yiyˉ=a(xixˉ)y_i - \bar y = a(x_i - \bar x): each deviation is scaled by aa (the shift bb cancels), so each squared deviation is scaled by a2a^2, and so is their mean. Taking square roots gives σy=aσx\sigma_y = \abs a\,\sigma_x.

Example 17.10

Temperatures recorded in degrees Celsius with mean 2020 and standard deviation 33 convert to Fahrenheit by F=1.8C+32F = 1.8\,C + 32: the mean becomes 1.8×20+32=681.8 \times 20 + 32 = 68, the standard deviation 1.8×3=5.41.8 \times 3 = 5.4. Shifting a dataset does not change its spread; rescaling it rescales the spread.

Method 17.11 (Summarizing and comparing datasets)

To compare two datasets, put side by side: mean (or median) for position, standard deviation (or interquartile range) for spread. The pair (median, interquartile range) is robust to extreme values; the pair (mean, standard deviation) uses every value and feeds probability theory.

Example 17.12

Two archers each shoot 1010 arrows; scores average 8.58.5 for both, but the standard deviations are 0.50.5 and 2.12.1. Same level on average — but the first archer is far more consistent.

17.4 Exercises

Exercise 17.1

Compute the mean, median, quartiles and interquartile range of the dataset

5, 7, 7, 8, 9, 10, 11, 14.5,\ 7,\ 7,\ 8,\ 9,\ 10,\ 11,\ 14 .
Solution

Solution of Exercise 17.1.

n=8n = 8, sum 7171: mean xˉ=718=8.875\bar x = \frac{71}{8} = 8.875. Median: midpoint of the 44th and 55th values, 8+92=8.5\frac{8 + 9}{2} = 8.5. Quartiles: a quarter of 88 is 22, so Q1Q_1 is the 22nd value, 77; three quarters is 66, so Q3Q_3 is the 66th value, 1010. Interquartile range: 107=310 - 7 = 3.

Exercise 17.2

Compute the variance and standard deviation of the dataset 2, 4, 4, 4, 5, 5, 7, 92,\ 4,\ 4,\ 4,\ 5,\ 5,\ 7,\ 9 (mean first, then the shortcut formula of Proposition 17.7).

Solution

Solution of Exercise 17.2.

Sum 4040, so xˉ=5\bar x = 5. Sum of squares: 4+16+16+16+25+25+49+81=2324 + 16 + 16 + 16 + 25 + 25 + 49 + 81 = 232. By the shortcut formula,

V=232852=2925=4,σ=2.V = \frac{232}{8} - 5^2 = 29 - 25 = 4, \qquad \sigma = 2 .

Exercise 17.3

A die is rolled 5050 times; the outcomes are summarized by frequencies:

outcome123456
frequency6981098

Compute the mean outcome and the median.

Solution

Solution of Exercise 17.3.

Mean:

xˉ=1×6+2×9+3×8+4×10+5×9+6×850=18150=3.62.\bar x = \frac{1 \times 6 + 2 \times 9 + 3 \times 8 + 4 \times 10 + 5 \times 9 + 6 \times 8}{50} = \frac{181}{50} = 3.62 .

Median: the cumulative frequencies are 6,15,23,33,6, 15, 23, 33, \dots, so the 2525th and 2626th sorted outcomes are both 44: the median is 44.

Exercise 17.4 ★★

A class of 1515 students has mean mark 11.211.2. A 1616th student joins and scores 1818. What is the new class mean?

Solution

Solution of Exercise 17.4.

The total of the 1515 marks is 15×11.2=16815 \times 11.2 = 168; with the newcomer, 168+1816=18616=11.625\frac{168 + 18}{16} = \frac{186}{16} = 11.625.

Exercise 17.5 ★★

The mean of the dataset 6,8,x,12,146, 8, x, 12, 14 is 1010. Find xx, then compute the standard deviation of the completed dataset.

Solution

Solution of Exercise 17.5.

6+8+x+12+145=10\frac{6 + 8 + x + 12 + 14}{5} = 10 gives 40+x=5040 + x = 50, so x=10x = 10. The deviations of 6,8,10,12,146, 8, 10, 12, 14 from the mean 1010 are 4,2,0,2,4-4, -2, 0, 2, 4, with squares summing to 4040: V=405=8V = \frac{40}{5} = 8 and σ=222.83\sigma = 2\sqrt2 \approx 2.83.

Exercise 17.6

Marks with mean 12.412.4 and standard deviation 2.52.5 are rescaled by y=x2+4y = \frac{x}{2} + 4. Give the new mean and the new standard deviation.

Solution

Solution of Exercise 17.6.

By Proposition 17.9 with a=12a = \frac12, b=4b = 4: new mean 12.42+4=10.2\frac{12.4}{2} + 4 = 10.2; new standard deviation 2.52=1.25\frac{2.5}{2} = 1.25.

Exercise 17.7 ★★

Group A (2020 values) has mean 1010; group B (3030 values) has mean 1515. Compute the mean of the 5050 values pooled together. Is it the midpoint 12.512.5? Why not?

Solution

Solution of Exercise 17.7.

The pooled mean is the weighted average

20×10+30×1550=65050=13,\frac{20 \times 10 + 30 \times 15}{50} = \frac{650}{50} = 13,

not 12.512.5: group B contributes more values, so it pulls the pooled mean towards its own.

Exercise 17.8 ★★

Two production lines fill 11-kg sugar bags. Samples give: line 1: mean 1.0021.002 kg, standard deviation 0.0060.006 kg; line 2: mean 1.0011.001 kg, standard deviation 0.0190.019 kg. Which line should be recalibrated first, and why?

Solution

Solution of Exercise 17.8.

Both lines are nearly on target on average (1.0021.002 and 1.0011.001 kg), but line 2’s standard deviation is three times larger: its bags vary much more, producing far more noticeably under- and over-filled bags. Line 2 should be dealt with first — consistency, not just the mean, is what needs fixing.

Exercise 17.9 ★★

A dataset of n=10n = 10 values has xi=70\sum x_i = 70 and xi2=540\sum x_i^2 = 540. Compute its mean, variance and standard deviation.

Solution

Solution of Exercise 17.9.

xˉ=7010=7\bar x = \frac{70}{10} = 7; V=5401072=5449=5V = \frac{540}{10} - 7^2 = 54 - 49 = 5; σ=52.24\sigma = \sqrt5 \approx 2.24.

Exercise 17.10 ★★★

The dataset 1, 2, 2, 3, 3, 3, 4, 4, 5, 231,\ 2,\ 2,\ 3,\ 3,\ 3,\ 4,\ 4,\ 5,\ 23 contains an outlier.

  1. Compute the mean and median with and without the value 2323.
  2. Compute the interquartile range with and without 2323.
  3. Which summaries are robust to the outlier? Conclude with a recommendation.
Solution

Solution of Exercise 17.10.

1. With 2323: sum 5050, mean 55; median = midpoint of 55th and 66th values =3= 3. Without 2323: sum 2727, mean 33; median (5th of 9 values) =3= 3.

2. With 2323 (n=10n = 10): Q1Q_1 is the 33rd value (22), Q3Q_3 the 88th (44): interquartile range 22. Without (n=9n = 9): Q1Q_1 is the 33rd value (22), Q3Q_3 the 77th (44): still 22.

3. The single outlier drags the mean from 33 up to 55 but leaves the median and the interquartile range unchanged: those two are robust. When a dataset may contain aberrant values, report the median and interquartile range rather than the mean and standard deviation.

17.5 Problem: The z-score, a universal ruler

Problem 17.1

Weekend problem — standard deviations compare apples with oranges, Chebyshev’s inequality turns σ\sigma into a guarantee, and the mean wins its own medal

Is 15/2015/20 on a hard exam better than 13/2013/20 on an easy one? Is a 2323 in a list of small numbers an accident or an outlier? Raw numbers cannot say — but divided by the right standard deviation they all speak one language, the z-score. This problem masters the variance machinery (Definition 17.6, Proposition 17.7), builds the universal ruler, and proves the remarkable inequality that turns σ\sigma from a descriptive number into a guarantee.

Part I — Variance mechanics.

  1. For the dataset 4,8,6,5,24, 8, 6, 5, 2: compute the mean, then the variance straight from the definition, then σ\sigma.
  2. Recompute the variance with the shortcut formula (Proposition 17.7) — mean of squares minus square of mean — and check the agreement.
  3. With frequencies: marks 88, 1010, 1414 obtained by 33, 55, 22 students. Compute mean, variance and σ\sigma (two decimals).
  4. Temperatures have mean 2020 and σ=3\sigma = 3 (degrees Celsius). Give the mean and σ\sigma in Fahrenheit (F=1.8C+32F = 1.8\,C + 32; Proposition 17.9).
  5. Prove the two rules just used: adding a constant bb to every value shifts the mean by bb and leaves σ\sigma unchanged; multiplying by aa multiplies the mean by aa and σ\sigma by a\abs a.

Part II — The universal ruler. The z-score of a value xx in a dataset of mean xˉ\bar x and standard deviation σ\sigma is z=xxˉσz = \dfrac{x - \bar x}{\sigma}: the number of standard deviations separating xx from the mean.

  1. Exam A has mean 1212 and σ=2\sigma = 2; exam B has mean 88 and σ=4\sigma = 4. Alice scored 1515 on A, Bob 1313 on B. Compute both z-scores: whose performance stands further above the crowd?
  2. Compute the five z-scores of the dataset of question 1, and verify that they have mean 00 and standard deviation 11. Explain from question 5 why standardization always produces mean 00 and σ=1\sigma = 1.
  3. An aptitude test has mean 100100 and σ=15\sigma = 15. What raw score has z=2z = 2? What is the z-score of 7676?
  4. A pediatrician records a baby’s weight as “z=2.5z = -2.5”. Say what this means, and why growth is tracked in z-scores rather than kilograms as the child ages.
  5. The outlier of Exercise 17.10 (dataset 1,2,2,3,3,3,4,4,5,231, 2, 2, 3, 3, 3, 4, 4, 5, 23): compute the mean, σ\sigma, and the z-score of 2323. The classic alarm threshold is z3\abs z \geq 3: verdict?
  6. Recompute σ\sigma without the value 2323, and the z-score that 2323 would have against the clean data’s mean and σ\sigma. What did the outlier do to the very ruler meant to measure it, and what does Exercise 17.10 suggest as a countermeasure?

Part III — Chebyshev’s guarantee.

  1. Prove the Bienaymé–Chebyshev inequality for a dataset: if a proportion pp of the values satisfy xxˉkσ\abs{x - \bar x} \geq k\sigma, then, keeping only those terms in the variance sum,

    σ2p(kσ)2,hencep1k2.\sigma^2 \geq p \cdot (k\sigma)^2, \qquad\text{hence}\qquad p \leq \frac{1}{k^2} .
  2. What does the inequality guarantee about the proportion of any dataset beyond 2σ2\sigma of its mean? Beyond 3σ3\sigma? Check the 2σ2\sigma statement on the dataset of question 1.
  3. A factory produces bolts with mean 5050 mm and σ=0.1\sigma = 0.1 mm. What does Chebyshev guarantee about the proportion of bolts outside [49.7,50.3]\intcc{49.7}{50.3}? (Real production does far better — the bell curve of grade 12 turns this cautious 19\frac19 into a fraction of a percent.)
  4. Two funds both return 5%5\,\% per year on average, with σ=2%\sigma = 2\,\% for fund A and σ=12%\sigma = 12\,\% for fund B. For each fund, what does Chebyshev say about the probability-like proportion of years with returns below 19%-19\,\%? What is σ\sigma’s financial name?

Part IV — The mean’s medal, and a warning.

  1. Let f(c)f(c) be the mean of the squared deviations (xic)2(x_i - c)^2 from an arbitrary center cc. Prove the identity

    f(c)=σ2+(xˉc)2,f(c) = \sigma^2 + (\bar x - c)^2 ,

    and conclude: the mean is the unique minimizer of mean squared deviation — its medal, matching the median’s minimization of absolute deviations in Problem 8.1.

  2. Verify the identity on the dataset of question 1 with c=6c = 6: compute f(6)f(6) directly and via the formula.
  3. Same summaries, different data: check that P={3,5,7,9,11}P = \{3, 5, 7, 9, 11\} and Q={1,7,7,7,13}Q = \{1, 7, 7, 7, 13\} share the same mean but not the same variance; then construct a dataset of the form {7a,7,7,7,7+a}\{7 - a, 7, 7, 7, 7 + a\} with exactly the mean and variance of PP — yet a shape all its own.
  4. Prove that σ=0\sigma = 0 forces all values equal. (What must every term of a zero sum of squares be?)
  5. Finale — the statistician’s ladder, one line per rung: centers (mean, median), spreads (σ\sigma, IQR), the universal ruler (zz), the guarantee (Chebyshev), and the warning of question 18: summaries compress, and compression loses — with the bell curve of grade 12 waiting to turn z-scores into exact probabilities.
Solution

Solution of Problem 17.1.

1. Mean xˉ=255=5\bar x = \frac{25}{5} = 5. Deviations squared: 1,9,1,0,91, 9, 1, 0, 9: variance 205=4\frac{20}{5} = 4, so σ=2\sigma = 2.

2. Mean of squares: 16+64+36+25+45=29\frac{16 + 64 + 36 + 25 + 4}{5} = 29; minus xˉ2=25\bar x^2 = 25: variance 44. Same answer, half the work.

3. Mean =3×8+5×10+2×1410=10.2= \frac{3 \times 8 + 5 \times 10 + 2 \times 14}{10} = 10.2; variance =3×64+5×100+2×1961010.22=108.4104.04=4.36= \frac{3 \times 64 + 5 \times 100 + 2 \times 196}{10} - 10.2^2 = 108.4 - 104.04 = 4.36; σ2.09\sigma \approx 2.09.

4. Mean: 1.8×20+32=681.8 \times 20 + 32 = 68\,^\circF; σ\sigma: 1.8×3=5.41.8 \times 3 = 5.4\,^\circF — the shift +32+32 spreads nothing.

5. Adding bb: every deviation xi+b(xˉ+b)=xixˉx_i + b - (\bar x + b) = x_i - \bar x is unchanged, so the variance is. Multiplying by aa: deviations are multiplied by aa, their squares by a2a^2, the variance by a2a^2, and σ\sigma by a2=a\sqrt{a^2} = \abs a.

6. zA=15122=1.5z_A = \frac{15 - 12}{2} = 1.5; zB=1384=1.25z_B = \frac{13 - 8}{4} = 1.25. Alice stands further above her crowd: the harder exam’s 1515 beats the easier exam’s 1313.

7. zz-scores: 0.5, 1.5, 0.5, 0, 1.5-0.5,\ 1.5,\ 0.5,\ 0,\ -1.5: mean 00, standard deviation 11. In general, standardizing subtracts xˉ\bar x (making the mean 00, σ\sigma untouched) then divides by σ\sigma (making the new σ\sigma equal to 11): question 5 twice.

8. z=2z = 2: 100+2×15=130100 + 2 \times 15 = 130. And z(76)=7610015=1.6z(76) = \frac{76 - 100}{15} = -1.6.

9. The baby is 2.52.5 standard deviations below the mean weight of babies its age — alarmingly light for its cohort. Raw kilograms cannot be compared across ages (all babies gain weight); z-scores measure each child against its own age group, one ruler for all ages.

10. Mean 55; mean of squares 62210=62.2\frac{622}{10} = 62.2, variance 37.237.2, σ6.10\sigma \approx 6.10; z(23)=186.102.95z(23) = \frac{18}{6.10} \approx 2.95: just under the alarm threshold — the test barely blinks.

11. Without 2323: mean 33, variance 93991.33\frac{93}{9} - 9 \approx 1.33, σ1.15\sigma \approx 1.15; against the clean ruler, 2323 scores z201.1517z \approx \frac{20}{1.15} \approx 17: a monster. The outlier inflated both the mean and σ\sigma, camouflaging itself — which is why Exercise 17.10 recommends robust summaries (median, IQR) when contamination threatens.

12. In the variance sum σ2=1N(xixˉ)2\sigma^2 = \frac1N \sum (x_i - \bar x)^2, keep only the terms with xixˉkσ\abs{x_i - \bar x} \geq k\sigma: there are pNpN of them, each at least (kσ)2(k\sigma)^2, so σ21NpNk2σ2=pk2σ2\sigma^2 \geq \frac{1}{N} \cdot pN \cdot k^2\sigma^2 = p\,k^2\sigma^2: divide by k2σ2k^2 \sigma^2 (nonzero spread): p1k2p \leq \frac{1}{k^2}.

13. Beyond 2σ2\sigma: at most 14=25%\frac14 = 25\,\% of any dataset whatsoever; beyond 3σ3\sigma: at most 1911%\frac19 \approx 11\,\%. Question 1’s data: beyond 2σ=42\sigma = 4 from the mean 55 means 1\leq 1 or 9\geq 9: none of the five values — 0%25%0\,\% \leq 25\,\%, as promised.

14. Outside [49.7,50.3]\intcc{49.7}{50.3} means beyond 3σ3\sigma: at most 19\frac19 of production, whatever the shape of the distribution — Chebyshev asks nothing but a mean and a σ\sigma. Bell-shaped production concentrates far better (about 0.3%0.3\,\% beyond 3σ3\sigma): the normal law, grade 12.

15. 19%-19\,\% sits 2424 points below the mean 55. Fund B: 24=2σB24 = 2\sigma_B: Chebyshev allows up to 14\frac14 of years that bad. Fund A: 24=12σA24 = 12\sigma_A: at most 1144\frac{1}{144}. Same average, incomparable dangers — σ\sigma is what finance calls risk (or volatility).

16. Expand around xˉ\bar x: (xic)2=((xixˉ)+(xˉc))2=(xixˉ)2+2(xˉc)(xixˉ)+(xˉc)2(x_i - c)^2 = \left((x_i - \bar x) + (\bar x - c)\right)^2 = (x_i - \bar x)^2 + 2(\bar x - c)(x_i - \bar x) + (\bar x - c)^2. Averaging: the middle term dies (deviations from the mean sum to zero), leaving f(c)=σ2+(xˉc)2f(c) = \sigma^2 + (\bar x - c)^2 — minimal exactly at c=xˉc = \bar x, with minimum σ2\sigma^2. The mean is the least-squares center, as the median is the least-absolute center (Problem 8.1).

17. Directly: deviations from 66 are 2,2,0,1,4-2, 2, 0, -1, -4, squares 4,4,0,1,164, 4, 0, 1, 16: f(6)=255=5f(6) = \frac{25}{5} = 5. Formula: σ2+(56)2=4+1=5\sigma^2 + (5 - 6)^2 = 4 + 1 = 5. Agreement.

18. Both have mean 77; variances: PP: 16+4+0+4+165=8\frac{16 + 4 + 0 + 4 + 16}{5} = 8; QQ: 36+0+0+0+365=14.4\frac{36 + 0 + 0 + 0 + 36}{5} = 14.4: different spreads behind one mean. For {7a,7,7,7,7+a}\{7 - a, 7, 7, 7, 7 + a\}: variance 2a25=8\frac{2a^2}{5} = 8 gives a=204.47a = \sqrt{20} \approx 4.47: the dataset {2.53,7,7,7,11.47}\{2.53, 7, 7, 7, 11.47\} carries the exact mean and variance of PP with a completely different profile — summaries compress, and compression loses.

19. σ2=0\sigma^2 = 0 means a sum of squares (xixˉ)2(x_i - \bar x)^2 vanishes; squares are 0\geq 0, so a zero sum forces every term to be zero: xi=xˉx_i = \bar x for all ii — all values equal.

20. Centers say where the data lives; spreads say how loosely; the z-score lays one ruler across all datasets, exams, ages and currencies; Chebyshev converts σ\sigma into an unconditional guarantee; and question 18 keeps us honest — no handful of numbers ever contains the whole story. Next year the bell curve sharpens the ruler into exact probabilities.