Seems like I'm rather stuck on this issue, which should be pretty simple.
Say I have n i.i.d variables that distribute uniformly. Denote $X$ as their maximum, $Y$ as their minimum.
I know that $_{,}(,)=(−1)(−)^{−2}$, and I need to find $P(X+Y\leq z)$. It should be done by a double integral over the required domain, but I am afraid that even finding the domain gives me a hard time.
We require $0\leq y\leq x\leq 1 \wedge x+y\leq z$ and so it should be:
$$
\int\limits_{0}^{1}\int\limits_{y}^{z-y}(−1)(−)^{−2}dxdy=\frac{z^n}{2}
$$
or
$$
\int\limits_{0}^{z/2}\int\limits_{0}^{x}(−1)(−)^{−2}dydx + \int\limits_{z/2}^{z}\int\limits_{0}^{z-x}(−1)(−)^{−2}dydx = 1-\frac{1}{2}(2-z)^n
$$
Neither one of this is the right answer by simply checking for the condition that $0\leq P(X+Y\leq z) \leq 1$.
Yet I believe that I have minor issue in finding the right domain. I'd be thankful for any kind of help.
Thanks!
EDIT: U1…Un are taken from uniform distribution.