Question:

Calculate the variance of: 2, 4, 5, 6, 8, 17.

Show Hint

To calculate variance, find the mean first, then compute the squared differences from the mean, and divide by the number of elements.
Updated On: Apr 17, 2025
  • 20
  • 21
  • 22
  • 23
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

The formula for variance is: \[ \text{Variance} = \frac{\sum (x_i - \bar{x})^2}{n} \] where \( \bar{x} \) is the mean of the numbers and \( x_i \) are the individual numbers. First, calculate the mean of the numbers: \[ \bar{x} = \frac{2 + 4 + 5 + 6 + 8 + 17}{6} = 7 \] Then, calculate the squared differences from the mean for each number, sum them up, and divide by \( n \). \[ \text{Variance} = \frac{(2-7)^2 + (4-7)^2 + (5-7)^2 + (6-7)^2 + (8-7)^2 + (17-7)^2}{6} = 22 \]
Was this answer helpful?
0
0

Top Questions on Statistics

View More Questions