You can put this solution on YOUR website! What is the probability of obtaining a FIVE card poker hand that contains all RED cards?
----------------
# of ways to succeed: 26C5 = 65780
# of 5 card hands with no restriction: 52C5 = 2598960
---------------------
P(5 red) = 65780/259860 = 0.025310..
===========================================
Cheers,
Stan H.