a) What are all of the possibilities for transferring to bowl II?
- Both chips are white (what is the probability)?
- Both chips are red (what is the probability)?
- One chip is red and one is white (what is the probability)?
From each of those possibilities you will end up (in bowl II) with either
- 8 white and 4 red (if you transfer two whites form bowl I to bowl II)
- 6 white and 6 red (if you transfer two red from bowl I to bowl II)
- 7 white and 5 red (if you transfer 1 white and 1 red from bowl I to bowl II).
Calculate the probabilities of selecting three white from each of those cases then multiple each of those cases by the probability of each case:
- p(draw 3 white from II given transfer two whites from I to II)
- p(draw 3 white from II given transfer two red from I to II)
- p(draw 3 white from II given transfer one white and one red from I to II))
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}}$