This is somewhat similar to a number of existing questions, e.g. this one, but I couldn't find a way to use them to solve this specific case.
Let $X_1..X_n$ be normally distributed variables, with means $\mu_1..\mu_n$ and standard deviations $\sigma_1..\sigma_n$. Let $z_1..z_n$ be numbers drawn from each of the respective distributions, and let $z_{max}=max\{z_i\}$.
What can be said about the probability that $z_{max}$ was drawn from each of the distributions $\{X_i\}$? In other words (and I'm not sure about the notation here), can $P[number\ drawn\ from\ X_i\ is\ maximal]$ be calculated?
At first glance this doesn't seem very tough, but I've tried various approaches here and none seemed to yield the correct answers for obvious cases, e.g. three normal distributions with the same mean and standard deviation.
Any ideas or hints will be appreciated.