Quote:
Originally Posted by JustCuz
Player 1 holds KsKd
Player 2 holds KhJs
That's all we know.
What is the probability that the case King (Kc) AND any remaining Jack will come on the flop?
I think I know how to calculate this type of problem, but I would appreciate confirmation from my 2+2 mentors.
TIA!
[1*3*44 + 1*C(3,2)] / C(48,3)
=~ 0.78% or about 1 in 128
The first term is for 1 jack. That is 1 king, times 3 possible jacks, times 44 other cards. The second term is for KJJ. That is 1 king times C(3,2) = 3*2/2 = 3 possible pairs of jacks; all divided by C(48,3) = 48*47*46/(3*2*1) possible flops.
Without combinations:
(1/48 * 3/47 * 44/46)*6 + (1/48 * 3/47 * 2/46)*3
=~ 0.78% or about 1 in 128
The first summed term is for 1 jack, while the second is for KJJ. The first term is multiplied by 3! = 6 ways to order the 3 cards, while the second is multiplied by 3 possible positions for the king (since 3/47 * 2/46 already consider both possible orderings for the jacks).