Given: The drawing is without replacement, so x follows a hypergeometric distribution.
Find: The variance of the number of defective oranges drawn.
The possible values of x are 0,1,2. Count each case by combinations:
- For x=0, both oranges are good.
- For x=1, one defective and one good are selected.
- For x=2, both oranges are defective.
Thus,
P(x=0)=(210)(27),P(x=1)=(210)(13)(17),P(x=2)=(210)(23)
which gives
P(x=0)=157,P(x=1)=157,P(x=2)=151Now apply the variance formula through expectations:
E(x)=∑xP(x)=53,E(x2)=∑x2P(x)=1511
Hence,
Var(x)=E(x2)−[E(x)]2=1511−259=7528
So the variance is 7528.