Answer: Β C. Equal to
Step-by-step explanation:
The standard deviation is written as:
Sx = β( β(xβ - x)^2/(n-1))
Where xβ are the values of the data set, n is the number of data points and x is the mean of the data set.
Now, if we add a constant c to all the terms in our data set we will have:
(i will use the ' to denote the transformed data)
xβ' are now xβ + c.
And the new mean will be:
x' = ( (xβ + c) + (xβ + c) + .... + (xβ + c))/n = (c*n + (xβ + xβ + ..))/n = c + (xβ + xβ +...)/n
x' = c + x
Then the new standard deviation will be:
Sx' =β( β(xβ' - x')^2/(n-1))
Sx' = β( β((xβ+c) - (x +c))^2/(n-1)) = β( β(xβ - x)^2/(n-1)) = Sx
So the standard deviation does not change.
The correct option is C.