asked 61.9k views
1 vote
Apond contains 100 fish, ofwhich 30 are carp. If 20 fish are caught, what are the mean and variance of the number of carp among the 20? What assumptions are you making?

asked
User Mikel
by
9.2k points

1 Answer

2 votes

Total fish = 100

Carp = 30

Number of fish caught = 20

The random variable X follows hyper-geometric distribution.

Mean = 30 *20 / 100 = 600/100 = 6

Variance = 30*20/100 * ((20-1)*(30-1)/100-1 + 1-30*20/100)

Variance = 600/100 * 56/99

Variance = 112/33

Assumptions: Is that X follows hyper-geometric distribution with the given information.

answered
User Nakima
by
8.0k points