Given $f_{X,Y}(x,y)=\begin{cases}\frac{1}{2}x^2e^{-x}e^{-y} \ &x,y >0 \\ 0 & \text{O.T.} \end{cases}$
and $Z=X+Y$
Find $f_Z(z)$
My idea is to first find the distribution function
$F_Z(z)=P(Z\leq z)=P(X+Y\leq z)=P((X,Y)\in A)$, where $A=\{(x,y)\mid x\leq z-y\}$
This leads to the double integral
$$\int_0^\infty \int_0^{z-y} \frac 1 2 x^2e^{-x} e^{-y} \ \ dx \ dy$$
From here I´m kinda stuck as i can´t get a useful result out of the integral.
Is the integral wrong?