My attempt: Have $5$ random variables uniform on the interval $[0, 1]$, with cdf $F(x) = x$.
The middle half of the interval is $[\frac{1}{4}, \frac{3}{4}]$. The probability that one of the random variables lies in this interval is
$$ p = F\Big(\frac{3}{4}\Big) - F\Big(\frac{1}{4}\Big) = \frac{3}{4} - \frac{1}{4} = \frac{1}{2} .$$
The probability that all five random variables lie in this interval is then
$$ p^5 = \Big(\frac{1}{2}\Big)^5 = \frac{1}{32} .$$
There was no solution for this exercise in my textbook and I couldn't find the answer anywhere online. Hoping somebody can verify if this is the correct answer.