If I have two variables $X$ and $Y$ which randomly take on values uniformly from the range $[a,b]$ (all values equally probable), what is the expected value for $\max(X,Y)$?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
Here are some useful tools:
If $(a,b)=(0,1)$, items 1. and 2. together yield $\mathrm E(\max(X,Y))=\int_0^1(1-z^2)\,\mathrm dz=\frac23$. Then item 3. yields the general case, that is, $\mathrm E(\max(X,Y))=a+\frac23(b-a)=\frac13(2b+a)$. |
|||
|
|
|
did's excellent answer proves the result.
The picture here may help your intuition. This is the "average" configuration of two random points on a interval and, as you see, the maximum value is two-thirds of the way from the left endpoint. |
|||
|
|

