Center vs Spread Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

easy
For the data {2,4,6,8,10}\{2, 4, 6, 8, 10\}: calculate the mean (center) and standard deviation (spread), then explain why both are needed to describe the data.

Solution

  1. 1
    Mean: ฮผ=2+4+6+8+105=305=6\mu = \frac{2+4+6+8+10}{5} = \frac{30}{5} = 6
  2. 2
    Deviations from mean: โˆ’4,โˆ’2,0,2,4-4, -2, 0, 2, 4; squared: 16,4,0,4,1616, 4, 0, 4, 16; sum = 40
  3. 3
    ฯƒ=405=8โ‰ˆ2.83\sigma = \sqrt{\frac{40}{5}} = \sqrt{8} \approx 2.83
  4. 4
    Why both needed: mean tells us where data is centered, but two data sets could have mean 6 with very different spreads โ€” the SD distinguishes them

Answer

Mean = 6 (center); SD โ‰ˆ 2.83 (spread). Both are needed for a complete description.
Center and spread together form the minimum description of a distribution. Knowing only the mean is like knowing a city's average temperature without knowing the seasonal variation โ€” incomplete and potentially misleading.

About Center vs Spread

Center and spread are two complementary ways to describe a data distribution. Center (mean, median, mode) tells you where values cluster; spread (range, interquartile range, standard deviation) tells you how far values are from that center. Together they give a complete picture of any dataset.

Learn more about Center vs Spread โ†’

More Center vs Spread Examples