There are 20 people total: 3 diseased and 17 not diseased. The total number of possible 5-person samples is $\binom{20}{5} = 15,504$.
- To get a sample with exactly one diseased person, we must choose 1 of the 3 diseased people AND 4 of the 17 non-diseased people.
Ways = $\binom{3}{1} \times \binom{17}{4} = 3 \times \frac{17!}{4!13!} = 3 \times 2380 = 7,140$.
- $P(A) = \frac{\text{Ways to get 1 diseased}}{\text{Total possible samples}} = \frac{7140}{15504} \approx 0.4605$.
- Event B is a sample with zero diseased individuals. This means we must choose 0 of the 3 diseased people AND 5 of the 17 non-diseased people.
Ways to get 0 diseased = $\binom{3}{0} \times \binom{17}{5} = 1 \times \frac{17!}{5!12!} = 1 \times 6188 = 6,840$.
$P(B) = \frac{6840}{15504} \approx 0.4412$.
- This event is the union of event A (one diseased) and event B (zero diseased). In set notation, this is $A \cup B$. Since A and B are mutually exclusive (a sample can't have exactly one and exactly zero diseased people at the same time), the probability is $P(A \cup B) = P(A) + P(B) = \frac{7140}{15504} + \frac{6840}{15504} = \frac{13980}{15504} \approx 0.9017$.
- Event C, "at least one diseased", is the complement of event B, "no diseased individuals". The easiest way to compute this is $P(C) = 1 - P(B)$.
$P(C) = 1 - 0.4412 = 0.5588$. (Alternatively, one could calculate the probabilities of getting 1, 2, or 3 diseased individuals and add them up).