Thread Rating:

Peter
Peter
  • Threads: 1
  • Posts: 3
Joined: Jan 9, 2011
December 7th, 2017 at 3:17:48 AM permalink
Hi,
I'm currently researching some roulette data. I would like to know how I can calculate the expected number of times a sequence of red comes up. So for example, in 1500 roulette spins, how often do I expect a sequence of 2 reds in a row to come up, how often do I expect a sequence of three reds in a row to come up and so on. Hope somebody can help me with that.

Cheers,
Peter
OnceDear
OnceDear
  • Threads: 63
  • Posts: 7477
Joined: Jun 1, 2014
Thanked by
RS
December 7th, 2017 at 3:32:50 AM permalink
Hi,
In 1500 spins, there are 1499 possible pairs of spins
For any pair of spins, the chances of both coming up red is (18/38) * (18/38) or 0.2243767313 assuming double zero wheel.
So you can expect to see 2 consecutive reds 1499 * 0.2243767313 times or 336 times.
Of course a sequence of 3 reds is treated as two sequences of 2

If you want to work it out for sequences of 3, then...
In 1500 spins, there are 1498 possible triplets of spins
For any triplet of spins, the chances of all three coming up red is (18/38) * (18/38) * (18/38) or 0.10628371482 assuming double zero wheel.
So you can expect to see 3 consecutive reds 1498 * 0.10628371482 times or 159 times.
Of course a sequence of 5 reds is treated as three sequences of 3.

Meanwhile... Remember, you don't have a winning system. You never will. :o)
Last edited by: OnceDear on Dec 7, 2017
Psalm 25:16 Turn to me and be gracious to me, for I am lonely and afflicted. Proverbs 18:2 A fool finds no satisfaction in trying to understand, for he would rather express his own opinion.
SM777
SM777
  • Threads: 6
  • Posts: 762
Joined: Apr 8, 2016
December 7th, 2017 at 5:54:28 AM permalink
Quote: Peter

Hi,
I'm currently researching some roulette data. I would like to know how I can calculate the expected number of times a sequence of red comes up. So for example, in 1500 roulette spins, how often do I expect a sequence of 2 reds in a row to come up, how often do I expect a sequence of three reds in a row to come up and so on. Hope somebody can help me with that.

Cheers,
Peter



Don't worry about it, and move onto your next project. Your idea won't beat roulette.
ThatDonGuy
ThatDonGuy
  • Threads: 117
  • Posts: 6271
Joined: Jun 22, 2011
December 7th, 2017 at 7:06:16 AM permalink
It depends on whether or not how many times you count a sequence of, say, 5 reds as "a sequence of 2 reds."
Zero, since you are counting how many times red comes up exactly twice in a row?
One?
Two, since it is "two pairs of reds" (1 & 2, 3 & 4)?
Four, since spins 1 & 2 are consecutive, as are 2 & 3, 3 & 4, and 4 & 5?

But as SM777 has pointed out, if you are looking for some mysterious way to beat roulette, don't bother. Remember, after two (or four, or 257, or zero) consecutive reds, the probability that the next spin will be red on a double-zero wheel is still 9/19 (and black is 9/19, and green is 1/19).
mustangsally
mustangsally
  • Threads: 25
  • Posts: 2463
Joined: Mar 29, 2011
December 7th, 2017 at 9:58:20 AM permalink
Quote: Peter

I would like to know how I can calculate the expected number of times a sequence of red comes up.

it is easy.

just remember dealing with averages or expected numbers is not the same as the probability.
2 totally different animals
*****
for 3 or more run (in Excel for example)
parameters:
p=(18/38)
length=3
trials=1500
q=(20/38)

THE FORMULA (without proof - that is internet stuff)
=(p^length)*(1+((trials-length)*q))

for exactly length of 3
calculate 4 and 3
subtract 4 from 3

here is my Excel in Google if want to see (easy)
https://goo.gl/98yjKp

Quote: Peter

So for example, in 1500 roulette spins,
how often do I expect a sequence of 2 reds in a row to come up,
how often do I expect a sequence of three reds in a row to come up and so on.

here is a table of data.

I simulated this 1 million times (1 million sets of 1500 spins)
and calculated it also (rounded to 4 decimals)
super close I do say
.simsimsimcalccalc.
lengthfreqexact 33 or moreexpected #exact 3length
1197014850197.0149374.1835374.1856197.05791
29328373593.2837177.1686177.127793.28112
34416857044.168683.884983.846744.15633
42091215620.912239.716339.690320.90224
598986169.898618.804218.78819.89445
646894284.68948.90568.89374.68376
722177192.21774.21614.21002.21717
810508691.05091.99841.99291.04958
94989500.49900.94750.94340.49689
102360310.23600.44860.44660.235210
111119770.11200.21260.21140.111311
12531590.05320.10060.10010.052712
13250120.02500.04740.04740.024913
14119000.01190.02240.02240.011814
1555200.00550.01050.01060.005615
1626020.00260.00500.00500.002616
1712320.00120.00240.00240.001317
186130.00060.00120.00110.000618
192720.00030.00050.00050.000319
201400.00010.00030.00030.000120
21590.00010.00010.00010.000121
22300.00000.00010.00010.000022
23200.00000.00000.00000.000023
24110.00000.00000.00000.000024
2550.00000.00000.00000.000025
2650.00000.00000.00000.000026
2700.00000.00000.00000.000027
2800.00000.00000.00000.000028
2910.00000.00000.00000.000029


have fun
hope this helps some(sum)
Sally
I Heart Vi Hart
Peter
Peter
  • Threads: 1
  • Posts: 3
Joined: Jan 9, 2011
December 9th, 2017 at 2:04:54 AM permalink
Thanks all for the answers. Don't worry, I'm not looking to find a way to beat the wheel, I'm actually trying to show a sample size I have is random and I like to take a look at all kinds of different statistics from it. In this case the distribution of number of red numbers in a row.

I guess I wasn't totally clear: I'm looking for 'exactly two in a row', 'exactly three in a row', etc. So a series of four reds in a row will be counted as just that, four in a row. Looks like the best way is to start with 1500 in a row (in a sample size of 1500) and calculate 1499 in a row as suggested with substracting 1500 in a row and work my way down to one.

Or apparently using the below formula. Could you point me in the right direction for the proof? I haven't been able to find anything about this subject on the web, hence I got here.

Quote: mustangsally


THE FORMULA (without proof - that is internet stuff)
=(p^length)*(1+((trials-length)*q))



Thanks,
Peter
russ451
russ451
  • Threads: 3
  • Posts: 9
Joined: Dec 18, 2017
December 18th, 2017 at 1:58:07 PM permalink
I have to ask.... Why 1500 instead of an "even" number like 1,000, or 10,000.

At least it would be easier to turn into percentages.

Russ
It's only impossible until somebody does it.
  • Jump to: