SOLUTION: question 1 - The probability of a vehicle having an accident at a particular intersection is 0.0001. Suppose that 10,000 vehicles per day travel through the intersection. What i

Algebra ->  Probability-and-statistics -> SOLUTION: question 1 - The probability of a vehicle having an accident at a particular intersection is 0.0001. Suppose that 10,000 vehicles per day travel through the intersection. What i      Log On


   



Question 901330: question 1 - The probability of a vehicle having an
accident at a particular intersection is 0.0001.
Suppose that 10,000 vehicles per day travel
through the intersection. What is the probability
that no accident is occurring? What is the
probability of more than 2 accidents
Question 2 - The number of red blood cells per square
unit visible under a microscope follows a poissons
distribution with mean 4. Find the probability that
more than five such blood cells are visible to the
observer

Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
 
Hi
Get Your Calculator out
1 P(x=0) = binompdf(10000, .0001, 0}}}
P(x>2) = 10- P(x≤2) = 1 - binomcdf(10000, .0001, 2)
2) P(x > 5) = 1 - poissoncdf(4,5)