I'm having some problems finding the volume between a sphere of radius 5 and the cone $z = -\sqrt{x^2 + y^2}$.
the bounds I got for spherical coordinates are $0$ to $2\pi$ for $\theta$, $3\pi/4$ to $\pi$ for $\phi$, $0$ to $5$ for $r$, however I'm not sure if these are correct. My thought process is that if you let say $x$ or $y = 0$ in the equation for a cone, you get an inverted modulus graph which is where I got the bounds for $\phi$.
For cylindrical coordinates I got bounds of $0$ to $2\pi$ for $\theta$, $0$ to $5$ for $r$ and $0$ to $\sqrt{25-r^2}$ for $z$ and after evaluating the triple integral I got a volume of $125/3$.
Could someone run me through their thought process and show me where I went wrong?