Independent solution

How to solve this Permutations question

Setup

Setup

Count all assignments and use the complement event of no correct placements.

#{all assignments}=4!=24\#\{\text{all assignments}\}=4!=24
Pr(at least one match)=1D44!\Pr(\text{at least one match})=1-\frac{D_4}{4!}

Model

Model

Evaluate the derangement count by inclusion–exclusion.

D4=4!(11+12!13!+14!)=9D_4=4!\left(1-1+\frac1{2!}-\frac1{3!}+\frac1{4!}\right)=9

Compute

Compute

Subtract the nine no-match assignments from the full permutation space.

Pr(at least one match)=1924=1524=58\Pr(\text{at least one match})=1-\frac9{24}=\frac{15}{24}=\frac58

Answer

Answer

At least one correct placement occurs with probability five eighths.

58(D)\boxed{\frac58\quad\text{(D)}}