J
James Hodson
Guest
On Fri, 25 Apr 2003 12:36:13 +0100, Gonzalez <[email protected]> wrote:
>And I thought everyone in the World knew what a googol is, but perhaps its just because I'm a
>maths teacher!
>
>Now, who knows what a googolplex is?
As I said a day or two ago: 1*10^Googol
According to the late, great Carl Sagan in his book Cosmos - why has the Cosmos programme series
never been repeated on TV, BTW? - the universe ain't large enough to actually write in regular-sized
text that number.
For no particular reason, some time ago, I decided to do this on my very old Win3.1 / DOS PC. It was
actually quite fun watching it for a while:
CLS DIM Count AS DOUBLE Count = 1 DIM x AS DOUBLE DIM z AS DOUBLE z = 0
RANDOMIZE (TIMER)
DO UNTIL Count = 1D+100 + 1 x = RND(TIMER) IF x >= .5 THEN x = 1 ELSE x = 0 z = z + x PRINT "Count
is"; Count; " Coin flipped"; x; " Average is"; z / Count Count = Count + 1 LOOP
END
I gave up after several months of "flipping my coin to find the average". I stopped as I'd bought a
new PC and needed a those spare plug sockets.
James
PS I'd always thought it was spelt "Google". I was wrong but at least I knew what is was!
PP <Bless you, Gonzalez, my son>
--
http://homepage.ntlworld.com/c.butty/Larrau.jpg
>And I thought everyone in the World knew what a googol is, but perhaps its just because I'm a
>maths teacher!
>
>Now, who knows what a googolplex is?
As I said a day or two ago: 1*10^Googol
According to the late, great Carl Sagan in his book Cosmos - why has the Cosmos programme series
never been repeated on TV, BTW? - the universe ain't large enough to actually write in regular-sized
text that number.
For no particular reason, some time ago, I decided to do this on my very old Win3.1 / DOS PC. It was
actually quite fun watching it for a while:
CLS DIM Count AS DOUBLE Count = 1 DIM x AS DOUBLE DIM z AS DOUBLE z = 0
RANDOMIZE (TIMER)
DO UNTIL Count = 1D+100 + 1 x = RND(TIMER) IF x >= .5 THEN x = 1 ELSE x = 0 z = z + x PRINT "Count
is"; Count; " Coin flipped"; x; " Average is"; z / Count Count = Count + 1 LOOP
END
I gave up after several months of "flipping my coin to find the average". I stopped as I'd bought a
new PC and needed a those spare plug sockets.
James
PS I'd always thought it was spelt "Google". I was wrong but at least I knew what is was!
PP <Bless you, Gonzalez, my son>
--
http://homepage.ntlworld.com/c.butty/Larrau.jpg