Question
Question: Draw the necessary tables to find the standard deviation for the data 20, 14, 16, 30, 21 and 25....
Draw the necessary tables to find the standard deviation for the data
20, 14, 16, 30, 21 and 25.
Solution
We will find the mean of data using the formula for the mean. Then, we will find the difference between the mean and each observation. We will square these differences. Then, we will find the mean of the squared differences. Finally, we will find the square root of the quantity that we have obtained and that will give us the standard deviation of the data.
Formula used: We will use the following formulas:
The mean (xˉ) is given by xˉ=nx1+x2+...+xn where x1, x2 and xn are the 1st, 2nd and nth observation respectively and n is the total number of observation.
Standard deviation is given by S.D.=n∑(xi−xˉ)2 where xi is the ith observation of the data, xˉ is the mean and n is the total number of observations.
Complete step by step solution:
We will find the mean of the data. We will substitute 6 for n, 20 for x1, 14 for x2, 16 for x3, 30 for x4, 21 for x5 and 25 for x6 in the formula xˉ=nx1+x2+...+xn.
xˉ=620+14+16+30+21+25=6126=21
We will make a table to represent xi−xˉ,(xi−xˉ) and (xi−xˉ)2.
xi | xi−xˉ | (xi−xˉ)2 |
---|---|---|
20 | 20−21=−1 | (−1)2=1 |
14 | 14−21=−7 | (−7)2=49 |
16 | 16−21=−5 | (−5)2=25 |
30 | 30−21=9 | 92=81 |
21 | 21−21=0 | 02=0 |
25 | 25−21=4 | 42=16 |
Now, we will find ∑(xi−xˉ)2. The symbol ∑represents summation and the means that we have to add all the observations given in its parenthesis.
∑(xi−xˉ)2=1+49+25+81+0+16=172
We will substitute 172 for ∑(xi−xˉ)2and 6 for n in the formula S.D.=n∑(xi−xˉ)2.
S.D.=6172=28.667=5.35
The standard deviation of the data is 5.35.
Note:
The standard deviation is the square root of the variance of the data. Variance is given by V=n∑(xi−xˉ)2 . We might get confused between the 2 formulas. A good way to remember when to use the square root is that Standard Deviation (S.D.) starts from S and square root also starts from S, so we have to use square root in the formula for standard deviation.