bob1182006
- 491
- 1
Homework Statement
Show:
\sum_{i=1}^n (x_i - \overline{x}) = 0
Homework Equations
Sigma notation
The Attempt at a Solution
\sum_{i=1}^n x_i - \sum_{i=1}^n \overline{x} = \sum_{i=1}^n x_i - \frac{1}{n}\sum_{i=1}^n \sum_{i=1}^n x_i = 0
\sum_{i=1}^n x_i = \frac{1}{n}\sum_{i=1}^n \sum_{i=1}^n x_i
By Inspection I know i need to show that:
\sum_{i=1}^n \frac{1}{n}=1
Since the LHS has no x_i how can i show that the sum will result in n/n =1?
Is it just:
\sum_{i=1}^n 1 = n?