Question 538603: you are dealt 3 cards from a shuffled deck of 52 cards, find the probability that all 3 cards are queens Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! you are dealt 3 cards from a shuffled deck of 52 cards, find the probability that all 3 cards are queens
----
# of ways to succeed: 4C3 = 4
---
# of random results: 52C3
---
P(3 queens) = 4/52C3 = 4/22100 = 0.000181
============================================
Cheers,
Stan H.
=============