Apologies im sure this is a very simple math question ...
How do I represent the sum of three means in mathematically notation.
$p =$ Mean$(x_1,x_2,x_3)$ + Mean$(y_1,y_2,y_3)$ + Mean$(z_1,z_2,z_3)$
Here is my best effort
$\displaystyle\sum_{i=1}^{3} M(x,y,z) $
If you view $x_1,x_2,x_3$ as a sequence $x$ you can just define and talk of $\operatorname{Mean}(x)$ or $\overline x$. Then the sum of means would be $\operatorname{Mean}(x)+\operatorname{Mean}(y)+\operatorname{Mean}(z)$ or $\overline x+ \overline y + \overline z$. I don't think there is a useful way to use a sigma to represent the sum because there is not a way to iterate over $x,y,z$