Problem
The list $\left( 60, 90, 60, 80, 75, 60, 100 \right)$ has the average $\mu = 75$ and standard deviation $\sigma \approx 15$.
Generate a list of 7 numbers such that the average is $75$ and the standard deviation is greater than 15.
My thoughts
I figure I can generate a list of numbers where one of them is $75$ and the rest of them are $0$ and $150$ equally spread out.
My problem is that this is simply an intuitive method, and without calculating it specifically, I can't give a reason why SD>15 is guaranteed.
Question
Is there a way for me to, without calculating the SD, guarantee that it is greater than 15?
I think they want you to use the given list to generate yours. Remember that the SD is a measure of how spread out your values are from the center (that is $\mu$). Hint: If you take the numbers less than 75 and decrease them, and increase the ones greater than 75 you'll get a greater spread. But you'll have to make sure that you do this in a way that keeps the $\mu$ at 75. Does that get you started?