when we know that both estimators are unbiased, we prefer the one with a smaller variance.
so considering that we want to estimate the population mean using 5 data points, we consider the 2 estimators below:
a. Mu1 = (x1+x2+x3+x4+x5)/5 b. Mu2 = (x1+x2+x3)/3 + x4 - x5
var(Mu1) = σ²/5 var(Mu2) = (7/3)σ²
hence in comparing both estimators, estimator (a) would be better. however I need help in understanding the math behind getting the variance of both estimators!