Question 385348
Ten fish are caught in a lake, marked, and then returned to the lake. Two days later 20 fish are again caught, 2 of which have been marked.
(a) Find the probability of 2 of the 20 fish being marked if the lake has k
fish (assuming the fish are caught at random).
---
Binomial Problem with n = k and p = 20/k
----
P(x = 2) = kC2(20/k)^2*(1-(20/k))^(k-2)
----------------------------------------------
cheers,
Stan H.