Suppose $A, B, C$ are independent and uniformly distributed on $[0,1]$
Let $X = A + B$ and $Y = A + C$.
Can anyone show me how to calculate the PDF of the joint distribution of $(X,Y)$?
I can get the PDF of $X$ (or $Y$) by convolution, e.g., if $0 \leq x \leq 1$, then
\begin{align} f_X(x) = \int_{-\infty}^{\infty} f_A(t)f_B(x-t)dt = \int_0^x 1 dt = x \end{align}
and if $1 < x \leq 2$, then
\begin{align} f_X(x) = \int_{-\infty}^{\infty} f_A(t)f_B(x-t)dt = \int_{x-1}^1 1 dt = 2 - x \end{align}
but I don't see how to use this approach for a joint distribution
Hint: $$f_{X,Y}(x,y) = f_{Y\mid X}(y\mid x)f_X(x) = f_{X\mid Y}(x\mid y)f_Y(y)$$