I'm confused with this problem.
Determine the volume of the solid limited for $x = 1-y$, $x = 3-y$, $y = 0$, $z = 0$ and $z = 1-y^2$.
What I tried to do: well, first I suppose that the function I have to integrate is $f(x,y,z) = z+y^2-1$$, and my triple integral is
$$ \iint_D\int_0^{1-y^2}\,(z+y^2-1)\,dz\,dA $$
Where D is the region limited by the lines $x+y = 1$ and $x+y = 3$, so my integral is
$$ V = \int_1^3\int_{1-x}^{3-x}\int_0^{1-y^2}\,(z+y^2-1)\,dz\,dy\,dx $$
I'm not sure if I'm right, so I appreciate all your ideas.