Independent solution

How to solve this Hypergeometric Distribution question

Setup

Setup

Let X count senior members in the four-person sample. Every four-member subset of the fifteen-person population is equally likely.

#{all samples}=(154)=1365\#\{\text{all samples}\}=\binom{15}{4}=1365
XHypergeometric(15,5,4)X\sim\operatorname{Hypergeometric}(15,5,4)

Model

Model

At least three senior members means either exactly three seniors and one junior or exactly four seniors.

#{X=3}=(53)(101)=100\#\{X=3\}=\binom53\binom{10}{1}=100
#{X=4}=(54)(100)=5\#\{X=4\}=\binom54\binom{10}{0}=5

Compute

Compute

Add the two disjoint favorable counts and divide by the total number of samples.

Pr(X3)=100+51365\Pr(X\ge3)=\frac{100+5}{1365}
Pr(X3)=113=0.0769230769\Pr(X\ge3)=\frac1{13}=0.0769230769

Answer

Answer

The probability rounds to 0.077.

0.077(C)\boxed{0.077\quad\text{(C)}}