Concept:Variance is the average of the squared deviations of each value from the mean.Explanation:Data set: 2,4,7,8,9.Mean:x=52+4+7+8+9=530=6.Deviations from the mean:2−6=−4, 4−6=−2, 7−6=1, 8−6=2, 9−6=3.Squared deviations:16,4,1,4,9.Sum of squared deviations:∑(x−x)2=16+4+1+4+9=34.Variance:n∑(x−x)2=534=6.8.Answer:B. 6.8