If dealt exactly 4 cards out of a deck of 52, what are the odds of winding up with exactly two Aces and exactly two Kings? (Suit is irrelevant.)
Here’s how I calculated it, just curious to see if others think these are correct or in error.
My formula is total probability P = P1*(P2aP3aP4a + P2bP3bP4b)
For the first card dealt, any Ace or King will suffice, which means eight out of fifty two.
P1 = 8 / 52
Now there are seven cards remaining that we can use. Three of them are the same as the first card, and four are different.
Case a: the second card pulled is the same as the first.
The odds of pulling the same card (Ace or King) as the first are 3 / 51.
P2a = 3 / 51
Once we have pulled two straight Kings, for example, we need to pull two of the remaining four Aces in the deck (vice versa if Aces were the first cards pulled.)
P3a = 4 / 50
P4a = 3 / 49
Case b: the second card pulled is not the same as the first (i.e., first two cards are AK)
P2b = 4 / 51
At this point there are three Aces and three Kings left in the deck, any of which can be used as the third card dealt.
P3b = 6 / 50
Now we either have AAK or KKA, and in either case, only three remaining cards in the deck can be used to form the target hand of AAKK.
P4b = 3 / 49
So by substitution we get:
8 3 4 3 4 6 3
P = ---- * [( ---- * ---- * ---- ) + (---- * ---- * ---- )]
52 51 50 49 51 50 49
Reducing that, we get
P = (8 / 52) * (3 / 49) * [ ((3 / 51) * (4 / 50)) + ((4 / 51) * (6 / 50)) ]
P = (8 / 52) * (3 / 49) * [ 12 / (5150) + 24 / (5150)]
P = (8 * 3 * 36) / ( 52 * 51 * 50 * 49) ~= 0.000133
or about 1 in 7520.
Did I do this right, math dopers?
P.S. This is not a HW question, and if any of you play poker, you will recognize AAKK as the best starting hand in Omaha High.