If $x$ is the average (arithmetic mean) of $m$ and $9$, $y$ is the average of $2m$ and $15$, and $z$ is the average of $3m$ and $18$, what is the average of $x, y$, and $z$ in terms of $m$?
A) $m+6$
B) $m+7$
C) $2m+14$
D) $3m+21$
I got this online, and I do not know how to solve it. I know how to find $x$, $y$, and $z$, but don't get the last part.
$x=\cfrac{m+9}{2}$
$y=\cfrac{2m+15}{2}$
$z=\cfrac{3m+18}{2}$
So, the average of $x,y,z$ would be...
$$\cfrac{x+y+z}{3}$$
$$\cfrac{\frac{m+9}{2}+\frac{2m+15}{2}+\frac{3m+18}{2}}{3}$$
$$\cfrac{\frac{6m+42}{2}}{3}$$
$$\frac{6m+42}{6}$$
This simplifies to Choice B, $m+7$.