17.8k views
1 vote
Find variance, mean, median, mode, and standard deviation for:13, 15, 12, 10, 4, 16, 17, 22, 9

User Chagbert
by
5.2k points

1 Answer

4 votes

First, we have to order the sequence:

(4,9,10,12,13,15,16,17,22)

Then we can find the mean using the following equation:


\text{Mean = }(4+9+10+12+13+15+16+17+22)/(9)=(118)/(9)\text{ or 13.11111111}

In the sequence:

(4,9,10,12,13,15,16,17,22)

The median is the number that is in the 'middle' of the sequence. In this case, it is 13.

The mode is the number that most appears. In this case, we do not have a mode because all numbers are different.

The variance can be calculated using the following equation:


Var\text{ = }\frac{(X_1-Mean)^2+(X_2-Mean)^2+(X_3-Mean)^2\ldots..}{\text{Total}}

X is the element of the sequence. Total is the sequence size (9 in this case). I will do the calculations and put the result here:


\text{Var = }(1952)/(81)

The standard deviation is calculated using the following equation:


\text{Dev = }\sqrt[]{Var}


\text{Dev = }\sqrt[]{(1952)/(81)=}\text{ }\frac{4\sqrt[]{122}}{9}

User Dracorat
by
5.2k points