Bowl I contains 7 red and white chips and bowl II has 4 red and 6 white chips. Two chips are selected at random and without replacement from I and transferred to II. Three chips are then selected at random and without replacement from II.
a. What is the probability that all three are white? b. Given that three white chips are selected from II, what is the conditional probability that two white chips were transferred from I?
a) What are all of the possibilities for transferring to bowl II?
From each of those possibilities you will end up (in bowl II) with either
Calculate the probabilities of selecting three white from each of those cases then multiple each of those cases by the probability of each case:
Then add up the probability of each case (you can add because you cannot both pick two white chips and pick one white chip and one red, etc.).
b) You already have the probability of three white chips being selected (from part a)). Using Baye's theorem, you can compute the conditional probability:
$$ P(A|B) = \frac{P(B|A)\cdot P(A)}{P(B)} $$
Here 'A' is "two white chips were transferred from I to II" (we know this probability: $P(A) = \frac{7\cdot6}{14\cdot 13} = \frac{\binom{7}{2}}{\binom{14}{2}}$. $B$ in this case is that "three white chips are selected from II". We certainly know $P(B)$ from part a) (we already calculated that). In addition we only need $P(B | A)$ which should be part of your calculation for part a). That is, if we assume two white chips were transferred to II, then we have 8 white chips and 4 red chips thus the probability of choosing two white chips is $P(B|A) = \frac{8*7}{12*11} = \frac{\binom{8}{2}}{\binom{12}{2}}$