Independent solution

How to solve this Sampling Without Replacement question

Setup

Setup

Separate the nine units into four target units and five non-target units.

N=9,K=4,NK=5N=9,\qquad K=4,\qquad N-K=5

Model

Model

The complement of selecting at least one target unit is selecting two non-target units.

Pr(X1)=1Pr(X=0)\Pr(X\ge1)=1-\Pr(X=0)

Compute

Compute

Because sampling is without replacement, the second non-target probability changes after the first selection.

Pr(X=0)=5948=518\Pr(X=0)=\frac59\frac48=\frac5{18}
Pr(X1)=1518=1318=0.722222\Pr(X\ge1)=1-\frac5{18}=\frac{13}{18}=0.722222\ldots

Answer

Answer

The probability rounds to 0.72.

0.72(E)\boxed{0.72\quad\text{(E)}}