You can put this solution on YOUR website! suppose that 8 cards are drawn from a deck of 52. what is the probability that all 8 are red?
-------
# of ways to succeed:: 26c8 = 1562275
-------
# of random groups of 8: 52C8 = 752538150
-----------------------------------------
P(8 red) = 26C8/52C8 = 0.0021
========================================
Cheers,
Stan H.
=================