got wrong bc i did not fully understand the formula and properties of standard deviation, so here's my lengthy note to self and hopefully help someone else
believe understanding standard deviation (and also variance) is the key to never get these types of questions wrong again, so let's dig in
definition: standard deviation is the square root of the variance, which equals the average squared difference from the mean
let's use the data set: 2, 4, 6, 8, 10 for instance
step 1: calculate the mean
mean = 6
step 2: calculate the sum of squared difference for each term (i.e., each term subtract mean and then squared)
(2-6)^2 = 16
(4-6)^2 = 4
(6-6)^2 = 0
(8-6)^2 = 4
(10-6)^2 = 16
sum = 40
step 3: calculate variance
variance = avg. of squared difference for each term = 40/5 = 8
step 4: calculate standard deviation
standard deviation = squared root of variance = root 8, or ~2.83
awesome, now let's explore the properties more.
what if we add 2 to each term?
data set is now: 4, 6, 8, 10, 12
repeating the process, we see:
mean = 8
sum = 40
variance = 40/5 = 8
standard deviation = root 8, or ~2.83
*note that since sum of squared difference still equals 40 here, variance and standard deviation will certainly be the same
what if we subtract 2?
data set is now: 0, 2, 4, 6, 8
same thing, we see:
mean = 4
sum = 40
variance = 40/5 = 8
standard deviation = root 8, or ~2.83
*same as above
here, we discovered that if we add or subtract a constant to each term in this set, the standard deviation will not change
applying the properties to question below
set {r-2, s-2, t-2} is obtained by subtracting 2 from each term of {r, s, t} -> good
set {0, r-s, t-s} is obtained by subtracting s from each term of {r, s, t} -> good
set {r-4, s+5, t-1} is obtained by adding random constants and thus def shift standard deviation -> bad
thus (C) I and II only
the legend
Bunuel also posted other similar questions for practice, posting here as note to self; hope everyone here never make these mistakes again!
PS:if-d-is-the-standard-deviation-x-y-and-z-what-is-the-stan-93979.htmlm11-72303.htmlm05-71689.html#p1145328m03-72087.htmlwhich-of-the-following-sets-has-the-standard-deviation-131485.htmlset-a-consists-of-all-even-integers-between-2-and-110876.htmlset-a-consists-of-all-prime-numbers-between-10-and-25-set-b-110874.htmla-certain-list-of-100-data-has-an-average-arithmetic-mean-87743.htmlDS:let-s-be-a-finite-set-of-consecutive-multiples-of-155075.htmlif-q-is-a-set-of-consecutive-integers-what-is-the-standard-151794.htmlis-the-standard-deviation-of-the-numbers-x-y-and-z-equal-to-145906.htmla-researcher-computed-the-mean-the-median-and-the-standard-134893.htmlduring-an-experiment-some-water-was-removed-from-each-of-94166.htmlwhat-is-sd-of-given-set-of-numbers-whose-average-is-104000.htmlthere-is-a-set-of-consecutive-even-integers-what-is-the-98877.htmlzbvl
Which of the following triples of numbers have the same standard deviation as the numbers r, s, and t?
I. r - 2, s - 2, t - 2
II. 0, r - s, t - s
III. r - 4, s + 5, t - 1
A. I only
B. II only
C. I and II only
D. I and III only
E. I, II, and III