Question

Difficulty: MediumMeasures of Dispersion

A small business recorded the number of customer inquiries received per day over six consecutive days as follows: 44, 77, 88, 1111, 1313, and 1717. What is the variance of the daily customer inquiries?

Answer: 18

Answer

The variance of the daily customer inquiries is 1818.
To find the variance of the data set {4,7,8,11,13,17}\{4, 7, 8, 11, 13, 17\}, first calculate the mean: xˉ=4+7+8+11+13+176=10\bar{x} = \frac{4+7+8+11+13+17}{6} = 10. Next, compute the squared deviation of each data point from the mean: (410)2=36(4-10)^2 = 36, (710)2=9(7-10)^2 = 9, (810)2=4(8-10)^2 = 4, (1110)2=1(11-10)^2 = 1, (1310)2=9(13-10)^2 = 9, and (1710)2=49(17-10)^2 = 49. Summing these squared deviations gives 108108. Dividing this total by the number of observations (66) yields a variance of 1818.

Step-by-Step Solution

1
Calculate the arithmetic mean of the given data set.
xˉ=10\bar{x} = 10
The mean is required as the central point from which deviations are calculated.
2
Determine the squared deviation of each data value from the mean.
(6)2=36(-6)^2 = 36, (3)2=9(-3)^2 = 9, (2)2=4(-2)^2 = 4, 12=11^2 = 1, 32=93^2 = 9, 72=497^2 = 49
Variance measures the average squared distance of data points from the mean.
3
Sum all calculated squared deviations.
(xxˉ)2=36+9+4+1+9+49=108\sum (x - \bar{x})^2 = 36 + 9 + 4 + 1 + 9 + 49 = 108
This provides the total sum of squares for the data set.
4
Divide the total sum of squares by the number of observations (n=6n = 6).
σ2=1086=18\sigma^2 = \frac{108}{6} = 18
Population variance formula is σ2=(xxˉ)2n\sigma^2 = \frac{\sum (x - \bar{x})^2}{n}.

Key Concept

Variance of Ungrouped Data
Estimated Time:1m 30s
Rate this question