Odds of any particular pocket pair as we know are about 221/1. But to calculate for three times in a row. is it 221*221*221, or just 221*221 in the same way as the next roulette number being the same as the last is always 50/50 since the first does not matter, just the second matching it?
I am figuring that it is the former, but am I missing that you only count the odds on the second two?
You question is more, at some point during the night I will get a pocket pair, and what are the chances the next two hands are also that same pocket pair.
Let's say the evening is four hours and 30 rounds per hour, so 120 total hands. There are 118 spans of three consecutive hands in that 120 hands. The probability any given span of three hands has three of the same pair in a row is (3/51)*(4/52)*(3/51)*(4/52)*(3/51) = 1.20439E-06. The probability this not happening is 1 = 1.20439E-06
= 0.999998796.
Granted this next step is an approximation, because the series of three hands overlap each other, but the probability of not getting the same pair three times in a row 118 times is 0.999998796^=118 = 0.999857892. So the probability of it happening at least once is 1-0.999857892= 0.000142108 = 1 in 7037.
A good exercise for the advanced reader is to find the exact probability.
this was holdem
im not patient enough for holdem though, although im good at the psycological perspective, i cant sit still unless playing and blackjack is just continuous when an ASM is involved.
(there is a 100% chance you get your first card. Then a 3/51 chance your second card makes it a pair. Then a 1/221 chance your next hand makes the same pair. Then a 1/221 chance your third hand makes the same pair).
For it to be three straight pairs of 6s, then it would 1 / (221 x 221 x 221)
For the odds of it happening anytime during Poker Night, would have to know how many hands you see.
Quote: WizardA good exercise for the advanced reader is to find the exact probability.
0.00014027196, or 1 in 7129.013941.
My estimate at 1 in 7037 was not too far off.
Here are links to similar problems I've solved before:
Ask the Wizard 253
Ask the Wizard 277
0.941176 | 0.058824 | 0.000000 | 0.000000 |
0.941176 | 0.054299 | 0.004525 | 0.000000 |
0.941176 | 0.054299 | 0.000000 | 0.004525 |
0.000000 | 0.000000 | 0.000000 | 1.000000 |
p.s. No wonder women don't talk to me.
I am sure they will talk to you. You just need to be at a right places.Quote: Wizardp.s. No wonder women don't talk to me.
You may not have the looks that Elvis had, wow!!!
but you have looks.
I agree on the method and result
extending that method will show the mean (average) number of rounds to play to see this event is
834,071
the probability it happens at least one time over that many rounds is only about 0.632120779
Sally
Quote: mustangsallybut you have looks.
Thanks Sally!
Quote: TomG
For the odds of it happening anytime during Poker Night, would have to know how many hands you see.
FWIW I never thought about time played. Just curious about three of the same pocket pair in a row.
Though the time played makes it interesting in a different way.
Quote: AZDuffmanFWIW I never thought about time played. Just curious about three of the same pocket pair in a row.
If you want to know about the probability, we have to assume something about number of hands played.
Quote: WizardIf you want to know about the probability, we have to assume something about number of hands played.
I think I confused the issue with wording. I was more just wondering the odds of *any* pocket pair three times in a row in an independent trial.
Reason being that I have had 2 Royal Flushes in a lifetime of well over 100,000 hands online and live but this was the first time I had three pockets in a row. Had two too many times to remember, but this was the first time three in a row.
Quote: AZDuffmanI think I confused the issue with wording. I was more just wondering the odds of *any* pocket pair three times in a row in an independent trial.
Well, it's easy to say that the probability of any pair happening three times in a row, including different pairs from each other, is (3/51)^3.
The odds of the same pair three times in a row is (3/51)*[(4/52)*(3/51)]^2.
I needed to brush up on my matrix algebra, which is why I muddied the waters with asking about it happening anywhere in a session.
Quote: WizardWell, it's easy to say that the probability of any pair happening three times in a row, including different pairs from each other, is (3/51)^3.
The odds of the same pair three times in a row is (3/51)*[(4/52)*(3/51)]^2.
I needed to brush up on my matrix algebra, which is why I muddied the waters with asking about it happening anywhere in a session.
Can you better explain where the numbers come from? I always thought the odds of any given pocket pair are about 1/221. Been 25+ years since my last stats class so am rusty.
Hope you don’t mind if I chime in. 1/221 is for a specific pair. For instance, the odds of getting a pair of Jacks on the next hand are 4/52 * 3/51 = 1/221. For any pair the odds are 52/52 * 3/51 = 1/17 since the first card can be any of the 52 cards and the second can be any of the 3 remaining cards of rank established by the first card.Quote: AZDuffmanQuote: WizardWell, it's easy to say that the probability of any pair happening three times in a row, including different pairs from each other, is (3/51)^3.
The odds of the same pair three times in a row is (3/51)*[(4/52)*(3/51)]^2.
I needed to brush up on my matrix algebra, which is why I muddied the waters with asking about it happening anywhere in a session.
Can you better explain where the numbers come from? I always thought the odds of any given pocket pair are about 1/221. Been 25+ years since my last stats class so am rusty.
yes, the probability the event happens on one trial.Quote: Ace2Hope you don’t mind if I chime in. 1/221 is for a specific pair.
the ODDS?Quote: Ace2For instance, the odds of getting a pair of Jacks on the next hand are 4/52 * 3/51 = 1/221.
is that Ur final answer?
then what is: 220 to 1 against?
my Math teacher had a major melt down when I said things like that.
(Because he said "I should have known better" Now I see where he got that
I should have known better with a girl like you. OMG!)
for the probabilities, here is what I get using combinations [C() or COMBIN()]
for a specific pair
C(4,2)/ C(52,2)
C(4,2) choose 2 of the 4 Jacks (in the example) can also be read 4 Jacks choose 2
C(52,2) choose 2 from the 52 total cards
6 / 51*26 = 6/1326 = 1/221
http://www.wolframalpha.com/input/?dataset=&equal=Submit&i=C(4,2)%2F+C(52,2)
For any pair:
C(13,1) * C(4,2)/ C(52,2)
C(13,1) choose 1 of the 13 ranks
C(4,2) choose 2 of the 4 (4 of each rank)
C(52,2) choose 2 from the 52 total cards
13*6 / 51*26 = 78/1326 = 1/17
still not a very common event
even if cards are not shuffled very good (well)
Sally
makes it easier to see the event at least 1 timeQuote: AZDuffmanFWIW I never thought about time played. Just curious about three of the same pocket pair in a row.
Though the time played makes it interesting in a different way.
or less probability one will NOT see the event.
in 3 rounds is simple 1 in 17*221*221
rounds | 1 in |
---|---|
3 | 830,297.00 |
10 | 104,199.91 |
30 | 29,783.83 |
90 | 9,478.06 |
120 | 7,068.61 |
200 | 4,212.87 |
500 | 1,675.32 |
1000 | 836.23 |
I have thrown away 2,7 offsuit many many times just to see 2,2 or 7,7 on the flop
would NOT have won all of those...
even a few times LOL seeing 2,7,7 flopped
Sally
Quote: WizardIf you want to know about the probability, we have to assume something about number of hands played.
I tried to come up with a straight equation based on how many hands, using the Eigenvalue/Eigenvector matrix method, but I end up with a cubic equation for three of the Eigenvalues (the fourth is 1), and I have a feeling that two of them are complex.
It's probably much easier just to crunch the numbers in Excel.
Quote: mustangsally
see
Sally, I was just making an Ask the Wizard question out of this and was thinking that with 120 total hands, what we should solve for is T^119. That will show us the probability of being in each state 119 hands after the first hand.
That said, I'm changing my answer to 0.0001402719. Do you agree?
I disagree.Quote: WizardSally, I was just making an Ask the Wizard question out of this and was thinking that with 120 total hands, what we should solve for is T^119. That will show us the probability of being in each state 119 hands after the first hand.
That said, I'm changing my answer to 0.0001402719. Do you agree?
because your transition matrix does actually start with a 0 state.
(I think I have been corrected by those that know on this enough to know)
instead of starting with a "start" state (they are the same as per my understanding)
even though P and P^1 are the same. that is why I think this works at 120.
Let us see with my transition matrix
matrix = P
some photos (orange cell is what power the matrix is raised to)
P^1 is after the first trial
P^2 is after the 2nd trial
P^3 is after the 3rd trial
shows we can get 3 in a row after 3 trials
17*221*221
from that transition matrix starting at state 0
we get the correct answer for 3 in a row over 3 trials
now, WITH A START STATE
P^120 is after the 120th trial
looks like the same result be starting at
state 0 or
state start
Happy New Year!
Sally
On the very first hand you have a 1/17 chance of going to the state of 1 pair or 16/17 of state of no pair. And the 120th hand also counts in this case (it wouldn’t if the problem involved achieving success on that hand).
Just can’t see why you’d deduct 1 from 120.
I think it comes from this thread where the Wizard made a transition matrix that already started after trial 1Quote: Ace2Just can’t see why you’d deduct 1 from 120.
https://wizardofvegas.com/forum/questions-and-answers/math/32095-last-open-number-roulette/2/#post689723
then the explanation in the post below that by my Uncle
I agree on both those posts
Sally
Happy NEw Year!
(Mom wants to be in Connecticut instead of Miami for her Christmas present)
This problem appears in Ask the Wizard column #311.