Skip to main content

MATH 114 · Module 9 of 14

Describing Data

The statistics unit begins here: how to summarize a data set with a measure of center and a measure of spread, and how the shape of the data tells you which to trust.

Learn the Concepts

1 · Measures of center

  • Mean — add all values and divide by how many there are. Uses every value, but is pulled by outliers.
  • Median — the middle value once sorted (average the two middle values if there's an even count). Resistant to outliers.
  • Mode — the most frequent value. Useful for categorical data; a set can have none or several.

Which to use? Mean for roughly symmetric data; median when the data is skewed or has outliers (like incomes or home prices).

Learn the Concepts

2 · Measures of spread & shape

Range = maximum − minimum gives a quick sense of spread but ignores everything in between. Standard deviation measures the typical distance of values from the mean — a small standard deviation means the data is tightly clustered.

The shape matters too: data can be symmetric, right-skewed (a long tail of high values pulls the mean above the median), or left-skewed. For a deep visual reference with boxplots and Excel formulas, use the linked one-page summary below.

Worked Examples

See it done, step by step

Use the data set 4, 7, 10, 12, 12, 15, 18, 22 (already sorted, 8 values).

Example 1 — Find the mean

Sum = 4+7+10+12+12+15+18+22 = 100. Mean = 100 ÷ 8 = 12.5.

Example 2 — Find the median

With 8 values, average the 4th and 5th.

4th = 12, 5th = 12, so median = (12 + 12) ÷ 2 = 12.

Example 3 — Find the mode and range

Mode = 12 (it appears twice). Range = 22 − 4 = 18.

Watch & Review

Resources for this module

Reference

Statistics one-page summary

A full visual reference: center, spread, five-number summary, boxplots, and the Excel formulas for each.

Open summary
Slides

Lecture slides

The Module 9 slides on describing data.

Open slides

Check Yourself

Quick self-check

1. Find the mean of 2, 4, 9.

(2 + 4 + 9) ÷ 3 = 15 ÷ 3 = 5.

2. Find the median of 3, 7, 9, 12.

Average the middle two: (7 + 9) ÷ 2 = 8.

3. For incomes with a few very high earners, mean or median?

Median — it isn't pulled upward by the high outliers.

Ready to turn it in?

When you can summarize a data set confidently, complete the Module 9 homework and quiz in Canvas.

Submit in Canvas