In a data set with 12 numbers, and the lowest and largest numbers can be 0 and 10, what are the numbers in the set to get the largest mean deviation.
The mean deviation is obtained by:
- Finding the mean of all values
- Finding the distance of each value from that mean (subtracting the mean from each value, then taking the absolute value)
- Finding the mean of those distances