What are the mean, median, mode, variance and standard deviation of {4,6,7,5,9,4,3,4}?

1 Answer
Nov 23, 2015

Mean #= 5.25color(white)("XXX")#Median #= 4.5color(white)("XXX")#Mode #= 4#
Population: Variance #= 3.44color(white)("XXX")#Standard Deviation #=1.85#
Sample: #color(white)("X")#Variance #=43.93color(white)("XXX")#Standard Deviation #=1.98#

Explanation:

Mean is the arithmetic average of the data values

Median is the middle value when the data values have been sorted (or the average of the 2 middle values if there are an even number of data values).

Mode is the data value(s) the occur with the greatest frequency.

Variance and Standard Deviation depend upon whether the data is assumed to be the entire population or only a sample from the entire population.

Population Variance #(color(black)(sigma_("pop")^2))#
is the sum of the squares of the differences between each data value and the mean, divided by the number of data values.

Population Standard Deviation #(color(black)(sigma_"pop"))#
is the square root of #sigma_"pop"^2#

Sample Variance #(color(black)(sigma_"smpl"^2))#
is the sum of the squares of the differences between each data value and the mean, divided by one less than the number of data values.

Sample Standard Deviation#(color(black)(sigma_"smpl"))#
is the square root of #sigma_"smpl"^2#

enter image source here