Guided Practice 1: Step-by-Step Calculation of a Sample Mean
Ball bearing diameters: 12.1, 11.8, 12.3, 12.0, 11.9, 12.5.
Question 1a — Sum:
\[ \sum x_i = 12.1 + 11.8 + 12.3 + 12.0 + 11.9 + 12.5 = 72.6 \]
Question 1b — Mean:
\[ \bar{x} = \frac{\sum x_i}{n} = \frac{72.6}{6} = 12.10 \]
Guided Practice 2: Determining the Sorted Middle Value
The key for all median problems is to sort the data first.
- Variant 0 — Quiz scores (n=9, odd): Sort to get 8, 9, 11, 12, 13, 14, 15, 17, 18. The median is at position \((9+1)/2 = 5\). The 5th value is 13.
- Variant 1 — Daily temperatures (n=8, even): Sort to get 16, 18, 19, 21, 22, 23, 25, 27. Average positions 4 and 5: \((21+22)/2 = \) 21.5.
- Variant 2 — Café customers (n=7, odd): Sort to get 28, 30, 34, 37, 41, 44, 55. The median is at position 4. The 4th value is 37.
- Variant 3 — Reaction times (n=6, even): Sort to get 0.38, 0.43, 0.45, 0.50, 0.51, 0.67. Average positions 3 and 4: \((0.45+0.50)/2 = \) 0.475.
- Variant 4 — Repair times (n=5, odd): Sort to get 1.0, 2.0, 3.0, 3.5, 4.5. The median is at position 3. The 3rd value is 3.0.
Guided Practice 3: Matching Central Tendency to Distribution Shapes
Apply the decision rule based on shape and variable type:
- Variant 0 — Right-skewed household incomes: Median. The mean is inflated by the high earners in the right tail.
- Variant 1 — Symmetric petal lengths: Mean. For symmetric quantitative data with no outliers, the mean uses all the data and is preferred.
- Variant 2 — Preferred study location: Mode. This is qualitative nominal data. You cannot compute a mean or median for categories like "Library" or "Café".
- Variant 3 — Left-skewed marathon times: Median. The outlier at 2.1 hours pulls the mean downward, misrepresenting typical runners.
- Variant 4 — Symmetric absences: Mean. Even though the data are integers, the distribution is symmetric with no outliers, so the mean is best.