Consider the unit $n$-sphere and $l$ points distributed uniformly randomly inside its hypervolume. What is the expectation of the smallest distance from a point to the sphere centre?
Steps done so far are: Find distribution function of distance from random point to zero: $P(\xi < x) = x^n$, and the distribution function of the closest to zero point is $P(\xi < x) = 1 - (1-x^n)^l$. Then considering E(x) = $\int_{-\infty}^{+\infty} x \cdot d(F(x))$, the problem is how to calculate it.