Let $U_1,\dots,U_5$ be independent, each with uniform distribution on $(0, 1).$ Let $R$ be the distance between the minimum and maximum of the $U_i^{'}$s.
Find the joint density of the max and the min of the $U_i^{'}$s
Find $E(R)$
Find $P(R>0.5)$
For 1) and 2), I think I can just apply the formula to get $$U_{1}=5(1-x)^{4} \ \text{and} \ U_{5}=5x^{4}$$ because they are independent, so the joint density is the product $$25x^4(1-x)^{4}$$ and by expectation formula $$E(R)=E(U_{5})-E(U_{1})=2/3$$ However, I have no idea how to deal with the third problem. Any help? Thanks.
General approach for such a problem: There should be a formula in the relevant chapter that allows you to find the joint distribution of the max and the min. Transform to get the sum (twice the midrange) and difference (range). Integrate to find the density of the range. These formulas appear simple for uniform random variables, but be careful of the limits of integration.
Addendum: It is always nice to have an idea what some of the answers might be, and the following simple simulation in R is helpful in that regard.