Poker-AI.org Poker AI and Botting Discussion Forum 2017-05-17T11:14:34+00:00 http://poker-ai.org/phpbb/feed.php?f=22&t=3045 2017-05-17T11:14:34+00:00 2017-05-17T11:14:34+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3045&p=7210#p7210 <![CDATA[Re: How to calculate number of community card combinations?]]> Statistics: Posted by CaptnCanary — Wed May 17, 2017 11:14 am


]]>
2017-05-16T06:44:42+00:00 2017-05-16T06:44:42+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3045&p=7209#p7209 <![CDATA[Re: How to calculate number of community card combinations?]]> https://www.mathsisfun.com/combinatoric ... tions.html

You need C(n,r) = n!/r!/(n-r)!
if you had 48? cards in a deck it will be C(48,5) = 48*47*46*45*44/5! = 1712304

for 50 unknown cards it will be C(50,5) = 2118760

Quote:

But I can only find 15180 when trying to find then in nested for loops.

Show your loops, there is some mistake here i think.

Statistics: Posted by nefton — Tue May 16, 2017 6:44 am


]]>
2017-05-15T20:30:30+00:00 2017-05-15T20:30:30+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3045&p=7208#p7208 <![CDATA[How to calculate number of community card combinations?]]> I thought something like 48*47*46*45*44/4!/5! = 71346.

But I can only find 15180 when trying to find then in nested for loops.

Statistics: Posted by CaptnCanary — Mon May 15, 2017 8:30 pm


]]>