Skip to main content
  1. Grade 10 Mathematics/

Statistics

Statistics: Central Tendency, Spread & Box Plots
#

Statistics turns raw data into meaningful information. In Grade 10, you learn to summarise data using measures of centre (where the data clusters) and measures of spread (how far it stretches).


Measures of Central Tendency
#

MeasureWhat it findsHow to calculate
Mean ($\bar{x}$)The “fair share” average$\bar{x} = \frac{\text{sum of all values}}{n}$
MedianThe middle valueSort data, find the middle position
ModeThe most frequent valueCount which value appears most often

Finding the Median
#

  1. Sort the data from smallest to largest
  2. If $n$ is odd: median = the middle value (position $\frac{n+1}{2}$)
  3. If $n$ is even: median = average of the two middle values

The Five-Number Summary
#

ValueWhat it is
MinimumSmallest value
$Q_1$ (Lower Quartile)Median of the bottom half (25th percentile)
$Q_2$ (Median)Middle value (50th percentile)
$Q_3$ (Upper Quartile)Median of the top half (75th percentile)
MaximumLargest value

Measures of Spread
#

MeasureFormulaWhat it tells you
RangeMax $-$ MinTotal spread of the data
IQR$Q_3 - Q_1$Spread of the middle 50%

💡 The IQR is more useful than the range because it ignores extreme values (outliers).


Box-and-Whisker Plots
#

A box plot is a visual summary of the five-number summary:

  • Box: Stretches from $Q_1$ to $Q_3$ (the middle 50%)
  • Line inside box: The median
  • Whiskers: Extend to the minimum and maximum

Reading a Box Plot
#

FeatureInterpretation
Median centred in boxData is symmetric
Median closer to $Q_1$Data is positively skewed (tail to the right)
Median closer to $Q_3$Data is negatively skewed (tail to the left)
Long whiskerExtreme values in that direction

Grouped Data
#

When data is given in class intervals (e.g., 40–50, 50–60, …), you cannot find the exact mean or median. Instead:

  • Use the midpoint of each class to estimate the mean
  • Use the ogive (cumulative frequency curve) to estimate the median and quartiles

Deep Dive
#


🚨 Common Mistakes
#

  1. Not sorting data first: You MUST sort data before finding the median and quartiles.
  2. Including the median in quartile calculations: When finding $Q_1$ and $Q_3$, split the data into two halves. If $n$ is odd, exclude the median from both halves.
  3. Confusing mean and median: The mean is affected by extreme values; the median is not. If asked “which is the better measure?”, consider outliers.
  4. Box plot scale: Draw the number line to scale — the box plot must be proportional.

🔗 Related Grade 10 topics:

📌 Where this leads in Grade 11: Statistics: Standard Deviation — measuring spread numerically with variance and $\sigma$


⏮️ Analytical Geometry | 🏠 Back to Grade 10