Question 420655
Why is: Sigma x^2 different from (Sigma x^2)? given the following values for x: 1,7,0,8, -6 
The answer given me was non parenthesied answer is 150, parenthesied answer is 100. 

------
Sigma(x^2) = 1^2 + 7^2 + 0^2 + 8^2 + (-6)^2
= 1 + 49 + 0 + 64 + 36
= 50 + 100
= 150
-----
[Sigma(x)]^2 = [1 + 7 + 0 + 8 + -6]^2 = 10^2 = 100
===================
Cheers,
Stan H.