Question:medium

Find the mean and variance for the first 10 multiples of 3.

Updated On: Jan 22, 2026
Show Solution

Solution and Explanation

The first 10 multiples of 3 are 

3, 6, 9, 12, 15, 18, 21, 24, 27, 30 

Here, number of observations, n = 10

Mean, \(\bar{x}=\frac{\sum_{i=1}^{10}x_i}{10}=\frac{165}{10}=16.5\)

The following table is obtained.

\(x_i\)\((x_i-\bar{x})\)\((x_i-\bar{x})^2\)
3-13.5182.25
6-10.5110.25
9-7.556.25
12-4.520.25
15-1.52.25
181.52.25
214.520.25
247.556.25
2710.5110.25
3013.5182.25
  742.5

Variance(σ2) = \(\frac{1}{n}\sum_{i=1}^{10}(x_i-\bar{x})^2=\frac{1}{10}×742.5=74.25\)

Was this answer helpful?
0