The data set is \(1, 3, 6, 10\). A new list is made by writing each original value three times:
\(1,1,1,3,3,3,6,6,6,10,10,10\).
Find the mean, range, and mean absolute deviation of both lists. Explain why repeating every observation the same number of times does not change these statistics.
Hints
- Compare how the total and the number of observations change together.
- Check whether any new minimum or maximum is introduced.
- Track what happens to both the total distance and the divisor in the spread calculation.
Solution
1. The original mean is \((1+3+6+10)\div4=5\), and the range is \(10-1=9\).
2. The original absolute distances from \(5\) are \(4, 2, 1, 5\), totaling \(12\), so the mean absolute deviation is \(12\div4=3\).
3. In the repeated list, both the total of the values and the number of values are multiplied by \(3\), so the mean remains \(5\).
4. The minimum and maximum remain \(1\) and \(10\), so the range remains \(9\).
5. The total absolute distance becomes \(36\), and \(36\div12=3\), so the mean absolute deviation remains \(3\).
Answer
Both lists have mean \(5\), range \(9\), and mean absolute deviation \(3\).
Equal repetition changes frequencies but preserves the proportions of all values and distances.