Question 242539
Will you help me solve this problem: 
A poker hand consist of five cards dealt at random from a deck of 52 cards. Find the probability of getting four aces?
--------------
# of ways to select 4 aces: 1 way
# of ways to select the 5th card: 48 ways
----------------------
# of possible 5 card hands: 52C5 = 2598960 hands
------------------------------------------------------
P(poker hand with 4 aces) = (1*48)/2598960 = 0.0000184689...
=============================================================
Cheers,
Stan H.