Tom K. answered 10/31/20
Knowledgeable and Friendly Math and Statistics Tutor
There are three ways of solving this: conditional probability, combinatorics, or the hypergeometric distribution (this is what this problem belongs to).
I will use the last, since it is the easiest and most appropriate.
Excel has this function, so I will assume that you can use it.
a) = hypgeom.dist(2,2,217,1446,0) 0.0224324828784333 (choose 2 JFK in a sample of 2 when 217 JFK in a sample of 1446; the final 0 means exact)
b) = hypgeom.dist(0,2,217,1446,0) 0.722294170291988
c) 1 - P(0) = 1 - 0.722294170291988 = 0.277705829708012