Independent solution

How to solve this Sampling Without Replacement question

Setup

Setup

View the seven damaged-position locations as a uniformly selected subset of the twenty positions.

Nall=(207)N_{\mathrm{all}}=\binom{20}{7}

Model

Model

Fix position 12 as damaged, place three earlier damaged items, and place the remaining three after it.

Ntarget=(113)(83)N_{\mathrm{target}}=\binom{11}{3}\binom{8}{3}

Compute

Compute

Divide the favorable damaged-position sets by all possible damaged-position sets.

Pr(T4=12)=(113)(83)(207)\Pr(T_4=12)=\frac{\binom{11}{3}\binom{8}{3}}{\binom{20}{7}}
Pr(T4=12)=0.1191950\Pr(T_4=12)=0.1191950

Answer

Answer

The probability rounds to 0.119.

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