I want to solve $$\iiint_E 1\,dx\,dy\,dz$$ for $E=\{(x,y,z)\mid |x|+|y|+|z|\leq 1\}$.
My attempt:
I thought about it graphically. The region is like having a tetrahedron for each octant of the coordinate-system, right? Then we would have a shape like this:
So I'd say that the integral should be $0$ because of symmetry.
But I'd like to calculate it explicitely. This is how I came up for the tetrahedron at $(0,0,0),(1,0,0),(0,1,0),(0,0,1)$: \begin{align*} \int_0^1 \int_0^{1-z} \int_0^{1-y-z} 1 \,dx\, dy \,dz = 1/6 \end{align*}
But I don't know how I should change the bounds to calculate the tetrahedrons of the other areas. They should result in either $-1/6$ or $1/6$.
I'd like to have some help with that.
