Hi Diane,
I know a couple ways to do this. First and simplest is to use a TI-80s series calculator. Input into a list STAT-EDIT-enter all values. Then go to STAT-CALC-1-Var Stats List number. This will return a value Sigmax. Make sure you record this and not the sample standard deviation sx.
Second way is by hand. First, you need the mean, so compute:
(15 + 18 + 13 + 9 + 12)/ 5 = 13.4
Sigmax = sqrt( Sum(xi - xbar)2/5
So, you would start with:
Sigma = sqrt (15 -13.4)2 + (18 - 13.4)2 and so on. Then divide by 5. This will give you your population standard deviation.
Remember, you are rounding to one more place than your data, so that means one decimal in this case. I hope this helps.