Bunuel
Consider the following sets:
L = {3, 4, 5, 5, 6, 7}
M = {2, 2, 2, 8, 8, 8}
N = {15, 15, 15, 15, 15, 15}
Rank those three sets from least standard deviation to greatest standard deviation.
A. L, M, N
B. M, L, N
C. M, N, L
D. N, L, M
E. N, M, L
Kudos for a correct solution. MAGOOSH OFFICIAL SOLUTION:OK, well first of all, set N has six numbers that are all the same. When all the members of a set are identical, the standard deviation is zero, which is the smallest possible standard deviation. So, automatically, N, must have the lowest. Right away, we can eliminate (A) & (B) & (C). In fact, even if we could do nothing else in this problem, we could guess randomly from the remaining two answers, and the odds would be in our favor. See
this post for more on that strategy.
Now we have to compare the standard deviations of Set L and Set M. In Set L, the mean is clearly 5: two of the entries equal 5, so they have a deviation from the mean of zero, and no entry is more than two units from the mean. By contrast, in Set M, the mean is also 5, and here, every number is 3 units away from the mean, so the standard deviation of M is 3. No number in Set L is as much as 3 units away from the mean, so whatever the standard deviation of L is, it absolutely must be less than 3. That means, Set L has the second largest standard deviation, and Set M has the largest of the three. N, L, M in increasing order.
Answer = D.