Homework Statement
This is my data: 42.4, 65.7, 29.8, 58.7, 52.1, 55.8, 57.0, 68.7, 67.3, 67.3, 54.3, 54.0 I need to find the standard deviation of this list of data.
2. Homework Equations standard deviation= : s^2=\frac{\sum_{i=1}^n(x_i -\overline{x})}{n-1} Actually the standard...