warpzones
warpzones
  • Threads: 8
  • Posts: 31
Joined: Feb 4, 2014
February 5th, 2014 at 9:30:58 AM permalink
Hi

What are the chances/probability of 7 of the same numbers coming up 4 times in a row? 5 times in a row? 6 times in a row?
warpzones
warpzones
  • Threads: 8
  • Posts: 31
Joined: Feb 4, 2014
February 5th, 2014 at 9:31:35 AM permalink
By that I mean a group of seven numbers.... say 1-6 and 0
BleedingChipsSlowly
BleedingChipsSlowly
  • Threads: 23
  • Posts: 1033
Joined: Jul 9, 2010
February 5th, 2014 at 10:12:20 AM permalink
What is generating the numbers? Roulette? Craps? Lottery tickets?
“You don’t bring a bone saw to a negotiation.” - Robert Jordan, former U.S. ambassador to Saudi Arabia
wudged
wudged
  • Threads: 2
  • Posts: 998
Joined: Aug 7, 2013
February 5th, 2014 at 10:26:24 AM permalink
Assuming 00 roulette, (7/38)^x , where x is the number of times in a row.
warpzones
warpzones
  • Threads: 8
  • Posts: 31
Joined: Feb 4, 2014
February 7th, 2014 at 9:35:15 AM permalink
Sorry, I mean for roulette....
warpzones
warpzones
  • Threads: 8
  • Posts: 31
Joined: Feb 4, 2014
February 7th, 2014 at 9:38:13 AM permalink
Quote: wudged

Assuming 00 roulette, (7/38)^x , where x is the number of times in a row.



What would the ^ stand for, sorry last maths I did was long ago...
Mission146
Mission146
  • Threads: 142
  • Posts: 16832
Joined: May 15, 2012
February 7th, 2014 at 1:25:41 PM permalink
Quote: warpzones

What would the ^ stand for, sorry last maths I did was long ago...



"To the power of," which means you are multiplying that thing by itself whatever number of times.
https://wizardofvegas.com/forum/off-topic/gripes/11182-pet-peeves/120/#post815219
ThatDonGuy
ThatDonGuy
  • Threads: 117
  • Posts: 6275
Joined: Jun 22, 2011
February 7th, 2014 at 4:52:30 PM permalink
Quote: Mission146

"To the power of," which means you are multiplying that thing by itself whatever number of times.


That brings up a question: how did ^ become the standard expression for raising to a power? The only place I ever saw that used was in old school line-number BASIC. (FORTRAN uses ** (i.e. 2**3 = 8), and C uses a function (I think it's pow(x, y) in the math library); in fact, in C, ^ means bitwise XOR (so 6^7 would be 00000110 XOR 00000111, which is 00000001, or 1).)
AxiomOfChoice
AxiomOfChoice
  • Threads: 32
  • Posts: 5761
Joined: Sep 12, 2012
February 7th, 2014 at 5:03:28 PM permalink
Quote: ThatDonGuy

That brings up a question: how did ^ become the standard expression for raising to a power? The only place I ever saw that used was in old school line-number BASIC. (FORTRAN uses ** (i.e. 2**3 = 8), and C uses a function (I think it's pow(x, y) in the math library); in fact, in C, ^ means bitwise XOR (so 6^7 would be 00000110 XOR 00000111, which is 00000001, or 1).)



I think that the ^ refers to superscript. I know that in really old texts, presumably that were typeset using a method that did not allow for proper superscripting, I've seen a full upwards arrow used. Since there is no "up arrow" on a standard keyboard, "^" is used instead (it's the head of the arrow, missing the shaft).

It's also used in certain typesetting languages to denote superscript. Eg, in tex, '^' is superscript and '_' is subscript.
  • Jump to: