$$\iiint_\Omega{\sqrt{x^2+y^2+z^2}dxdydz}$$ where $\Omega=\{x^2+y^2+z^2\le x\}$.
I've only found answers for $x^2+y^2+z^2=R^2$, and I don't know how to proceed - I believe I need to convert to spherical coordinates to solve the integral but I'm not sure how.
Note that by switching $x$ and $z$ we have that $$I:=\iiint_\Omega{\sqrt{x^2+y^2+z^2}dxdydz}=\iiint_{\Omega'}{\sqrt{x^2+y^2+z^2}dxdydz}$$ where $\Omega'=\{x^2+y^2+z^2\le z\}=\{x^2+y^2+(z-1/2)^2\le 1/2^2\}$.
$\Omega'$ of is the ball with center $(0,0,1/2)$ and radius $1/2$. It is entirely in the half-space $z \ge 0$. Therefore, in spherical coordinates, $\phi \in [0,\pi/2]$, $\theta \in [0,2\pi]$ and $$\rho^2\leq z = \rho \cos{\phi} \implies \rho\leq \cos{\phi}.$$ Hence $$I=\int_{0\phi=}^{\pi/2} \int_{\rho=0}^{\cos{\phi}}\int_{\theta=0}^{2 \pi}\rho\cdot (\rho^2\sin{\phi})\ d\theta d\rho d\phi \\=\int_0^{\pi/2} \sin{\phi}d\phi \: \int_0^{\cos{\phi}} \rho^3 d\rho\: \int_0^{2 \pi} d\theta=\frac{\pi}{10}.$$