SOLUTION: a telephone soliciting company obtains an average of 5 orders per 1000 solicitations. if the company reaches 250 potential customers, find the probability of obtaining at least 2 o
Algebra ->
Probability-and-statistics
-> SOLUTION: a telephone soliciting company obtains an average of 5 orders per 1000 solicitations. if the company reaches 250 potential customers, find the probability of obtaining at least 2 o
Log On
Question 464383: a telephone soliciting company obtains an average of 5 orders per 1000 solicitations. if the company reaches 250 potential customers, find the probability of obtaining at least 2 orders. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! a telephone soliciting company obtains an average of 5 orders per 1000 solicitations. if the company reaches 250 potential customers, find the probability of obtaining at least 2 orders.
--------------
Binomial Problem with n = 250 ; p = 0.005
---
P{2<= x <= 250)
= 1 - P(0<= x <=1)
= 1 - binomcdf(250,0.005,1)
= 0.3556
======================
Cheers,
Stan H.
======================