Probability Theory – How to Find Expected Value and Dispersion of Min(X, Y)?

expected valueprobability theory

The task: $\xi$ and $\eta$– independent random variables. $\xi$ is
evenly distributed on [0,1] and $\eta$
takes values 0 and 1 ​​with probability of 1/2. Find out expected value and dispersion of min($\xi,\eta$).

I have already find out the distribution function $F_{\zeta} =1-P((min(\xi,\eta)\geqslant t)=1-(1-P(\xi<t))(1-P(\eta<t))$, but I have no ideas how to find exp value and dispesion without Lebesgue integral.

Best Answer

Let $X = \min(\xi, \eta)$. There's a $1/2$ chance that $\eta = 0$, in which case $E(X|\eta = 0) = E(X^2|\eta = 0) = 0$, and there's a $1/2$ chance that $\eta = 1$, in which case $E(X | \eta = 1) = E(\xi) = 1/2$ and $E(X^2 | \eta = 1) = E(\xi^2) = \int_0^1 x^2\, dx = 1/3$. Putting these together gives $E(X) = 1/4$ and $E(X^2) = 1/6$, and the variance of $X$ is $E(X^2) - E(X)^2 = 5/48$.