Tom K. answered 06/17/20
Knowledgeable and Friendly Math and Statistics Tutor
Patrick, you missed that it said without replacement. There are 45 red jellybeans of 135, and we want the probability of selecting 4 reds.
We can either use combinatorics, C(45,4)C(90,2)/C(135,6) = (Excel writes C as combin) 0.079437931029711
or use the hypergeometric distribution, HYPGEOM.DIST(4,6,45,135,0) (the final 0 says exact, not cumulative)