Given X~$Gamma(2,\lambda)$ and the conditional distribution of $Y$ given $X=x$ ~ $U(0,x)$.
I have already solved for the following joint, marginal, and conditional density functions where:
$f_{X,Y}(x,y) = f_Y(y|X=x)f_X(x) = {\lambda^2}e^{-\lambda x}$ if $0\leq y\leq x$, $0$ otherwise.
$f_Y(y) = \lambda e^{-\lambda y}$ if $0\leq y$, $0$ otherwise.
$f_X(x|Y=y) = \lambda e^{\lambda y-\lambda x}$
I need to use the conditional distribution of X given Y = y to describe the joint distribution of Y and X-Y
However, I am confused as to where to proceed from here. I have calculated the joint distribution as
$F_{{X-Y},{Y}}(x,y) = \lambda e^{-\lambda y}*({1-e^{-\lambda x}})*({1-e^{-\lambda y}})$
