Bunuel
If an unfair coin is flipped 16 times, the probability of getting at least one head is 15/16. What is the probability of getting at least one head if the coin is flipped 8 times?
A. 1/16
B. 1/8
C. 1/4
D. 1/2
E. 3/4
Assume in one flip
Probability of getting atleast one head when the coin is flipped 16 times = 1 - Probability of getting all tails when the coin is flipped 16 times
Probability of getting all tails when the coin is flipped 16 times = \((\text{Probability(Tail)})^{16}\)
\(\frac{15}{16} = 1- (x)^{16}\)
\(\frac{1}{16} = (x)^{16}\) ➔ Equation 1
Probability of getting atleast one head when the coin is flipped 8 times = 1 - Probability of getting all tails when the coin is flipped 8 times
Probability of getting all tails when the coin is flipped 8 times = \((\text{Probability(Tail)})^{8}\)
\((\text{Probability(Tail)})^{8} = ((\text{Probability(Tail)})^{16})^{\frac{1}{2}}\)
\((\text{Probability(Tail)})^{8} = (x^{16})^{\frac{1}{2}}\)
Taking square root of equation (1) we get
\( x^{8} = \frac{1}{4}\)
Probability of getting all tails when the coin is flipped 8 times = \((x)^{8} = \frac{1}{4}\)
Probability of getting atleast one head when the coin is flipped 8 times = \(1 - \frac{1}{4}\)
= \(\frac{3}{4}\)
Option E