In a set of 10 coins, 2 coins are with heads on both the sides. A coin is selected at random from this set and tossed five times. If all the five times, the result was heads, find the probability that the selected coin had heads on both the sides.
OR
How many times must a fair coin be tossed so that the probability of getting at least one head is more than 80%?
Let E1,E1 and A be the events defined as follows:
E1 = Selecting a coin having head on both the sides
E1 = Selecting a coin not having head on both the sides
A = Getting all heads when a coin is tossed five times
We have to find P(E1A) .
There are 2 coins having heads on both the sides.
P(E1)=2C110C1=210
There are 8 coins not having heads on both the sides.
P(E1)A=8C110C1=810P(A)E1=(1)5=1P(A)E2=(12)5
By Baye's Theorem, we have
P(E1A)PP(E1)P(AE1)P(E1)P(AE1)+P(E2)P(AE2)=(210)(1)(210)(1)+(810)(12)5=22+(832)=(89)
OR
Let p denotes the probability of getting heads.
Let q denotes the probability of getting tails.
p=12
q=1−12=12
Suppose the coin is tossed n times.
Let X denote the number of times of getting heads in n trials.
P(X=r)=nCrprqn−r=nCr(12)r(12)n−r=nCr(12)n,r=0,1,2,........nP(X≥1)>80100⇒P(X=1)+P(X=2)+...........+P(X=n)>80100⇒P(X=1)+P(X=2)+..........+P(X=n)+P(X=0)−P(X=0)>80100⇒1−P(X=0)>80100⇒(X=0)<15⇒nC0(12)n<15⇒(12)n<15⇒n=3,4,5...........
So the fair coin should be tossed for 3 or more times for getting the required probability.