masterj
masterj
  • Threads: 6
  • Posts: 24
Joined: Dec 19, 2018
December 22nd, 2018 at 8:47:31 AM permalink
Hello,

I have a poker related question of the probability distribution of coin flips when playing poker.
If you run bad for a long period of time at the poker tables and you loosing way more coin flips then you should loose, what is the probability of winning only
1 out of 30?
5 out of 30?

The average is 15, but how can I calculate this? The distribution should be around 15. So it can not be a linear path, right?


Thanks,
ThatDonGuy
ThatDonGuy 
  • Threads: 117
  • Posts: 6273
Joined: Jun 22, 2011
December 22nd, 2018 at 9:10:56 AM permalink
The probability of winning exactly K out of N coin flips is (N)C(K) / 2N

For 1 out of 50, that is 50 / 250, or about 1 in 22.5 trillion.
For 3 out of 50, this is 19,600 / 250, or about 1 in 57.4 billion.
7craps
7craps
  • Threads: 18
  • Posts: 1977
Joined: Jan 23, 2010
December 22nd, 2018 at 9:21:21 AM permalink
Quote: masterj

I have a poker related question of the probability distribution of coin flips when playing poker.

there are really not that many hands that are exactly 50/50 in a "coin flip"
(so poker players really are talking about a biased coin flip)

I can think of 1 after the flop and 1 after the turn that are exactly 50/50.

poker players say something like 51/49 is a coin flip.
and it is.
they just do not say what kind it is.

but with all these biased coin flips, poker players still think they "should win" 50% of them.
30, should win 15 of them, when the only thing the math says about that is the ratio of wins to attempts will approach 50%
the actual number of wins is meaningless
winsome johnny (not Win some johnny)
7craps
7craps
  • Threads: 18
  • Posts: 1977
Joined: Jan 23, 2010
Thanked by
masterj
December 22nd, 2018 at 9:24:37 AM permalink
Quote: ThatDonGuy

The probability of winning exactly K out of N coin flips is (N)C(K) / 2N

For 1 out of 50, that is 50 / 250, or about 1 in 22.5 trillion.
For 3 out of 50, this is 19,600 / 250, or about 1 in 57.4 billion.

1 out of 30?

for a 50/50 event
about 1 in 35,791,394
using pari/gp calculator
(08:54) gp > 1/(binomial(30,1)/2^30.)
%6 = 35791394.133333333333333333333333333332

5 out of 30?
about 1 in 7,535
(08:55) gp > 1/(binomial(30,5)/2^30.)
%7 = 7534.71309278205829929
winsome johnny (not Win some johnny)
ThatDonGuy
ThatDonGuy 
  • Threads: 117
  • Posts: 6273
Joined: Jun 22, 2011
December 22nd, 2018 at 11:44:25 AM permalink
Quote: 7craps

1 out of 30?


My bad - I though it said "out of 50" for some reason
RS
RS
  • Threads: 62
  • Posts: 8626
Joined: Feb 11, 2014
December 22nd, 2018 at 11:47:23 AM permalink
Quote: ThatDonGuy

The probability of winning exactly K out of N coin flips is (N)C(K) / 2N

For 1 out of 50, that is 50 / 250, or about 1 in 22.5 trillion.
For 3 out of 50, this is 19,600 / 250, or about 1 in 57.4 billion.


Is the 2 the same as (1/p)?

Could you do say

(N)C(K) / (1/p)N ?
7craps
7craps
  • Threads: 18
  • Posts: 1977
Joined: Jan 23, 2010
December 22nd, 2018 at 11:53:31 AM permalink
Quote: ThatDonGuy

I thought it said "out of 50" for some reason

at first I thought so too.
it seemed like a weird question

a spreadsheet (Excel) can give the total distribution of 30 trials at 50%
quite easily.
many still do not understand the binomial probability distribution
(it is just a special case of the multinomial probability distribution. we all should have leared that in early math classes)

for the OP, one would have to know the hands to continue down that road
successesprob1 in
09.31323E-101,073,741,824.00
12.79397E-0835,791,394.13
24.05125E-072,468,372.01
33.78117E-06264,468.43
42.55229E-0539,180.51
50.0001327197,534.71
60.0005529961,808.33
70.001895986527.43
80.005450961183.45
90.01332457275.05
100.02798160135.74
110.05087563819.66
120.08055309312.41
130.1115350528.97
140.135435427.38
150.1444644486.92
160.135435427.38
170.1115350528.97
180.08055309312.41
190.05087563819.66
200.02798160135.74
210.01332457275.05
220.005450961183.45
230.001895986527.43
240.0005529961,808.33
250.0001327197,534.71
262.55229E-0539,180.51
273.78117E-06264,468.43
284.05125E-072,468,372.01
292.79397E-0835,791,394.13
309.31323E-101,073,741,824.00
winsome johnny (not Win some johnny)
7craps
7craps
  • Threads: 18
  • Posts: 1977
Joined: Jan 23, 2010
December 22nd, 2018 at 12:06:52 PM permalink
Quote: ThatDonGuy

The probability of winning exactly K out of N coin flips is (N)C(K) / 2N

that should say 'fair coin flips'
Quote: RS

Is the 2 the same as (1/p)?

Could you do say

(N)C(K) / (1/p)N ?

one could do say when p = 1/2
for those that want to know more
(N)C(K) is just the binomial coefficient found in Pascal's Triangle, for example
the number of ways an event could happen where order doesn't matter
it is A in A/B
B = the total ways an event could and could not happen (in the example 2^30 = 1,073,741,824)
Last edited by: 7craps on Dec 22, 2018
winsome johnny (not Win some johnny)
  • Jump to: