Running times are uniformly distributed between $8.5$ and $10.5$ seconds. The record is $9.9$ seconds. There are eight runners. Determine the probability that the loser will not break the record.
$X\sim U(8.5, 10.5)$
So $P(X>9.9) = 1-P(X≤9.9) = 1 - F(9.9) =1- \frac{9.9-8.5}{10.5-8.15}=0.3$
Why is that wrong?
Hint: Assume $Y_1 < ... < Y_n$ are order statistics for $U(8.5, 10.5)$. Then, your goal is to find the $P(Y_8 > 9)$.