0

I know it's a weird question.
But this thing is confusing me.
(x̅) : average μ
    


$\frac{1}{n}\sum\limits_{i=1}^n(x_i) = \bar{x}$
$\sum\limits_{i=1}^n(x_i) = {n}\bar{x}$
    


$\sum\limits_{i=1}^n(C) = {n}{C}$    | C = constant
$\sum\limits_{i=1}^n(\bar{x}) = {n}{\bar{x}}$     


From ①, ②
$(x_i) = (\bar{x})$ ???

How could this be true?? Am I missing something?

  • There are 66,650,000 people in the United Kingdom and let's say there are 30,000,000 houses. How many people live in 148-150 Westbourne Grove, W11, London? –  May 12 '21 at 15:09

2 Answers2

2

$$1+3=4$$ $$2+2=4$$

We can't conclude that $1=2$.

Siong Thye Goh
  • 149,520
  • 20
  • 88
  • 149
0

$\bar x$ is the average, so it's just some number that you can factor out of the summand:

$$\sum_{i=1}^n\bar x=\bar x\sum_{i=1}^n1=\bar x\left(\underbrace{1+1+\cdots+1}_{n\text{ times}}\right)=\bar x n$$

user170231
  • 19,334
  • this is actually very useful. but what i was looking for is whether xᵢ = x̅ or not. Because the the sum of xᵢ = the sum of x̅ = nx̅. That's why I was confused. – Roo Tenshi May 12 '21 at 15:12