You can put this solution on YOUR website! From a pack of 52 cards, two are drawn at random.find the probability that one is king and other queen
--------
# of king/queen pairs:: 4*4 = 16
-----
# of random pairs:: 52C2 = (52*51)/(1*2) = 26*51
------
P(king/queen pair) = 16/(26*51) = 0.0121
------
Cheers,
Stan H.
-----------