[Math] A Conditional Probability problem with Biased Coins

probability

I need explanation for solving the following problem – exactly how one goes about solving it ? Any pointers or hints will certainly be appreciated:

A box contains 5 fair coins and 5 biased coins. Each biased coin has probability of a head as $\frac{4}{5}$. A coin is drawn at random from the box and tossed. Then a second coin is drawn at random from the box (without replacing the first one). Given that the first coin has shown head, the conditional probability that the second coin is fair, is:

A) $\frac{20}{39}$ B) $\frac{20}{37}$ C) $\frac{1}{2}$ D) $\frac{7}{13}$

Best Answer

You should use Bayes Rule, but if you are new to these types of problems, here is a way to maybe intuitively see what is happening.

You need to go down both branches of what could happen on the first coin toss. When you take that first coin and flip it, there are 4 possible endpoints. Fair coin - heads, fair coin - tails, biased coin - heads, biased coin - tails. Their probabilities each are $\frac{1}{2}\times\frac{1}{2}=\frac{1}{4}$, $\frac{1}{2}\times\frac{1}{2}=\frac{1}{4}$, $\frac{1}{2}\times\frac{4}{5}=\frac{2}{5}$, and $\frac{1}{2}\times\frac{1}{5}=\frac{1}{10}$. The first $\frac{1}{2}$ in each of those probabilities is the probability of choosing that type of coin and is really $\frac{5}{10}$.

So, now that we know that, we can look at the event of getting a head on the first toss. The probability of that head being from the fair coin is $$\frac{0.25}{0.25+0.40}$$and the probability that the head was from the biased coin is $$\frac{0.40}{0.25+0.40}$$

So given that the first coin was a head, there is a $\frac{5}{13}$ chance it was the fair coin and a $\frac{8}{13}$ chance it was the biased coin.

From there you can calculate the probability of getting a fair coin for the second coin. $$\frac{5}{13}*\frac{4}{9}+\frac{8}{13}*\frac{5}{9}$$

Related Question