You can put this solution on YOUR website! If you are dealt 3 cards from a 52 card deck. what is the probability that all 3 are picture cards?
--------
# of ways to succeed: 12C3
# of random sets of 3: 52C3
------
P(3 pics) = 12C3/52C3 = 0.01
=================================
Cheers,
Stan H.