PDA

View Full Version : Complicated probability question with urns and balls


zeion
Oct5-11, 02:37 PM
1. The problem statement, all variables and given/known data

Suppose that Joe draws k balls from and urn containing n red balls and n green balls, without replacing the balls after they are drawn. Similarly, Mary draws k balls from an urn containing m red balls and m green balls, without replacing the balls after they are drawn. We want to computer the probability that Joe and Mary will draw the same number of red balls.

2. Relevant equations



3. The attempt at a solution

Let E be the event that J and M draw the same number of red balls.
So P(E) = P(J draws i red balls and M draws i red balls)
= P(J draws i red balls) P(M draws i red balls)

I don't know how to write P(J draws i red balls)

Ray Vickson
Oct5-11, 03:41 PM
1. The problem statement, all variables and given/known data

Suppose that Joe draws k balls from and urn containing n red balls and n green balls, without replacing the balls after they are drawn. Similarly, Mary draws k balls from an urn containing m red balls and m green balls, without replacing the balls after they are drawn. We want to computer the probability that Joe and Mary will draw the same number of red balls.

2. Relevant equations



3. The attempt at a solution

Let E be the event that J and M draw the same number of red balls.
So P(E) = P(J draws i red balls and M draws i red balls)
= P(J draws i red balls) P(M draws i red balls)

I don't know how to write P(J draws i red balls)

Look up the hypergeometric distribution. See, eg.,
http://en.wikipedia.org/wiki/Hypergeometric_distribution or
http://stattrek.com/lesson2/hypergeometric.aspx .

RGV

zeion
Oct5-11, 04:11 PM
the chance that J will draw i red ball is

(n choose i) * (n choose k - i) / (2n choose k)

is that right

Ray Vickson
Oct5-11, 06:29 PM
the chance that J will draw i red ball is

(n choose i) * (n choose k - i) / (2n choose k)

is that right

Yes.

RGV

zeion
Oct5-11, 07:14 PM
so J and M both draw i balls is

[(n choose i) * (n choose k - i) / (2n choose k)] * [(m choose i) * (m choose k - i) / (2m choose k)]

right