I've been studying power sets and thought this was interesting. $\frac{x+y+\frac{x+y}{2}}{3} = \frac{x+y}{2}$
This is if we have a set of 2 elements, x and y, and we get it's powerset, find the averages of each subset then the average of those averages. It's the same as the average of the 2 elements. Does anyone know why this is? Or is there a proof?
This is a consequence of the following fact: if $X$ is any nonempty set of numbers$^*$, and $n\in\mathbb{N}$, the average of the averages of the $n$-element subsets of $X$ is equal to the average of $X$. For instance, if $n=2$ and $X=\{x_1, x_2, x_3\}$, then the average of the averages of the $n$-element subsets of $X$ is $${{x_1+x_2\over 2}+{x_1+x_3\over 2}+{x_2+x_3\over 2}\over 3}={2(x_1+x_2+x_3)\over 2\times 3}={x_1+x_2+x_3\over 3};$$ generalizing this to arbitrary $X$ and $n$ is a good exercise.
$^*$ What kind of number? Well, really, any kind of number works - integers, real numbers, even complex numbers - in general, $X$ can be any subset of a divisible abelian group.