| Thread Closed |
[SOLVED] Probability of a Yarborough |
Share Thread | Thread Tools |
| Nov18-07, 09:56 PM | #1 |
|
|
[SOLVED] Probability of a Yarborough
1. The problem statement, all variables and given/known data
The second Earl of Yarborough is reported to have bet at odds of 1000 to 1 that a bridge hand of 13 cards would contain at least one card that is ten or higher. (By ten or higher we mean that it is either a ten, a jack, a queen, a king or an ace.) Nowadays, we call a hand that has no cards higher than 9 a Yarborough. What is the probability that a randomly selected bridge hand is a Yarborough? 2. Relevant equations Axioms and basic theorems of probability. 3. The attempt at a solution There are four players in bridge (and thus four hands) and since there are 32 cards which that are less than 10, there can be at most 2 Yarborough hands. Define the following events. A: the randomly selected hand is a Yarborough E: there are two Yarborough hands F: there is one Yarborough hand Conditioning on E and F, then P(A) = P(A|E)P(E) + P(A|F)P(F) right? P(A|E) is 1/2 and P(A|F) is 1/4. P(E) is [tex]\frac{\binom{32}{13}\binom{19}{13}\binom{26}{13}\binom{13}{13}}{\binom{ 52}{13}\binom{39}{13}\binom{26}{13}\binom{13}{13}} = \frac{\binom{32}{13}\binom{19}{13}}{\binom{52}{13}\binom{39}{13}}[/tex] P(F) should be [tex]\frac{\binom{32}{13}\binom{39}{13}\binom{26}{13}\binom{13}{13} - \binom{32}{13}\binom{19}{13}\binom{26}{13}\binom{13}{13}}{\binom{52}{13 }\binom{39}{13}\binom{26}{13}\binom{13}{13}} = \frac{\binom{32}{13}\binom{39}{13} - \binom{32}{13}\binom{19}{13} }{\binom{52}{13}\binom{39}{13}}[/tex] Is this correct? |
| Nov18-07, 10:19 PM | #2 |
Recognitions:
|
I don't know why you are worrying about multiple hands. Isn't it just C(32,13)/C(52,13)?? Maybe I just don't see it because I don't play bridge.
|
| Nov18-07, 10:25 PM | #3 |
|
|
What you have there is the probability that a hand of 13 cards is a Yarborough. I don't think this is equivalent to the probability that a random hand in a game of bridge is a Yarborough. (I've never played bridge either.)
|
| Nov18-07, 10:43 PM | #4 |
Recognitions:
|
[SOLVED] Probability of a Yarborough
I don't see the difference between a 'random hand' and a 'random hand played in a game of bridge'. I think you are over complicating again. How can how the rest of the cards are dealt make a difference? The problem doesn't ask anything about the probability of multiple Yarborourgh's in a game of bridge.
|
| Nov19-07, 07:24 AM | #5 |
|
|
|
| Nov19-07, 08:34 AM | #6 |
Recognitions:
|
|
| Nov19-07, 09:41 AM | #7 |
|
Mentor
|
You guys a nitpicking over an overloaded term. The 52 cards in a deck are randomized and dealt in an orderly fashion to four players. Each player ends up holding 13 cards, a "hand". The four hands together form a "deal". See http://www.worldbridge.org/departments/laws/Defin.htm.
Some people overload the term hand to mean the four hands together. This is what e(ho0n3 (eho for short) has done. Eho, I take it you play bridge. You are (1) reading too much into the problem, and (2) using an overloaded term. I think the author of the problem is getting at the simpler problem of the probability a specific player a getting a Yarborough hand as opposed to the probability of a deal coming up with a Yarborough. BTW, you have not calculated the probability of a deal having a Yarborough correctly. As four hands are dealt out, there are four ways a deal can have exactly one Yarborough and six ways a deal can have exactly two Yarboroughs. |
| Nov19-07, 10:01 AM | #8 |
Recognitions:
|
I don't think there is much confusion over the term 'hand'. If the OP follows his plan correctly and computes the odds of a game having exactly one Y and divides by 4, then the odds of having exactly 2 and divides by 2 and then adds them, he will get the correct answer. I'm trying to say this is unnecessary and that answer will be the same as what we both agree is the probability of a single hand being Y. Will confess to being lazy and not wanting to check the posted solution...
|
| Nov19-07, 11:13 AM | #9 |
|
|
|
| Nov19-07, 06:12 PM | #10 |
Recognitions:
|
Simplifying the problem is a great idea. But for your simplified problem, I get that a table must have either 1 (prob 1/3) Y or 2 (prob 2/3) Y's. So for the table odds, I get (1/2)*(1/3)+1*(2/3)=5/6. That said, I am still pulling my hair out trying to get a straight answer for the original problem using your counting argument. Grrrr....
|
| Nov19-07, 11:00 PM | #11 |
|
|
[tex]\binom{52}{13}\binom{39}{13}\binom{26}{13}\binom{13}{13}[/tex] which is correct if I'm considering each of the four players distinctly. However, when I was doing the calculations, I was treating all four players the same, i.e. I didn't care who was N, S, E or W. It's no wonder I didn't get the right answer. D H was right all along. So how can I fix this? Easy: Just consider each of the four players distinctly. The value of P(E) should actually be 6 times what I wrote in my first post (as D H mentioned). P(F) is a slightly trickier. I will fix my attention on N for now. There are [tex]\binom{32}{13}\binom{39}{13}\binom{26}{13}\binom{13}{13}[/tex] possible deals in which N has a Yarborough. But how many deals are there in which N has the only Yarborough? That's the above number minus the number of deals in which N and E, N and W, and N and S both have a Yarborough, i.e. minus [tex]3 \cdot \binom{32}{13}\binom{19}{13}\binom{26}{13}\binom{13}{13}[/tex] Dividing the difference by the total number of deals yields the probability that N has the only Yarborough. P(F) is just 4 times this amount (one for each of N, S, E, W). Letting p = C(32,13)/C(52/13) and q = C(19,13)/C(39,13), you can see that P(E) = 6pq, P(F) = 4(p - 3pq) and P(A) = 1/2 * 6pq + 1/4 * 4(p - 3pq) = 3pq + p - 3pq = p. Dick, you were right again. |
| Nov19-07, 11:10 PM | #12 |
Recognitions:
|
Thanks, man. I was still ripping hair. Gotta confess, though, I still don't get it. Guess I'll get some sleep and think it over again in the morning with your hints. Let this be a warning against over complicating. You escalated the problem to the point I'm still baffled about reconciling the two approaches.
|
| Nov19-07, 11:21 PM | #13 |
|
|
Hehe. Sorry about that. I will mark this post as solved. Thanks for all your help.
|
| Nov19-07, 11:31 PM | #14 |
Recognitions:
|
One final comment. I'm really impressed with how you dealt with this problem. Creating a simplified version of the problem to analyze your thinking is brilliant step. Kudos.
|
| Thread Closed |
| Thread Tools | |
Similar Threads for: [SOLVED] Probability of a Yarborough
|
||||
| Thread | Forum | Replies | ||
| [SOLVED] probability | Advanced Physics Homework | 4 | ||
| [SOLVED] Failure probability | Engineering, Comp Sci, & Technology Homework | 1 | ||
| [SOLVED] Probability | Precalculus Mathematics Homework | 2 | ||
| [SOLVED] Probability | Engineering, Comp Sci, & Technology Homework | 10 | ||
| [SOLVED] Probability | Precalculus Mathematics Homework | 3 | ||