Question
Question: The minimum number of times a fair coin needs to be tossed, so that the probability of getting at le...
The minimum number of times a fair coin needs to be tossed, so that the probability of getting at least two heads is at least 0.96, is
Solution
Suppose there are n number of tosses of fair coins. First of all, we will find the probability of getting 0 heads. That is the probability of getting the results of all the fair coin tosses as tails. Then we find the probability of getting only 1 head. The probability of not getting at least two heads will be equal to the sum of probability of getting no heads and probability of getting only 1 head out of n tosses. Thus, we can find the probability of not getting at least two heads. The probability of getting at least two heads will be one minus probability of not getting at least two heads. To find the probabilities, we will be making use of concepts of combinations.
Complete step-by-step answer:
The probability of getting a head in fair toss is 21 and probability of getting a tail is 21.
Let the number of tosses of a fair coin be n.
Let A be the event of getting only tails and no heads.
So, all the tosses will have tails simultaneously. Thus, the probability of n number of tails will be multiplied.
Thus, P(A) = 21×21×21...21
⇒ P(A) = 2n1
Let B be the event of getting only 1 head out of n tosses.
To get the probability, we need to choose one toss out of n tosses. Thus, number of ways of choosing 1 toss out of n tosses is nC1.
Thus, probability of getting one of the tosses as head and remaining tails will be given as:
⇒ P(B) = nC1×21×2n−11
⇒ P(B) = 2nnC1.
Let S be the event of not getting at least two heads. Thus, the probability of S will be equal to sum of probability A happening and probability of B happening. This is so because if either of the event happens event S will be true.
⇒ P(S) = 2n1+2nnC1
⇒ P(S) = 2n1+nC1
Therefore, S’ will be the event of getting at least two heads from n tosses.
⇒ P(S’) = 1−2n1+nC1
⇒ P(S’) = 1−2n1+n
It is given that the probability of S’ must be at least 0.96
⇒ P(S’) ≥ 0.96
⇒1−2n1+n≥0.96⇒2n1+n<1−0.96⇒2n1+n<0.04
Now, we will check for various values of n, such that the inequality 2n1+n<0.04.
If n = 5, 251+5=0.1875
If n = 7, 271+7=0.0625
If n = 8, 281+8=0.0351
Therefore, the minimum number of tosses will be 8.
Note: If two events two or more events are happening simultaneously, the probability of all the event happening is given by the product of individual probability, whereas if of them happening or another is happening, then the probability of first or second event happening is given by the sum of probability of first event and probability of second event. To summarise, probability of A and B is P(A).P(B) and probability of A or B is P(A) + P(B).