Be greater than average joke

5.9k Views Asked by At

The following joke reads "Be greater than average".

$$ B > \frac{1}{n} \sum\limits_{i=1}^{n}x_i $$

But as a new and n00b mathematician, I find the syntax difficult to understand and I have a question about it.

If the formula for average is $$ \text{Average} = \frac{\text{Sum of the terms}}{\text{Number of terms}} $$

Then I can see how the equation in the joke might be:

$$ \frac{ \sum\limits_{i=1}^{n}x_i }{n} $$

How (or perhaps a better a question would be why) does the $$ \frac{1}{n} $$

get moved to the side of that?

I really appreciate you helping me with my dumb question. Thanks.

1

There are 1 best solutions below

1
On BEST ANSWER

$\frac{1}{n} a = \frac{a}{n} = a \frac{1}{n}.$

Now consider when $a=\sum\limits_{i=1}^{n}x_i.$