-1
$\begingroup$

I have a confusing question about unfair coin tosses relating to conditional probability.

Say I have two coins. Coin A has the probability 0.5 of landing on tails. Coin B has the probability 0.6 of landing on tails. What is the probability you will randomly select one of the coins and it will land on tails? And given it does land on tails, what is the conditional probability it was the fair coin?

Any help would be great thanks.

  • 0
    Just use Bayes theorem.2017-02-22
  • 0
    its easy for the first but im unsure how to do it for the second2017-02-22

1 Answers 1

1

As said in the comments, you just have to use Bayes theorem.

Let $T$ the event "tails", $A$ the event "coin A selected" and $B$ the event "coin B selected". What you're being asked is to find the probability $$P(A\mid T)$$ Using Bayes theorem, we have: $$P(A\mid T) = \frac{P(T\mid A)P(A)}{P(T)}$$

$P(T\mid A)$ is $0.5$ as $A$ is a fair coin. $P(A)$ is $0.5$ (it's not explicitly stated but we can assume that we chose $A$ or $B$ with equal probability). And the denominator is given by the first question.

  • 0
    Thank you, so would the second part be 1/5?2017-02-22
  • 0
    I don't think so. What did you find for $P(T)$?2017-02-22
  • 0
    I have P(A∩Bc) = P(A).(1-P(B)) = (0.5).(1-0.6) = 1/52017-02-22
  • 0
    No the first question asks you to compute $P(T)$, which is $P(T\mid A)P(A) + P(T\mid B)P(B)$.2017-02-22
  • 0
    Oh i didnt know it had to be certain ways. P(T | A) means the probability of T occuring while A is occuring?2017-02-22
  • 0
    It is the conditional probability of $T$ given $A$.2017-02-22