The question is: The standard deviation of the mean mass of a sample of 2 aubergines is 20 g smaller than the standard deviation in the mass of a single aubergine. Find the standard deviation of the mass of an aubergine.
So, I chose X as the mass of an aubergine, and set up an equation:
$\sqrt{Var(X_1 + X_2)+20}=\sqrt{Var(X)}$
$Var(X_1 + X_2)+20=Var(X)$
$2Var(X)+20=Var(X)$
But then I get a negative value of $Var(X)$. What did I do wrong?
Edit: I realized that since it's a sample, it should be $Var(\frac{X_1 + X_2}{2})$. So I did make an equation like that, assuming $X_1+X_2=2X$. But then again I don't have the answer for some reason.
$\frac{1}{4}(2)Var(X)+20=Var(X)$
$\frac{1}{2}Var(X)+20=Var(X)$
$\frac{1}{2}Var(X)=20$
$Var(X)=40$
And so the standard deviation would be $\sqrt{40}$. But apparently the answer is 68.3g. Anybody know what I did wrong?