Let $X,Y,Z$ be independent but not identically distributed *exponential random variables.
What is the probability that $X$ is the maximum of $X,Y,Z$, i.e. $\Pr\{\max(X,Y,Z)=X\}$?
My approach was that: \begin{align*} \Pr\{\max(X,Y,Z)=X\} &= \Pr(\{X>Y\}\cap\{X>Z\})\\ &= \Pr\{X>Y\}\Pr\{X>Z\}\\ &= \Pr\{\min(X,Y)=Y\}\Pr\{\min(X,Z)=Z\}\\ &=\frac {x}{x+y} \cdot \frac{z}{x+z}, \end{align*} where $x$,$y$,$z$ are the rates of $X$,$Y$,$Z$ respectively.
Where is the error in this approach?
Thanks.
The events $X>Z$ and $X>Z$ are not independent, so the probability of their simultaneous occurrence is not the product of the individual probabilities.
You need to integrate the joint density function $\rho(x,y,z)$ over an appropriate volume bounded by $x,y,z$ being positive and $x$ being greater than $y$ and $z$.
I got confused because the title says exponential but the text no longer mentions this. In the case of exponential variables the integral works out nicely.