I am calculating volume of body that is defined by $z = 0, z = 1, x+y+z=2, x = 0, y = 0$ to do this I have two possible ways:
$$\int\limits_0^2\int\limits_0^{2-x}\int\limits_0^{2-x-y}1\mathrm{d}z\,\mathrm{d}y\,\mathrm{d}dx-\int\limits_1^2\int\limits_1^{2-x}\int\limits_1^{2-x-y}1\mathrm{d}z\,\mathrm{d}y\,\mathrm{d}x=\frac{2}{3}$$ where the first integral is volume without $z=1$ and second integral is the part over $z=1$.
I expect that $z = 0, x+y+z=2, x = 0, y = 0$ is half of cube $2\times2\times2$. Volume of that cube is $8$ so volume of half is $4$. The part over $z=1$ is half of cube $1\times1\times1$. Volume of this cube is 1 and volume of half is $\frac{1}{2}$. So volume I trying to find is $4-\frac{1}{2}=\frac{7}{2}$
At least one of (1), (2) must by wrong. What is right volume of area defined by $z = 0, z = 1, x+y+z=2, x = 0, y = 0$ ?
It is a bit hard to me if I want to tell you the proof, but I made a plot in which you can read the limits for $x,y,z$ and solve the triple integral. In fact, I rotated the coordinate axes such that the $y$ axes is perpendicular.
And so you just need to evaluate the following integral: $$\int_0^1\int_0^{2-z}\int_0^{2-x-z}dydxdz=7/6$$