Happy Sunday!
I learned that you can look at how large the jumps are when comparing the SDs of multiple sets to see which set has the largest SD. For example, let's say I have this made up example:
Set 1: {3, 7, 8, 9, 1} ---> 3 to 7 is a jump of 4, 7 to 8 is a jump of 1, 8 to 9 is a jump of 1, and 9 to 1 is a jump of 8 --> 4+1+1+8=14 jumps
Set 2: {15, 19, 21, 30, 32} --> repeated process above= 17 jumps
Set 3: {1, 4, 9, 12, 17} =repeated process above= 16 jumps
Therefore set 2 has the largest SD. I realize that this method might not work when each set does not have the same amount of numbers, so what would be the best way to handle finding the SD when comparing sets?
Do you recommend counting the jumps and ALSO calculating the average of each set (to compare each jump relative to the average....but this is essentially calculating the SD then... which I thought that you are not supposed to do on the GMAT)? I realize you can eliminate a set(s) based on some reasoning without doing any math, but what would be your standard way of dealing with problems in this nature when you need to do some math?
Many thanks in advance