Bunuel
Set A: {-11, 0, 0, 11}
Set B: {2, 4, 6, 8}
Set C: {50, 51, 52, 53}
Set D: {12, 12, 12, 12}
Which of the following sets have a maximum & minimum standard deviation respectively?
A. Max: A, Min: B
B. Max: B, Min: C
C. Max: C, Min: D
D. Max: B, Min: D
E. Max: A, Min: D
A set who's values are the furthest from the mean will have the maximum standard deviation and those who are the least away from the mean will have the least standard deviation.
With this Set D will have the least standard deviation and will be equal to 0.
Set A will have the maximum standard deviation as its means = 0, is far away from -11 and 11.
\(SD = \sqrt{\frac{SUM(x - \bar{x})^2}{n}}\), where \(\bar{x}\) is the mean of the set
For Set A: Mean = 0,
SUM\((x - \bar{x})^2 = (-11 - 0)^2 + (0 - 0)^2 + (0 - 0)^2 + (11 - 0)^2 = 121 + 0 + 0 + 121 = 242\)
\(SD = \sqrt{\frac{242}{4}} = \sqrt{60.5}\)
For Set B: Mean = 5,
SUM\((x - \bar{x})^2 = (2 - 5)^2 + (4 - 5)^2 + (6 - 5)^2 + (8 - 5)^2 = 9 + 1 + 1 + 9 = 20\)
\(SD = \sqrt{\frac{20}{4}} = \sqrt{5}\)
For Set C: Mean = 51.5,
SUM\((x - \bar{x})^2 = (50 - 51.5)^2 + (51 - 51.5)^2 + (52 - 51.5)^2 + (53 - 51.5)^2 = 2.25 + 0.25 + 0.25 + 2.25 = 5\)
\(SD = \sqrt{\frac{5}{4}} = \sqrt{1.25}\)
For Set D: Mean = 12,
SUM\((x - \bar{x})^2 = (12 - 12)^2 + (12 - 12)^2 + (12 - 12)^2 + (12 - 12)^2 = 0 + 0 + 0 + 0 = 0\)
\(SD = \sqrt{\frac{0}{4}} = \sqrt{0} = 0\)
Option EArun Kumar