The average of the items of $(0,10]$

74 Views Asked by At

The question says it. Let $A = \{\,x \,|\, 0 < x \le 10\,\}$. What would be the average of all the items in this set? How do you prove it? UPDATE $x$ belongs to the set of real numbers.My thoughts:Is it possible to find the average of the items of $A = {x|0 <= x <= 10}$ where $x$ belongs to the set of real numbers?If it is, why couldn’t we use the same approach for my question?

1

There are 1 best solutions below

0
On BEST ANSWER

Considering $(0,10]$ or $[0,10]$ as subspaces of $\mathbb R$ with the Lebesgue measure $\mu$, the question of "average" is a measure theoretic (or probability theoretic) one. While average of a finite set $X\subset\mathbb R$ may be defined as $$ \frac{1}{|X|} \sum_{x\in X} x, $$ we can define the average of a set $X\subset\mathbb R$ of finite measure $\mu(X)<\infty$ as the Lebesgue integral $$ \frac{1}{\mu(X)} \int_X x\,\mathrm d\mu(x). $$ When $X=(0,10]$ or $X=[0,10]$ you have $\mu(X)=10$ and obtain the average $$ \frac{1}{10} \int_0^{10} x\,\mathrm dx =5. $$