Is the standard deviation of set A is greater than standard deviation of set B ?
Thinking this way, it becomes easy to answer this questions.
As questions asks to find which SD is greater then first thing that must pop is that there must be relationship between the two sets - A and B.
So...
(1) Set A consists of consecutive multiples of 10
Clearly, not sufficient.
(2) Set B consists of consecutive multiples of 2
Clearly, not sufficient.
Hence answer must be either C or E. Here, it looks like details of two sets are available and we might be tempted to pick C which is a trap. Here's whyTogether 1 and 2.
\(SD(σ) = \sqrt{variance} = \sqrt{\frac{∑(x_i - x_{avg})^2}{n}}\)
As you can see SD depends on three parameters. So, \(SD_A < SD_B\) or \(SD_A > SD_B\) because it depends on 'n - number of elements in the set'. For example
Let Set A = {10, 20, 30}, \(SD_A = \frac{2*10^2}{3}\)
Set B = {2, 4, 6}, \(SD_B = \frac{2*2^2}{3}\)
Then \(SD_A > SD_B\)
But if
Set A = {10, 20, 30}, \(SD_A = \frac{2*10^2}{3}\)
Set B = {2, 4, 6, 8, .... , 98}, \(SD_B = \frac{2(48^2 + 46^2 + ... + 2)}{49}\)
Then \(SD_A < SD_B\)
Answer E.