|
Re: Chances that my Q high flush is beat?
16 places the A could be in opponents hands(9 handed game) and 45 unseen cards. So 16/45 = .35 or 35.5%
Same for the K, 35.5%
Is it proper just to add those two and say there is a 71% chance someone holds either the A or the K?
In both parts you're making the same mistake, when talking about two events and considering the "or" of them, you cannot add their odds. For example, if there's a 75% chance of rain today and a 50% chance of rain tomorrow, does it make sense that the chance of rain today or tomorrow is 125%? I sure hope that doesn't make sense...
What you have to do when confonted with an "or" in odds is inversion. It's based on the logical rule DeMorgan's Law, which states:
A | B <-> !(A & B)
Or in English, A or B is the same as not A and B.
So for our probability here, the chance of A or B happening is:
1 - (1 - P(A)) * (1 - P(B))
For the rain example, that's
1 - (1 - .75) * (1 - .5)
1 - .25 * .5
1 - .125
.875 - or 87.5%, not 125%.
So let's re-examine the odds here. It'd be possible to look at the odds of someone having the A then someone having the K, but it'd be easier to look at them both at the same time...why? Cause that's actually a case where we *can* add the odds.
Okay CrunchyNuts, you just said we couldn't do that in the case we're dealing with "or"s, and this would be "This guy's card is As or Ks", and that sure looks like an or to me. Why yes, it is. But the key difference here is that you're talking about *one event*, the card. Two possible outcomes of one event *are* added when or is involved, assuming there's no overlap in the outcomes. Going back to the rain example, if it's 75% chance to rain and 10% that it'll be sunny, the chance of rain or sun is 85%. An example of overlap is if you say it's 75% chance of rain and 85% chance of overcast...can't add those up 'cause it's overcast when it's raining.
So we can safely say the odds of the first of the 16 opp cards being As or Ks is 2/45. The next card, assuming the first wasn't As or Ks, is 2/44 - one card's gone already, and so forth for the rest of the 16.
At the end of the day though, we're looking at the "or" of all of these events, so we need to invert. We need to figure out the chances that the As or Ks do *not* come up, that's an "and" problem. It's not the first card, and it's not the second card, and it's not the third card, ect. Get your calculators handy:
Code:
43/45 * 42/44 * 41/43 * 40/42 * 39/41 * 38/40 * 37/39 * 36/38 * 35/37 * 34/37 * 33/35 * 32/34 * 31/33 * 30/32 * 29/31 * 28/30
(43 * 42 * 41 * 40 * 39 * 38 * 37 * 36 * 35 * 34 * 33 * 32 * 31 * 30 * 29 * 28) / (45 * 44 * 43 * 42 * 41 * 40 * 39 * 38 * 37 * 36 * 35 * 34 * 33 * 32 * 31 * 30)
Factor out a whole lot of X/X's...
(29 * 28) / (45 * 44)
812 / 1980
~0.41
So 41% chance that As and Ks do *not* so up, so 59% chance that they do.
|