Skip to main content
  1. Grade 11 Mathematics/

Statistics

Statistics: Measuring the Spread
#

In Grade 10, you measured where the data centres (mean, median, mode). In Grade 11, you measure how spread out the data is. Two data sets can have the same mean but look completely different — the spread tells the full story.


The Big Idea: Consistency
#

Imagine two cricket batsmen with the same average of 50 runs:

  • Batsman A: Scores 48, 52, 49, 51 → very consistent
  • Batsman B: Scores 0, 100, 10, 90 → wildly inconsistent

Both average 50, but you’d rather have Batsman A on your team. The standard deviation ($\sigma$) measures this consistency:

  • Low $\sigma$ → data is clustered tightly around the mean
  • High $\sigma$ → data is spread far from the mean

Standard Deviation & Variance
#

The Formula
#

$$\sigma = \sqrt{\frac{\sum(x_i - \bar{x})^2}{n}}$$
SymbolMeaning
$x_i$Each data value
$\bar{x}$The mean of all values
$n$How many values
$\sigma$Standard deviation
$\sigma^2$Variance (the square of $\sigma$)

The Step-by-Step Method
#

  1. Calculate the mean ($\bar{x}$)
  2. Find each deviation: $x_i - \bar{x}$
  3. Square each deviation: $(x_i - \bar{x})^2$
  4. Find the mean of the squared deviations (= variance)
  5. Square root the variance (= standard deviation)

💡 Calculator shortcut: In STAT mode, enter all data → 1-VAR stats → read $\bar{x}$ and $\sigma_x$ directly. Use $\sigma_x$ (population), NOT $s_x$ (sample).


Grouped Data: Histograms & Ogives
#

Histograms
#

  • Bars represent frequency of each class interval
  • Bars touch (no gaps) because the data is continuous
  • The modal class is the tallest bar

Frequency Polygons
#

  • Connect the midpoints of the tops of the histogram bars
  • Extend to the x-axis one interval before and after the data

Ogives (Cumulative Frequency Curves)
#

  • Plot cumulative frequency against the upper boundary of each class
  • The S-shaped curve lets you read off the median and quartiles
  • Median = value at $\frac{n}{2}$ on the cumulative frequency axis

Symmetric vs Skewed Data
#

DistributionShapeMean vs Median
SymmetricBell-shaped, balancedMean $\approx$ Median
Positively skewedTail extends RIGHTMean $>$ Median
Negatively skewedTail extends LEFTMean $<$ Median

💡 Memory trick: The mean is “pulled” towards the tail. If the tail is on the right (positive direction), the mean is greater than the median.


Outliers
#

An outlier is a data value that is unusually far from the rest. The standard rule:

$$\text{Outlier if } x < Q_1 - 1.5 \times IQR \text{ or } x > Q_3 + 1.5 \times IQR$$

Outliers drag the mean and standard deviation. The median and IQR are resistant to outliers.


Deep Dives
#


🚨 Common Mistakes
#

  1. Using $s_x$ instead of $\sigma_x$: On your calculator, use $\sigma_x$ (population) for school maths, not $s_x$ (sample).
  2. Forgetting frequency: If data is in a frequency table, multiply each $(x - \bar{x})^2$ by its frequency before summing.
  3. Ogive plotting: Plot against the upper boundary of each class, NOT the midpoint.
  4. Histogram gaps: Histograms for continuous data have no gaps between bars. Bar graphs (for discrete/categorical data) have gaps.
  5. Confusing symmetric and skewed: Look at where the tail is, not where the peak is.

🔗 Related Grade 11 topics:

📌 Grade 10 foundation: Five-Number Summary

📌 Grade 12 extension: Statistics & Regression — scatter plots, regression lines, and correlation


⏮️ Analytical Geometry | 🏠 Back to Grade 11

Variance, Standard Deviation & Data Representation

Master the logic of dispersion — why we square deviations, how to calculate variance and standard deviation by hand and from frequency tables, how to read ogives, compare datasets, detect outliers, and interpret skewness — with full worked examples.