What is the sample variance (not the population estimate) for: 1, 1, 2, 3, 5, 8.

Find the mean first = sum of scores/number of scores

Subtract each of the scores from the mean and square each difference. Find the sum of these squares. Divide that by the number of scores to get variance.

I'll let you do the calculations.