Maths Olympiad Prep

Track / Stage 3 / 205 of 260 #205 of 1964

Problem 205

AMC 10/12, early questions
Algebra Difficulty 3.6 Find the answer

A set of data: 00, 11, 22, 22, 33, 44. If a data point 22 is added, which of the following statistical measures will change?

Pick one

Official solution

To analyze how the addition of a data point 22 to the set 00, 11, 22, 22, 33, 44 affects various statistical measures, we'll examine each measure both before and after the addition.

Original Data Set: 00, 11, 22, 22, 33, 44

1. Mean (Average):
- Original: 0+1+2+2+3+46=126=2\frac{0+1+2+2+3+4}{6} = \frac{12}{6} = 2
- New Data Set (with additional 22): 0+1+2+2+2+3+47=147=2\frac{0+1+2+2+2+3+4}{7} = \frac{14}{7} = 2
- Conclusion: Mean remains unchanged.

2. Median (Middle Value):
- Original: With six numbers, the median is the average of the 3rd and 4th numbers, 2+22=2\frac{2+2}{2} = 2
- New Data Set: With seven numbers, the median is the 4th number, which is 22
- Conclusion: Median remains unchanged.

3. Mode (Most Frequent Value):
- Original: The number 22 appears most frequently.
- New Data Set: The number 22 still appears most frequently.
- Conclusion: Mode remains unchanged.

4. Variance (Measure of Dispersion):
- Original Variance Calculation:
16[(02)2+(12)2+(22)2×2+(32)2+(42)2]=16[4+1+0+1+4]=106=53 \frac{1}{6}\left[(0-2)^2 + (1-2)^2 + (2-2)^2 \times 2 + (3-2)^2 + (4-2)^2\right] = \frac{1}{6}\left[4 + 1 + 0 + 1 + 4\right] = \frac{10}{6} = \frac{5}{3}
- New Data Set Variance Calculation:
17[(02)2+(12)2+(22)2×3+(32)2+(42)2]=17[4+1+0+1+4]=107 \frac{1}{7}\left[(0-2)^2 + (1-2)^2 + (2-2)^2 \times 3 + (3-2)^2 + (4-2)^2\right] = \frac{1}{7}\left[4 + 1 + 0 + 1 + 4\right] = \frac{10}{7}
- Conclusion: Variance changes from 53\frac{5}{3} to 107\frac{10}{7}.

Given these observations, the statistical measure that changes with the addition of another data point 22 is the Variance.

Therefore, the correct answer is A\boxed{A}.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.