Calculating Probability of Correct Guesses in 3 Married Couples

  • Thread starter Thread starter Dell
  • Start date Start date
  • Tags Tags
    Probability
Dell
Messages
555
Reaction score
0
in a room there are 3 married couples
somebody guesses which of the men are married to which of the women.
X=number of correct guesses.

find E(x), var(x)

i tried the following

X=0 (no correct guesses)
P(X)=2/3*2/3*2/3=8/27

X=1 (one correct guess)
P(X)=2/3*2/3*1/3=4/27

X=2 (two correct guesses)
P(X)=2/3*1/3*1/3=2/27

X=1 (three correct guesses)
P(X)=1/3*1/3*1/3=1/27


BUT the total
P(X=0) + P(X=1) + P(X=2) + P(X=3) does not come to 1
(8+4+2+1)/27=5/9

where am i going wrong? there are only 3 couples so he could not guess more that 3 correct couples.
the probability of guessing a correct couple is 1 in 3
 
Physics news on Phys.org
You are assuming the probability of a guess being correct is independent of previous guesses. That's not true. For example, there is no chance at all of getting two guesses correct and the third one wrong.
 
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