Algebra 101 - Unit 14

Lesson 90: Descriptive Statistics

Descriptive statistics summarize and describe data sets. They help us understand the central tendency (typical value), spread (variability), and shape of data. Key measures include mean, median, mode, range, variance, and standard deviation.

Measures of Central Tendency

Measures of Spread

Formulas

For data values \(x_1, x_2, ..., x_n\) with mean \(\bar{x}\):

\( \text{Variance } (s^2) = \frac{\sum (x_i - \bar{x})^2}{n} \)

\( \text{Standard Deviation } (s) = \sqrt{s^2} \)

Examples

Example 1 — Small Data Set:

Data: 2, 4, 6, 8, 10 Mean = (2+4+6+8+10)/5 = 6 Median = 6 Mode = none (all unique) Range = 10 − 2 = 8 Variance = [(2−6)²+(4−6)²+(6−6)²+(8−6)²+(10−6)²]/5 = 8 Standard Deviation = √8 ≈ 2.83

Example 2 — Mode:

Data: 3, 5, 5, 7, 9 Mode = 5, since it appears twice.

Practice Problems

  1. Find the mean, median, and mode of: 12, 15, 18, 12, 20.
  2. Compute the range, variance, and standard deviation for: 5, 10, 15, 20.
  3. Which measure of central tendency is best when data has extreme outliers? (Mean, median, or mode?)
  4. Find the variance and standard deviation for: 2, 2, 4, 4.
  5. Explain why variance and standard deviation are more informative than the range.