[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 561: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 617: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1065: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1065: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1065: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 181: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 182: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
Nerd Pride Radio The home of the Nerd Pride Radio podcast and other acts of nerdity. 2019-03-22T14:26:27-06:00 https://nerdprideradio.com/nerds/feed.php?f=27&t=2713 2019-03-22T14:26:27-06:00 2019-03-22T14:26:27-06:00 https://nerdprideradio.com/nerds/viewtopic.php?t=2713&p=48767#p48767 <![CDATA[Re: [GB] Check My Math]]>
The odds that at most 1 card would be different: 0.01%

The odds at most 2 cards are different: 0.3%

The odds that at most 3 cards are different: 3.2%

At most 4 cards: 16.4%

At most 5 cards: 45.3%

At most 6 cards: 72.5%

At most 7 cards: 90.2%

At most 8 cards: 94.4%

At most 9 cards are different: 94.8%

At least 9 cards are different: 0.3%

At least 8 cards are different: 4.8%

At least 7 cards are different: 22.5%

At least 6 cards are different: 64.6%

At least 5 cards are different: 93.5%


I've run out of time.

Statistics: Posted by Eliahad — Fri Mar 22, 2019 3:26 pm


]]>
2019-03-21T17:59:05-06:00 2019-03-21T17:59:05-06:00 https://nerdprideradio.com/nerds/viewtopic.php?t=2713&p=48746#p48746 <![CDATA[Re: [GB] Check My Math]]> Statistics: Posted by Eliahad — Thu Mar 21, 2019 6:59 pm


]]>
2019-03-21T17:44:48-06:00 2019-03-21T17:44:48-06:00 https://nerdprideradio.com/nerds/viewtopic.php?t=2713&p=48744#p48744 <![CDATA[Re: [GB] Check My Math]]>
1,307,504

Statistics: Posted by Mike — Thu Mar 21, 2019 6:44 pm


]]>
2019-03-21T12:51:06-06:00 2019-03-21T12:51:06-06:00 https://nerdprideradio.com/nerds/viewtopic.php?t=2713&p=48733#p48733 <![CDATA[Re: [GB] Check My Math]]> Statistics: Posted by Eliahad — Thu Mar 21, 2019 1:51 pm


]]>
2019-03-21T12:30:14-06:00 2019-03-21T12:30:14-06:00 https://nerdprideradio.com/nerds/viewtopic.php?t=2713&p=48732#p48732 <![CDATA[Re: [GB] Check My Math]]>
I think I figured out how to use Flame's hyper-geometry calculator to figure out the chances that the same number of cards show up in 2 games.

In game one you draw a set of 15 cards.

What then, are the chances that you draw the same set of 15 cards, even if it's a different order?

Well, less than the calculator shows ;)

But if I add up the probability of each successive column:

15, 14, 13, etc. I get the probality of different overlaps of cards from each set of the 2 games.

Statistics: Posted by Eliahad — Thu Mar 21, 2019 1:30 pm


]]>
2019-03-21T09:55:50-06:00 2019-03-21T09:55:50-06:00 https://nerdprideradio.com/nerds/viewtopic.php?t=2713&p=48727#p48727 <![CDATA[Re: [GB] Check My Math]]> print(i, (choose(24,4)*(math.factorial(20)/math.factorial(9)))**i)


2 5.075312536417983e+33
3 3.6157149649071447e+50
4 2.5758797342321542e+67
5 1.8350883489507341e+84
6 1.3073394707453475e+101

That's just from card draws. Doesn't count variations in movement on the board!

Statistics: Posted by FlameBlade — Thu Mar 21, 2019 10:55 am


]]>
2019-03-21T09:50:56-06:00 2019-03-21T09:50:56-06:00 https://nerdprideradio.com/nerds/viewtopic.php?t=2713&p=48726#p48726 <![CDATA[Re: [GB] Check My Math]]> return(math.factorial(n)/(math.factorial(n-k)*math.factorial(k)))

>>> #starting deck.
>>> choose(24,4)
10626.0
>>> choose(24,15)
1307504.0
>>> choose(24,4)*(math.factorial(20)/math.factorial(9))
7.1241227785728e+16


Checks out.

Statistics: Posted by FlameBlade — Thu Mar 21, 2019 10:50 am


]]>
2019-03-21T09:43:46-06:00 2019-03-21T09:43:46-06:00 https://nerdprideradio.com/nerds/viewtopic.php?t=2713&p=48725#p48725 <![CDATA[Re: [GB] Check My Math]]>
And I solved this differently than you did (different logic, but ultimately the same calculations) and I got the same answers.

Statistics: Posted by Mike — Thu Mar 21, 2019 10:43 am


]]>
2019-03-21T07:53:53-06:00 2019-03-21T07:53:53-06:00 https://nerdprideradio.com/nerds/viewtopic.php?t=2713&p=48720#p48720 <![CDATA[[GB] Check My Math]]>
First let's go with opening hands for one god.

24! (Total number of cards in the deck) / ((4! (We don't care about order) * 20! (Cards left over after picking)

So:

24*23*22*21*20! / 4*3*2*1*20!

24*23*22*21 / 4*3*2*1

255,024/24

There are 10,626 possible starting hands. Okay! That's a little less random than we used to be great!

So then I decided to check, How many unique occurrences of one game's worth of cards would be without caring about the order those cards are drawn.

24! (Total number of cards in the deck) / ((15! (We don't care about order) * 9! (Cards left over after picking)

24*23*22*21*20*19*18*17*16 / 9*8*7*6*5*4*3*2*1

474,467,051,520 / 362,880

There are 1,307,504 possible draws of the cards to form, essentially a hand of 15 cards. Holy crap!

So then I thought, okay, how many unique draws are there, where you form a hand of four cards and then draw one card at a time, so order does matter.

10,626 (starting hand) * 20*19*18*17*16*15*14*13*12*10*11 (Cards left in the deck each round).

So I get 71,241,227,785,728,000 unique games of Godball...for one god.

Am I doing that wrong? Is my math crazy off? I imagine my math is wrong. Someone tell me what I'm doing wrong?

Statistics: Posted by Eliahad — Thu Mar 21, 2019 8:53 am


]]>