Consider the following question : X1, X2, X3 are 3 independent random variables having uniform distribution between [0,1] then P[x1+x2<=x3] to the greatest value is ?
Now this is not a homework. I am not thorough with the concepts of uniform distribution. So please guide me how to solve this question or provide some links where I can learn about the concepts required to solve suck questions. Thanks in advance.
Re "concepts": every $X_i$ has density $f=\mathbf 1_{(0,1)}$ hence, by independence, $$ P(X_1+X_2\leqslant X_3)=\iint\!\!\!\int f(x_1)f(x_2)f(x_3)\mathbf 1_{x_1+x_2\leqslant x_3}\mathrm dx_1\mathrm dx_2\mathrm dx_3. $$ Re computations: a shortcut is to note that, for every $x$ in $(0,1)$, $$ P(X_1+X_2\leqslant x)=\iint f(x_1)f(x_2)\mathbf 1_{x_1+x_2\leqslant x}\mathrm dx_1\mathrm dx_2, $$ is the area of the triangle with vertices $(0,0)$, $(x,0)$ and $(0,x)$ in the $(x_1,x_2)$-plane, that is, $\frac12x^2$. Thus, $$ P(X_1+X_2\leqslant X_3)=\int_0^1\frac12x_3^2\mathrm dx_3=\frac16. $$