First of all, hi. I am new here.
Let$$X_1,\dots, X_n$$ be i.i.d. exponential random variables.
$$ Pr({\max X_n}>{(\sum X_n-\max X_n ) }) = ? $$
I think we should take integrals on exponential distribution functions over corresponding intervals but I could not make it work.
Thanks.
edit: my initial work was similar to and more generalized version of problem 6.45 in http://www.stat.washington.edu/~hoytak/teaching/current/stat395/
instead of 1s as in uniform distribution I tried to put exponential pdf. But nothing good seemed to come out of it.
2nd edit: thanks a lot for all of you, especially sinbadh and BGM. you spent much time. I could not put my initial work thoroughly because I just start getting used to LATEX format. Hopefully after earning some repition I start giving thumbs up.
First of all, you want to find probability for $\max\{X_i\}\ge\sum\mbox{ of the other $X_i$}$, not only $P(\max\{X_i\}\ge \sum X_i)$. Now, by total probability:
On the other hand, supposing independence for random variables,
$\begin{eqnarray} &&P(\max\{X_i\}\ge\sum\mbox{ of the other $X_i$})\\ &=&\sum_{k=1}^nP(\max\{X_i\}\ge\sum\mbox{ of the other $X_i$}|\max\{X_i\}=X_k)P(\max\{X_i\}=X_k)\\ &=&\sum_{k=1}^nP(X_k\ge\sum\mbox{ of the other $X_i$}|\max\{X_i\}=X_k)P(\max\{X_i\}=X_k)\\ &=&\sum_{k=1}^nP(X_k\ge\sum\mbox{ of the other $X_i$})\\ &=&nP(X_1\ge\sum_{k=2}^nX_k)...(*) \end{eqnarray}$
I believe you did all this steps.
Now, let $S=X_2+...+X_n$. Since $X_i\sim Exp(\lambda)$ are iid, then $S\sim\Gamma(n-1,\lambda)$.
Moreover, $S$ and $X_1$ are independent. Then, setting $X=X_1$,
$\begin{eqnarray} P(X\ge S)&=&\int_0^{\infty}\int_s^\infty f_{X,S}(x,s)\,\mathrm{d}x\mathrm{d}s\\ &=&\int_0^{\infty}\int_s^\infty f_X(x)f_S(s)\,\mathrm{d}x\mathrm{d}s\\ &=&\int_0^{\infty}f_S(s)\int_s^\infty f_X(x)\,\mathrm{d}x\mathrm{d}s\\ &=&\int_0^{\infty}f_S(s)\int_s^\infty \lambda e^{-\lambda x}\,\mathrm{d}x\mathrm{d}s\\ &=&\int_0^{\infty}f_S(s)e^{-\lambda s}\mathrm{d}s\\ \end{eqnarray}$
Now, the last integral is $\frac{1}{2^{n-1}}$. It would be calculated in several ways. For example, noting that it is the moment generating function evaluated in $t=-2\lambda$ for a gamma distribution $S\sim\Gamma(n-1,\lambda)$, or writing explicitely $f_S(s)$ and "complete it" to a $\Gamma(n-1,2\lambda)$.
Finally, in $(*)$ we have $P(\max\{X_i\}\ge\sum\mbox{ of the other $X_i$})=\frac{n}{2^{n-1}}$ (please, note independence of parameter $\lambda$).