Question about cards (challenging problem)

  • Thread starter Thread starter njama
  • Start date Start date
  • Tags Tags
    Cards
AI Thread Summary
The discussion revolves around calculating the probability of facing a larger pair than Kings (KK) when playing against two opponents in poker. The initial calculation suggests a probability of approximately 0.0098 for at least one opponent holding a pair of Aces (AA). The user seeks to refine this by accurately determining the probability that both opponents hold the same pair of Aces, but their calculations yield results far from the expected value. Clarification is provided that the original formula used does not represent the probability of at least one opponent having a higher pair, and the importance of correctly calculating the intersection probability is emphasized. The conversation highlights the intricacies of probability calculations in poker scenarios.
njama
Messages
215
Reaction score
1
Hello!

I have been doing a research about probability of facing a larger pair when holding let's say a KK. So the possible pairs larger than KK are AA (total 2_C_4=6).

Now if I play with 2 opponents the probability of getting larger pair is:

\frac{6*{48 \choose 2}}{{50 \choose 2}{48 \choose 2} \div 2!}}=

=0,0097959183673469387755102040816327

But now there is similar approach which is much efficient and good approximation:

Here is the idea:

You suppose that you play individually by two of the players.

P(A_1 \cup A_2)= P(A_1) + P(A_2) - P(A_1 \cap A_2)

where P(A_1) is the probability of getting larger pair of the first opponent and P(A_2) of the second opponent.

Now because P(A_1 \cap A_2) is very small you can just compute P(A_1) + P(A_2) and you will get:

0.009795918367346938775510204081633 which is a almost perfect approx.

But now the problem is that I want to subtract P(A_1 \cap A_2) so that I can get the correct answer.

Now because P(A_1)=P(A_2)=\frac{6}{{50 \choose 2}}=0.0048979591836734693877551020408163

2*P(A_1)=0.009795918367346938775510204081633

Now the error is about 10^{-34}, so P(A_1 \cap A_2) \approx 10^{-34}

Now I only need to find P(A_1 \cap A_2), that is "what is the probability that same pair of AA will come two the opponents"?

For ex. what is the probability that A(spades) A (diamond) will come to both opponents?

Here is my reasoning:

P(A_1 \cap A_2) \approx (\frac{4}{50} * \frac{3}{49})^2 \approx 0,00002399

or the correct one \frac{(120}{(50*49)^2}=0,00001999

which is not even close to 10^{-34}.

Where is my error?

Thanks in advance.
 
Last edited:
Physics news on Phys.org
bump!

Anybody, what I am doing wrong?
 
Hi, njama

Your first solution,

\frac{6*{48 \choose 2}}{{50 \choose 2}{48 \choose 2} \div 2!}}=

is exactly twice the probability P(A_1):

P(A_1)=P(A_2)=\frac{6}{{50 \choose 2}}

So I don't think your first solution gives the probability you are looking for, that at least one opponent has a higher pair. The very small difference of 10^-34 between your first answer and P(A_1) + P(A_2) is probably due to rounding error. That could happen when you multiply by and then divide by 48 choose 2. Your second approach, using P(A_1 or A_2) = P(A_1) + P(A_2) - P(A_1 and A_2) is the right way to go about it. I don't understand how you are calculating P(A_1 and A_2), though.

Is this question about hold'em poker, where each player gets two cards and there is a round of betting before the "flop" (first three community cards) are dealt?
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top