Independent solution

How to solve this Sampling Without Replacement question

Setup

Setup

Let K be the number of white chips among the two transferred chips. The destination contains 5+K white chips after the transfer.

WB=5+K,B=11W_B=5+K,\qquad |B|=11

Model

Model

Conditional on K, the final draw is white with probability (5+K)/11. Average this conditional probability over the transfer.

Pr(W)=E[5+K11]=5+E[K]11\Pr(W)=E\left[\frac{5+K}{11}\right]=\frac{5+E[K]}{11}

Compute

Compute

The transferred white count is hypergeometric, whose mean is sample size times the source white proportion.

E[K]=2(49)=89E[K]=2\left(\frac{4}{9}\right)=\frac{8}{9}
Pr(W)=5+8/911=5399=0.5353535354\Pr(W)=\frac{5+8/9}{11}=\frac{53}{99}=0.5353535354

Answer

Answer

The probability rounds to 0.535.

0.535(B)\boxed{0.535\quad\text{(B)}}