A student asked me a question that I couldn't answer, and I said I'd find out.
I set a problem which was, given a set of numbers, was the mean over 50 where the numbers are: 56, 42, 47, 59 and 48
The mean is 50.4. A student asked why it wasn't 52, and I was confused. they said they had added up the differences between 50 and the five numbers (so 50-42 = 8, 50-47=3, 48-50=2, 2+3+8=13 then 56-50=6, 59-50=9, 9+6=15) then as the difference is 2 (15-13=2) it should be 52.
This got me thinking that it was quite a clever way to work things out, and I get a feeling that something like this should work, but I can't explain why it doesn't (apart from the glib answer that "you don't do means like that" - I don't want to crush his enquiring mind!).
Thanks in advance.
Marc
The difference between each value and the mean sums to $2$, yes, but to find the mean you sum the values and divide by the count of the values -- here, that's $5$. So the difference has to be divided by $5$ as well before it can be added, and $2/5=0.4$.