A bag contains a number of coins, one of which is a two-headed coin and the rest are fair coins. A coin is selected at random and tossed. If the probability that the toss results in a head is , then how many fair coins are in the bag ?
Details and Assumptions:
A two-headed coin is a coin which has head on both sides; a fair coin means it has tail on one side and head on the other.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
There are n fair coins in the bag along with the one two-headed coin, so the probability of choosing a fair coin is n + 1 n and the probability of choosing the two-sided coin is n + 1 1 .
If a fair coin is chosen then the probability that the toss results in a head is 2 1 , and if the two-sided coin is chosen then the probability that the toss results in a head is 1 . So given that the probability that the toss of a randomly chosen coin results in a head is 1 2 7 , we have that
( n + 1 n ) ∗ ( 2 1 ) + ( n + 1 1 ) ∗ 1 = 1 2 7
⟹ 2 ( n + 1 ) n + 2 = 1 2 7
⟹ 1 2 n + 2 4 = 1 4 n + 1 4 ⟹ 1 0 = 2 n ⟹ n = 5 .