A store has $20$ guitars in stock but 3 are defective. Claire buys $5$ guitars from this lot. (a) Find the probability that Claire bought $2$ defective guitars.
I use $N=20,n=5, k = 3,x=2$ where $N$ is the total sample space, $n$ is the number of trials, $k$ is the number of defectives and $x$ is the number of guitars bought that are defective
Hence I got $h(2;20,5,3) = \frac{{3 \choose 2}{17 \choose 3}}{20 \choose 5} = 0.1316$
Is my answer correct? I think I may be missing something.