Given the function $f_{X,Y,Z}(x,y,z)=\begin{cases}\frac{1}{2^3} & \quad\text{if }0\le x,y,z\le 2\\0 &\quad\text{otherwise} \end{cases}$ and $A:=\{x+y+z:1\le x+y+z <2\}$,
I am trying to find $\iiint_A f_{X,Y,Z}(x,y,z)\; \mathrm{d}z\; \mathrm{d}y\; \mathrm{d}x$ .
But I have trouble in finding the appropriate limits. How does one compute the limits of integration?
I might consider this integral as $\iiint_{A_2} -\iiint_{A_1}$, where $A_r=\{(x,y,z):0\leq x+y+z\leq r\}$.
In $A_r$, $z$ can range from $0$ to $r$.
For a given $z$ in this range, y can range from $0$ to $r-z$.
For given $z$ and $y$ in these ranges, $x$ can range from $0$ to $r-y-z$.
It is extremely helpful to draw a picture to figure this out.