You can
put this solution on YOUR website!Suppose a scientet makes two measurements x1 and x2 of a quantity whose true measure x is not known. The errors are then x-x1 and x-x2. What number can be assigned to x so that the sum of the squares is a mininum?
----------------------
EQUATION:
SS = (x-x1)^2 + (x-x2)^2
SS = (x^2-2x1x+x1^2 + x^2-2x2x+x^2^2
SS = 2x^2 -2(x1+x2)x + x1^2+x2^2
----------
The minimum occurs at x = -b/2a
= (2(x1+x2)/4)
= (x1+x^2)/2
------------------
You will get a minimum when x = (x1+x2)/2
========================
Cheers,
Stan H.