A bag contains n+1 coins. It is known that one of these coins has heads on both sides, whereas the other coins are fair. One coin is selected at random and tossed. If the probability that the toss results in heads is 7/12, find n
Open in App
Solution
Let E1: a coin with two heads is selected E2: a fair coin is selected A: the toss results in heads Then, P(E1)=1n+1,P(E2)=nn+1,P(AE1)=1 and P(AE2)=12 ∴P(A)=P(E1)P(AE1)+P(E2)P(AE2) ⇒712=1n+1.1+nn+1.12⇒12+6n=7n+7⇒n=5