A shooter hits the target with probability p=0,8. He fires 10 times. What is the probability of hitting it at least 8 times?
It is the sum of three binomial probabilities:
P(k≥8)=P10(8)+P10(9)+P10(10).
P10(10)=(0,8)10≈0,107,P10(9)=10⋅(0,8)9⋅0,2≈0,268,
P10(8)=(810)(0,8)8(0,2)2=45⋅0,168⋅0,04≈0,302.
Total: P(k≥8)≈0,677.
Links
Topics: Probability
Concepts: Binomial distribution · Complementary event
Methods: Binomial · Complementary prob
Skills: Probability calculation