Probability of Pairings in Chess Game

e(ho0n3
Messages
1,349
Reaction score
0
[SOLVED] Probability of Pairings in Chess Game

Homework Statement


The chess clubs of two schools consist of, respectively, 8 and 9 players. Four members from each club are randomly chosen to participate in a contest between the two schools. The chosen players from one team are then randomly paired with those from the other team, and each pairing plays a game of chess. Suppose that Rebecca and her sister Elise are on the chess clubs at different schools. What is the probability that

(a) Rebecca and Elise will be paired;
(b) Rebecca and Elise will be chosen to represent their schools but will not play each other;
(c) exactly one of Rebecca and Elise will be chosen to represent her school?


Homework Equations


Axioms and basic theorems of probabilitiy.


The Attempt at a Solution


(a) Assuming each possible team is equally likely and each possible pairing is equally likely, the the probability sought is the ratio of the number of possible teams and pairing in which Rebacca and Elise are paired to the total possible number of teams and pairings which should be

\frac{\binom{7}{3}\binom{8}{3}3!}{\binom{8}{4}\binom{9}{4}4!} = \frac{1}{14}

The book says the answer is 1/18 however.

(b) That should be

\frac{\binom{7}{3}\binom{8}{3}3 \cdot 3!}{\binom{8}{4}\binom{9}{4}4!} = \frac{3}{14}

The book says the answer is 3/18 however.

(c) That should be

\frac{\binom{7}{3}\binom{8}{4}4! + \binom{7}{4}\binom{8}{3}4!}{\binom{8}{4}\binom{9}{4}4!} = \frac{1}{2}

The book has the same answer.

My gripe is with (a) and (b). Is the book right or am I right?
 
Physics news on Phys.org
The book is right. You may be overcomplicating things. The probability R is chosen is 4/8, that E is chosen is 4/9. Once chosen, the odds they will play each other is 1/4. What's the probability of all of those things happening? Change it for the case of 'not play'.
 
BTW. Your counting expressions are also correct. Just the final numbers are wrong.
 
Dick said:
The book is right. You may be overcomplicating things. The probability R is chosen is 4/8, that E is chosen is 4/9. Once chosen, the odds they will play each other is 1/4. What's the probability of all of those things happening? Change it for the case of 'not play'.

Yes, I do tend to overcomplicate things. You seem to have a very good intuition for this kind of thing.

I realized where I made the stupid arithmetical mistake. Thanks.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top