|
 Originally Posted by swiggidy
Disregard flushes, and straights (although it will hurt AK a little). Disregard AA9 boards.
P(x) := probability that card x comes
C(x, y) := choose y from x (combinatorics)
| := or
% := and
P(A | K) - P((A | K) & (9 | 3))
C(41, 4) * C(6, 1) - C(37, 3) * C(4, 1) * C(6,1)
That's not even accurate, but it's close. I figure you either throw your hands in the air and run away, or you REALLY want to learn, so you start reading these:
http://www.math.sfu.ca/~alspach/pokerdigest.html
Thanks thats the kind of thing I was looking for. A lil tough but I check out the link you posted
|