Q1.
Explore if it is possible to include or remove 2 values such that the mean is unchanged. You may use the following data to experiment with.
Answer
Yes. Reading the dot plot on page 106, the data is
2.5, 5, 6.5, 7, 7.5, 8, 8, 8, 8, 9, 10, 10.5, 11, 12, 12, 13, 15
Number of values = 17, sum = 153, mean = 153 ÷ 17 = 9
Number of values = 17, sum = 153, mean = 153 ÷ 17 = 9
To keep the mean at 9 while adding two values, the two must be the same distance below and above 9 — that is, they must add up to 18.
Include 6 and 12 → new sum = 153 + 18 = 171, new count = 19
New mean = 171 ÷ 19 = 9 ✓
Include 4 and 14, or 8 and 10, or 9 and 9 → all give 9 again
New mean = 171 ÷ 19 = 9 ✓
Include 4 and 14, or 8 and 10, or 9 and 9 → all give 9 again
Removing works the same way: take out 8 and 10 (they add to 18), leaving a sum of 135 over 15 values, and 135 ÷ 15 = 9.
Why it happens: two new values x and y change the total by x + y and the count by 2. The mean survives only if the extra total is exactly two average-sized shares, i.e. x + y = 2 × 9 = 18. In balance language, one dot pulls left and the other pulls right by an equal amount, so the see-saw does not tip.