My problem involves four random variables $X_1, Y_1, X_2, Y_2 \sim U(0,1)$ in the expression $Z = X_1 + X_2 + \sqrt{(X_2 - X_1)^2 + (Y_2 - Y_1)^2}$. From what I understand so far, I need to find the PDF of the overall distribution to be able to find $P(Z>z)$.
Attempts
I first thought that finding the expected value of $\sqrt{(X_2 - X_1)^2 + (Y_2 - Y_1)^2}$ by quad-integrating from 0 to 1 would greatly simplify the problem. This led to attempts using geometric probability. Then I realized that the presence of the $X_1$ and $X_2$ outside of this term complicates things.
I have come across a lot of posts addressing the simple combination of uniformly distributed variables, such as $X + Y$ and $X - Y$. Again, the expression this problem involves is much more complicated, which is why I am asking this question.
I have also used simulation to plot what the distribution looks like, which assures me there is an answer (whether it is closed-form, I do not know) but gives me no clue how to get there.
Photo of Simulated Distribution
So - how do I go about finding the PDF of $Z = X_1 + X_2 + \sqrt{(X_2 - X_1)^2 + (Y_2 - Y_1)^2}$?
I need the exact distribution because I am looking for the closed-form probability that the expression is greater than 2.
Thanks in advance!