SOLUTION: One cage contains 2 white mice and 3 black ones, and another cage contains 4 white mice and 3 black ones. A cage is chosen at random and three mice are selected. Find the expecte

Algebra ->  Probability-and-statistics -> SOLUTION: One cage contains 2 white mice and 3 black ones, and another cage contains 4 white mice and 3 black ones. A cage is chosen at random and three mice are selected. Find the expecte      Log On


   



Question 916261: One cage contains 2 white mice and 3 black ones, and another cage contains 4 white mice and 3 black ones. A cage is chosen at random and three mice are selected. Find the expected number of white mice in the sample.
I keep getting the wrong answer for this problem, I thought you did the number of ways to choose three mice (0-3) and find their probabilities and then continue to find the mean and that was the answer?

Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
Cage1: 5mice, 2W, 3B , p(w) = 2/5)
Cage2: 7mice: 4W, 3B, p(w) = 4/7
cage1 0r cage2 is chosen at random and three mice are selected, n = 3
expected number of white mice
W
0 P(x =0) = %283%2F5%29%282%2F4%29%281%2F3%29+%2B+%284%2F7%29+%283%2F6%29%282%2F5%29 Choosing cage1 0r cage2
1 P(x=1) = +
2 P(x=2) = binompdf( 5, .4, 2) + binompdf(7, 4/7, 2) = similar to the above
3 P(x=3) = binompdf( 5, .4, 3) + binompdf(7, 4/7, 3) =
expected = 0•P(x =0) + 1•P(x =1) + 2•P(x =2) + 3•P(x =3)