An urn contains $10$ white balls, marked by the numbers $ 1, 2, . . . , 10$, and $3$ blue balls, marked by $11, 12, 13$. $5$ balls are drawn randomly
a) With replacement.
b) Without replacement.
Find the distribution of the minimum of the numbers marked on the balls.
I started a) by marking $\{x\}_{i=1}^5$ the result received at stage $i$.
As $ x= \min{\{x\}_{i=1}^5}$ and $k$ is the minimum number drawn, we could say that:
$P(x\le k) = P(\min{\{x\}_{i=1}^5} \ge k) =* $
- Because $ {\{x\}_{i=1}^5} \ge \min{\{x\}_{i=1}^5} \ge k $ then $ {\{x\}_{i=1}^5} \ge k $
= $ P((x_1\ge k) \cap (x_2\ge k) \cap...\cap (x_5\ge k)) = *$
- The Balls are independent
= $ \prod_1^5P(x_i \ge k) = * $
- $ P(x_i \ge k)= \frac{13-k}{13}$
$ (1- \frac{k}{13})^5. $
Am I on the right path?
Thanks in advance.