Assume that $Y_1,Y_2$ ~ $Uniform(0,1)$. Assume that $Y_1,Y_2$ are independent. Find $P(|Y_{(1)}-0.5| < 0.3)$, with $Y_{(1)}$ = $min{(Y_1,Y_2)}$.
I am currently stuck on this question while reviewing for my test next week. I first thought of using the normal approximation and finding the probability through the Z score, but I am not given a sample size. Can I still assume normal approximation and just find $P(\frac{Y_{(1)} - 0.5}{1}$ < $\frac{0.3 - 0.5}{1}$) = $P(Z < -0.2)$, or how should I solve this problem?
Thanks!