250,855 views
13 votes
13 votes
HELPPP PLEASEEE! I tried everything from adding to dividing, subtracting, multiplying but still no correct answer. Can someone help me out here please? I am not sure where to start either now. Thank you for your time.

HELPPP PLEASEEE! I tried everything from adding to dividing, subtracting, multiplying-example-1
User Alpa
by
2.2k points

1 Answer

19 votes
19 votes

You have some data points labeled by
x. They form the set {3, 5, 7}.

The mean,
\bar x, is the average of these values:


\bar x = \frac{3+5+7}3 = \frac{15}3 = 5

Then in the column labeled
x-\bar x, what you're doing is computing the difference between each data point
x and the mean
\bar x:


x=3 \implies x-\bar x = 3 - 5 = -2


x=5 \implies x-\bar x = 5-5 = 0


x=7 \implies x-\bar x = 7 - 5 = 2

These are sometimes called "residuals".

In the next column, you square these values:


x=3 \implies (x-\bar x)^2 = (-2)^2 = 4


x=5 \implies (x-\bar x)^2 = 0^2 = 0


x=7 \implies (x-\bar x)^2 = 2^2 = 4

and the variance of the data is the sum of these so-called "squared residuals".

User NewBoy
by
2.6k points