Suppose that we have $3$ cards. Both sides of the first card are red, both sides of the second are black, one side of the third card is red and the other side black. $1$ card is selected at random and put down on the ground. If the upper side of the card is red, what's the probability that the other side is black?
I'm struggling with whether to use standard conditional probability or Bayes theorem.
$A= We \ choose \ the \ red \ and \ black \ card$
$B= The \ upper side \ is \ red$
$P(A \mid B)= \frac{P(A \cap B)}{P(B)}= \frac 12*\frac53$~This is clearly wrong
I guess my biggest problem is falsely solving for the union and intersection when not possible. How do I calculate the intersection of $A$ and $B$ in this example?
The correct solution uses Bayes Theorem, which gives the answer of $\frac13$. I can also see intuitively that if we pick one card at random, the probability that it is the one card we are looking for is $\frac 13$.
Why am I not solving for intersection and union correctly. Also, if Bayes theorem is required, why is it so?
They are not exactly different things.
So what you use to evaluate $\mathsf P(A\mid B)$ merely depends on what information you have to use.
$\mathsf P(A\mid B)~{ = \mathsf P(A\cap B)/\mathsf P(B) \\= \mathsf P(B\mid A)\mathsf P(A)/\mathsf P(B) \\= \tfrac 12\cdot\tfrac 13/\tfrac 12 \\= \tfrac 13}$
Note: $\mathsf P(B)=\tfrac 12$ because each of the faces might show without bias, and half of them are red. The Law of Total Probability agrees: $\mathsf P(B) ~{= \mathsf P(B\mid A)\mathsf P(A)+\mathsf P(B\mid A^\complement)\mathsf P(A^\complement) \\= \tfrac 12\tfrac 13+\tfrac 12\tfrac 23\\=\tfrac 12}$
Similarly we can say $\mathsf P(A\cap B)=\tfrac 16$ because of the six faces that might show without bias, only one of them is red and belongs to the red-black card.
We can also directly evaluate $\mathsf P(A\mid B)$ by noting that of the three red faces that might be showing without bias, only one belongs to the red-black card. So thus $\mathsf P(A\mid B)=1/3$ .