edited by
560 views
0 votes
0 votes

Conditional Probability

The above-given problem is from MIT-OCW probability – https://tinyurl.com/25wamnxz

 

There are two biased coins –  A and B. The probability of choosing either coin is 0.5. Once the coins are chosen, we perform the experiment of tossing the coins as shown in the figure above. The probabilities for heads and tails for respective coins are given below:

Coin A –

   Probability of Head: 0.9

   Probability of Tail: 0.1

Coin B –

   Probability of Head: 0.1

   Probability of Tail: 0.9

 

************************************************************************************************

 

Event A: Coin A is chosen

Event B: first 10 tosses are heads

What is the probability of (A | B) i.e. if we get 10 successive heads, then what is the probability that coin A was chosen?

edited by

1 Answer

0 votes
0 votes
C be the event that coin B was chosen

P(A | B) = P(B | A) *(P(A) / P(B))

P(B) = P(B | A) * P(A) + P(B | C)*P(C)

= $(0.9)^{10} * 0.5 + (0.1)^{10} * 0.5$

= 0.17443392201 approx.

Hence

P(A | B) = $(0.9)^{10} * 0.5 / ((0.9)^{10} * 0.5 + (0.1)^{10} * 0.5)$

 = 0.999457 Approx.
edited by

Related questions

13 votes
13 votes
2 answers
2
GO Classes asked Apr 12, 2023
1,225 views
$A$ and $B$ are two events. If $P(A, B)$ decreases while $P(A)$ increases, what must be true:$P(A \mid B)$ decreases$P(B \mid A)$ decreases$P(B)$ decreasesAll of above