
Chad W. answered 05/31/16
Tutor
4.9
(164)
Experienced and Professional Tutor on a Bicycle
You can approach this as playing with the equations you've been given until things work out. I'll approach it from a slightly different perspective. I'll use n to represent the number of cars, 150. First, by the definition of the summation operator (and that y is the same, not indexed).
Σ(x-y)2 = (x1 - y)2 + (x2 - y)2 + ... + (xn - y)2
Each of those terms on the right-hand side can be expanded.
Σ(x-y)2 = x12 - 2x1y + y2 + x22 - 2x2y + y2 + ... + xn2 - 2xny + y2
This can be rewritten as:
Σ(x-y)2 = (Σx2) - 2y(Σx) + ny2
The mean is simply the total of the ages divided by the number of cars.
y = 645 / 150 = 4.3
So,
Σ(x-y)2 = 8287.5 - 2(4.3)(645) + (150)(4.3)2 = 5514
Which rounds to 5510.