Rewrite the integral $$\int_0^3 \int_0^{9-y^2} \int_\frac{y}3^1 f(x,y,z) dx dz dy $$ as an interated integral in the order dy dz dx.
I have trouble visualizing if my answer is the correct iterated integral or not. I got $$\int_0^1 \int_0^{9-9x^2} \int_0^{3x} f(x,y,z) dy dz dx $$ but i am unsure if this is correct or perhaps there is some part of the domain not captured in my answer.
If you project the integration region in the $xz$-plane you'll see that the integral must be split in two:
$$ \int_0^1 \int_0^{9-9x^2}\int_0^{3x}f(x,y,z) dy dz dx + \int_0^1 \int_{9-9x^2}^9\int_0^{\sqrt{9-z}}f(x,y,z) dy dz dx. $$