We have Black cards and Red cards. We have 6 Black cards. We add Red cards until the probability of drawing two Red cards without replacement is 1/212. How many Red cards do we need?

1 Answer

15

Explanation:

We have (B)lack cards and (R)ed cards. We start with B=6B=6 and want to add R so that the odds of drawing 2 R, without replacement, is 1/212. How many R must we add?

The odds of drawing an R on a single draw is:

R/(R+B)RR+B

and so for example if we have R=B=6R=B=6, we'd have the odds of drawing an R to be:

6/(6+6)=6/12=1/266+6=612=12

So now let's add that second draw into the mix. We've already drawn an R and so we have one R less, so the ratio for the second draw is:

(R-1)/((R-1)+B)R1(R1)+B

Which means that the two draws taken together are:

(R/(R+B))((R-1)/((R-1)+B))(RR+B)(R1(R1)+B)

We know B=6B=6 and the overall odds we want is 1/212, so we have:

(R/(R+6))((R-1)/((R-1)+6))=1/2(RR+6)(R1(R1)+6)=12

And we can now solve for R:

(R(R-1))/((R+6)(R+5))=1/2R(R1)(R+6)(R+5)=12

(R^2-R)/(R^2+11R+30)=1/2R2RR2+11R+30=12

we can now cross multiply:

2(R^2-R)=R^2+11R+302(R2R)=R2+11R+30

2R^2-2R=R^2+11R+302R22R=R2+11R+30

R^2-13R-30=0R213R30=0

(R-15)(R+2)=0(R15)(R+2)=0

R=15,-2R=15,2

Since we can't add negative R, we have R=15R=15

Let's check this answer.

The odds of the two draws is:

15/21 xx 14/20=210/420=1/21521×1420=210420=12