2,744 views
4 votes
4 votes
There are 3 fair coins and 1 false coin with tails on both sides. A coin is chosen at random and tossed 4 times. if tail occures in all 4 times, then the probability that the false coin has been chosen for tossing is ?

2 Answers

Best answer
8 votes
8 votes

$$\begin{align*} & \Rightarrow \text{Required probability} = \frac{\text{Probability along required path}}{\sum_{\color{red}{\bf \text{all path}}} \left ( \text{Probability along a path} \right )} \\ \\ & \Rightarrow \text{Required probability} = \frac{\frac{1}{4}.1}{\frac{1}{4}.1 + 3.\frac{1}{4}.\frac{1}{16}} \\ \\ & \Rightarrow \text{Required probability} = \frac{\frac{1}{4}}{\frac{1}{4}.\left [ 1+\frac{3}{16} \right ]} \\ \\ & \Rightarrow \text{Required probability} = {\large \color{red}{\frac{16}{19}}} \\ \end{align*}$$

selected by
2 votes
2 votes
B: Bised coin

F: Fair coin

Four tails: T

We should find P( B | T )

Bayes theorem works fine here,

Probability of choosing coin with no tosses

P(B)=1/4

p(F)=3/4

Probability of of 4 tails in each case,

P( T | B )=1 (always tails)

P( T | F)=1/16

P(B | T)= P( T | B) P(B) / P(B)P(T | B ) + P(F) P(T | F)

=16/19
edited by

Related questions

1 votes
1 votes
1 answer
1
Indranil Pradhan asked Jun 5, 2019
299 views
An element is to be inserted in an array and the probability that it has been entered correctly is 0.9. Find the probability that the sorting algorithm worked correctly.H...
0 votes
0 votes
1 answer
3
adarsh shivhare asked Aug 12, 2018
975 views
A deck of 52 playing cards is shuffled, and the cards are turned up one at a time until the first ace appears. Is the next card—that is, the card following the first ac...
0 votes
0 votes
2 answers
4