Question: A hat contains a number of cards, with 30% white on both sides, 50% black on one side and white on the other, 20% black on both sides. The cards are mixed up, then a single card is drawn at random and placed on the table. If the top side is black, what is the chance that the other side is white?
My attempt: Using the definition of conditional probability, we get, $P(W|B)=\frac{P(W\cap B)}{P(B)}=0.5/0.7=5/7$
But the actual answer is 5/9. Where did I go wrong?
It's not quite as simple.
The probability that the top side of the card chosen is black is not $0.7$ and here is why:
There is a $0.2$ chance that we pick a card that is black on both sides. Easy enough... However, when we bring in the $0.5$ chance of a black/white card, we need to factor in which side is faced upwards. It would seem natural to assume that either side could be up with equal probability. So there's a $0.5^2$ chance that a black/white card is chosen and the black side is faced up, bringing the total probability that black is the top side of the chosen card to $0.2 + 0.5^2$
Now that this fact has been brought to light perhaps you are able to finish the problem from here!