I have $a$ white balls, $b$ black balls, $c$ red balls in a basket. We take balls one by one and do not return. I have to find the probability of the event that we run out of white balls first. If I define:
$A_1$ - The event that we run out of white balls first.
$B_2$ - The event that we run out of black balls second.
$B_3$ - The event that we run out of black balls third.
$C_2$ - The event that we run out of red balls second.
$C_3$ - The event that we run out of red balls third.
I get that:
$P(A_1)=P(B_2 \cap C_3) + P(C_2\cap B_3)$
$P(B_2 \cap C_3) = P(B_2|C_3) * P(C_3)$
$P(C_2\cap B_3) = P(C_2|B_3) * P(B_3)$
I also found out that:
$P(C_3)=\frac{c}{a+b+c}$
$P(B_3)=\frac{b}{a+b+c}$
I need help finding $P(B_2|C_3)$ and $ P(C_2|B_3$
Thanks in advance!
I think you're on the right track. Your calculations for $\Pr(B_3)$ and $\Pr(C_3)$ are correct. I assume you did it something like this: line the balls up in the order they wee drawn. What is the probability that the last ball in the sequence is black (or red)?
The same idea will work to compute $\Pr(B_2)$ and $\Pr(C_2)$. If we run out of black balls second, then either,
The last ball in the sequence is red and the last ball among the white and black balls is black, or
The last ball in the sequence is white and the last ball among the red and black balls is black.
Can you finish it now?