29.2k views
3 votes
There are 16 green balls and 4 white balls in a bag. Four balls are drawn randomly from the bag. Let X be the number of white balls drawn.

(a) Find the expectation and variance of X.​

User Mikell
by
9.0k points

2 Answers

4 votes

Answer:

The expected number of white balls drawn is 0.4 and the variance of X is 0.24.

Explanation:

User Bizi
by
7.9k points
7 votes

Answer:

the variance of X is 0.126.

Explanation:

The number of white balls drawn X follows a hypergeometric distribution with N = 20 (total number of balls), K = 4 (number of balls drawn), and n = 4 (number of white balls). The probability mass function (pmf) of X is given by:

P(X = k) = (nCk)(N-nCk) / (NCk)

where C denotes the combination function.

(a) Expectation of X:

E(X) = np = nK/N = (4/20) * 4 = 0.8

Therefore, the expected number of white balls drawn is 0.8.

(b) Variance of X:

Var(X) = np(1-p)[(N-K)/(N-1)] = nK(N-K)(N-n)/(N^2(N-1)) = (4/20) * 4 * (20-4) * 16 / (20^2 * 19) = 0.126

Therefore, the variance of X is 0.126.

User Simen Russnes
by
8.8k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.