4,081 views
0 0 votes
An urn contains two type A coins and one type B coin.When a type A coin is flipped, it comes up heads with probability1/4,where as when a type B coin is flipped,it comes up heads with probability 3/4. A coin is randomly chosen from the urn and flipped. Given that the flip landed on heads, what is the probability that it was a type A coin?

2 Answers

0 0 votes

Probability of getting head = (2/3)*(1/4)+(1/3)*(3/4)

probability of getting head from type A coin = 2/3 * 1/4 

so desired conditional probability = (2/3)*(1/4) 
                                                  --------------------------------  =2/5
                                                  (2/3)*(1/4)+(1/3)*(3/4)

0 0 votes
It is a question  of Bayes' Theorem.

Let we have to find P(type A coin |  flip landed on heads) which is given by :

P(type A| head )            =        ( P(type A) * P(head | type A)) / (P(type A) * P(head | type A)) + (P(type B) * P(head | type B))

Since 2  type A coin and 1 type B coin

P(type A)      =    2/3                and                  P(type B)  =    1/3

Given P(head | type A)   =   1/4          and         P(head | type B)   =   3/4

Substituting in Bayes' Theorem formula , we have :

P(type A | head )         =     (2/3 * 1/4 ) / ( 2/3 * 1/4 + 1/3 * 3/4)

                                 =      (1/6) /  ( 1/6 + 1/4)

                                 = 2/5           =       0.4

Such questions are preferrable to be solved by using tree diagram.

Related questions

2 2 votes
4 4 answers
12.4k
12.4k views
kangsheng asked Nov 21, 2025
12,369 views
Two people are selected at random from a group, assuming that:Each day of the year is equally likely to be a birthday.There are 365 days in a year (ignoring leap years).B...
0 0 votes
1 1 answer
2.7k
2.7k views
ranarajesh495 asked Dec 4, 2018
2,687 views
Can someone explain answer for this question(26)?In a box, there are $8$ red, $7$ blue and $6$ green balls. One ball is picked up randomly. What is the probability that i...
2 2 votes
2 2 answers
3.3k
3.3k views
Vivek sharma asked Sep 18, 2016
3,303 views
A total of n balls are sequentially and randomly chosen, without replacement, from an urn containing r red and b blue balls (n … r + b). Given that k of the n balls are b...
1 1 vote
1 1 answer
6.9k
6.9k views
__ asked Sep 7, 2016
6,862 views
A bag contains 5 five-rupee coins, 8 two-rupee coins and 7 one-rupee coins. If four coins are drawn from the bag at random, then find the odds in favour of the draw yield...
2 2 votes
2 answers 2 answers
2.6k
2.6k views
__ asked Sep 7, 2016
2,645 views
When 4 dice are thrown, what is the probability that the same number appears on each of them? a. 1/36 b. 1/18 c. 1/216 d. 1/5