Just looking for some help with this question. The answer seems obvious but I am questioning myself as it seems a little too obvious.
Max has a bag containing 2 black marbles and 2 white marbles. He draws a marble and sets it aside without looking at it. He then draws a second marble from the bag and it is white. Which is more likely?
A) The first marble drawn was equally likely to be black or white. B) The first marble drawn was black. C) The first marble drawn was white.
At first glance it would seem that A is the correct answer as the first draw is an independent event. But does knowing the result of the second draw affect the number of outcomes for the first draw?
Any help would be appreciated! Thank you!
If it seems obviously correct, then it probably is. To be sure of yourself, you can use Bayes Theorem: $$P(A|B)=\frac{P(A\cap B)}{P(B)}$$
We have
$$P(\text{first is white}|\text{second is white})=\frac{P(\text{first is white}\cap\text{second is white})}{P(\text{second is white)}}$$
If this value is less than $0.5$ we would conclude that black is more likely.
Can you take it from here?