Tom K. answered 09/30/20
Knowledgeable and Friendly Math and Statistics Tutor
The fastest way to solve would be the following: 9, 10, J, Q, and K are 9 are higher; 4 suits means selecting 3 out of 5 or more from 9 or higher when there are 20 of 52 that are 9 of higher; we can use combinatorics, but faster is to use the cumulative from the hypergeometric distribution.
To avoid needing to subtract probabilities, selecting 3 or more from 20 of 52 means selecting 2 or less from 32 of 52
In Excel, we use = hypgeom.dist(2,5,32,52,1) - the final 1 means cumulative, 2 or less
0.2832