Good thinking. This is how I will go about analyzing these statements.
1. SD is a measure of compactness, not the measure of the absolute value of the number. Hence if we have two sets of numbers and we want to know the SD of the combined set, then we must know the mean and distance of each data separately.
Suppose {U V W } and { X Y Z } are combined to form a new set { U V W X Y Z } then the SD of the combined set cannot be predicted, even if we know that
SD (U V W) < SD ( A B C)
and
SD (X Y Z) < SD (A B C)
SD(u,v,w,x,y,z) < SD(a,b,c) ---- this cannot be inferred.
When I see SD(U, V, W) < SD(A, B, C),
I think of this case:
U=V=W=10 so SD(X, Y, Z) = 0
SD(A, B, C) has some positive value. Say A = 1, B = 2, C = 3
When I see SD(X, Y, Z) < SD(A, B, C),
I think of this case:
X=Y=Z=20 so SD(X, Y, Z) = 0
SD(A, B, C) has some positive value. Say A = 1, B = 2, C = 3
Now, SD(U, V, W, X, Y, Z) = SD(10,10,10, 20, 20, 20) which is more than SD (A, B, C)
On the other hand, if U = X, SD(U, V, W, X, Y, Z) = SD(10,10,10,10,10,10) = 0 which is less than SD (A, B, C)
So I cannot say anything about the combined SD.
2. On the other hand two sets - { L M N } and { X Y Z } and it is given that -
SD { L M N} > SD ( X Y Z)
If we add numbers to the first set - { P Q R } and then the set becomes { L M N P Q R}. We can infer that -
SD (L M N P Q R) > SD (X Y Z)[/quote]
Let me write down some relations:
SD(10, 11, 12) > SD(10, 11, 11) (less dispersed, closer together)
SD(10, 11, 12) < SD(9, 10, 11, 12, 13) (More dispersed)
SD(10, 11, 12) > SD(10, 11, 11, 11, 12) (Closer together - If this is not apparent, think of the formula of SD. It is root of the sum of the squares of the distance from the mean divided by the number of elements. If you keep adding more numbers at the mean, number of elements keeps increasing but the sum of distance doesn't so SD keeps going down.
So when you add new elements, SD could increase/decrease. Hence, you cannot infer anything in this case either.