Question
Mathematics Question on Conditional Probability
Eight coins are thrown simultaneously. What is the probability of getting atleast 3 heads?
A
24637
B
25621
C
256219
D
24619
Answer
256219
Explanation
Solution
Throwing of eight coins simultaneously is the same as throwing of one coin 8 times. When a coin is thrown, the probability of getting a head, p=21, ∴q=1−21=21 As the coin is thrown 8 times, so there are 8 trials. Thus, we have a binomial distribution with p=21, q=21 and n=8. Probability of getting atleast 3 heads =P(X≥3) =1−(P(0)+P(1)+P(2)) =1−[8C0+(21)8+8C1(21)(21)7+8C2(21)2(21)6] =1−(8C0+8C1+8C2)(21)8 =1−(1+8+28)×2561 =1−25637=256219