A box contains 35 gems, of which 10 are real, 25 are fake. Gems are randomly taken out of the box, one at a time without replacement. What is the probability that exactly 2 fakes are selected before the second real diamond is selected ?
I was working on the above problem and I have 2 issues which I would appreciate if you could give me some input.
1), From looking at the problem, I was thinking that the following must be all the cases that I must work on.
If I let $f=$ the event that the diamond is fake while $r=$ the event that the diamond is real,
$rffr$ The first is real, the next two is fake and the second real shows up.
$frffr$ The first is fake, the next is real, two fake shows and the second real shows up.
...
$f...frffr$ The first 23 fake shows, a real shows, the rest of the two fake shows and the last one is inevitably real.
I though that this is what it means to have "exactly two fakes before the second real." However, the solution to this problem describes it as
"exactly 2 fakes must be picked in the first 3 picks and the second real diamond must occur on the 4th pick" and calculated $ffrr,frfr$ and $rffr$ as if the problem said to pick exactly 4 gems from the box.
I would like to have a confirmation. If the problem does not explicitly say that 4 gems were picked, was the way I approaching natural ? Or, do we normally assume how the solution tells us to do ?
2), Whether what I did was right or not, I still would like to know how to calculate it. I know that the probability must be,
$$\frac{10*25*24*9}{35*34*33*32}+\frac{25*10*24*23*9}{35*34*33*32*31}+\cdots +\frac{25*24\cdots*310*2*1*9}{35*34*\cdots*9}$$
Which somewhat simplifies to
$$90*\frac{25*24}{35*34*33*32}*\left(1+{23\over31}+\frac{23*22}{31*30}+\cdot+\frac{23*22*\cdot*1}{31*30*\cdot*9} \right)$$
I am not familiar with these type of series and it kind of looks like geometric but it is not. Can someone guide me to where I can study this type of calculation ? What is it called ?
Your solution is not correct. The problem specifies exactly $2$ fakes. That the experiment has length $4$ need not be specified, it follows from the description.
Now to your second question. It looks as if you are asking for the probability that at least $2$ fakes turn up before the second real. It is much easier to first calculate the probability of the complement, the probability that fewer than $2$ fakes show up before the second real.
Using your notation, we can say that the complementary event can happen in the following ways:
$rr, rfr, frr$.
You know how to calculate the probabilities of these. Add up, and subtract from $1$. Much simpler than evaluating the long sum!