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.