Statistics · real student question

Summary statistics from a sample were sum X = 8, sum X^2 = 46, and a sample size of 4. What is the standard error of the mean?

Question

Summary statistics from a sample were X=8\sum X = 8, X2=46\sum X^2 = 46, and a sample size of 44. What is the standard error of the mean?

Step-by-step solution

  1. Separate the two divisions. The standard error is

    sXˉ=sns_{\bar{X}} = \frac{s}{\sqrt{n}}

    and it needs two denominators: n1n-1 when turning SSSS into s2s^2, and n\sqrt{n} when turning ss into the standard error. Mixing them up is what generates every distractor in this question.

  2. Compute the sum of squares. With the computational formula:

    SS=X2(X)2n=46824=4616=30SS = \sum X^2 - \frac{\left(\sum X\right)^2}{n} = 46 - \frac{8^2}{4} = 46 - 16 = 30

  3. Get the sample variance and standard deviation. Divide by n1=3n - 1 = 3:

    s2=303=10,s=10=3.16228s^2 = \frac{30}{3} = 10, \qquad s = \sqrt{10} = 3.16228

  4. Divide by the square root of nn.

    sXˉ=3.162284=3.162282=1.581141.581s_{\bar{X}} = \frac{3.16228}{\sqrt{4}} = \frac{3.16228}{2} = 1.58114 \approx 1.581

  5. Trace the distractors back. 3.1623.162 is ss itself, with the n\sqrt{n} step skipped. 1.8261.826 is 10/3=3.333\sqrt{10/3} = \sqrt{3.333}, from dividing the variance by n1n-1 twice. 1.3691.369 is 30/16\sqrt{30/16}, and 0.7910.791 is 1.581/21.581/2, one extra halving. Only 1.5811.581 follows both divisions exactly once.

  6. Sanity check with explicit data. The four values 1,0,3,6-1, 0, 3, 6 have X=8\sum X = 8 ✓ and X2=1+0+9+36=46\sum X^2 = 1+0+9+36 = 46 ✓. Their mean is 22, the deviations are 3,2,1,4-3, -2, 1, 4, and SS=9+4+1+16=30SS = 9+4+1+16 = 30 ✓ — matching the computational formula. So s=30/3=3.162s = \sqrt{30/3} = 3.162 and sXˉ=3.162/2=1.581s_{\bar{X}} = 3.162/2 = 1.581 ✓.

Answer

sXˉ=1021.581s_{\bar{X}} = \frac{\sqrt{10}}{2} \approx 1.581

Need to solve a different problem like this? Open the solver →