my group and I are having trouble figuring out how to do this.
For some reason I have an urn that contains 10 coins. 3 of the coins are blue on one side and red on the other, 3 of the coins are blue on both sides, and the 4 remaining coins are red on both sides. If I choose one coin from my precious urn and see that one side is blue, what is the conditional probability that the other side of the coin is blue as well?
So what me and my group have is a tree with a 3/10 of drawing Blue/Blue, 3/10 Blue/red, and 2/5 Red/Red. We think the only one that matters is the Blue/Blue coin thus being 3/10 * 1/2 = 3/20 (Blue the second draw). Thank you in advance from all of us!
You can use conditional probability. Using the fact that you're looking for $$P(a|b)={P(a\cap b)\over P(b)}$$ Where $a$ is probability that second side is blue and
$b$ is the probability that the first side is blue.
So we have: $$P(a\cap b)= \frac 3{10}$$ and $$P(b)=\frac 6{10}$$
Using the formula we get $$\frac{\frac 3{10}}{\frac 6{10}}=\frac 12$$