SOLUTION: On an assembly line an average of 15 products are boxed every minute. In any randomly chosen minute, what is the probability that: a. More than 7 products are boxed? b. Less tha

Algebra ->  Probability-and-statistics -> SOLUTION: On an assembly line an average of 15 products are boxed every minute. In any randomly chosen minute, what is the probability that: a. More than 7 products are boxed? b. Less tha      Log On


   



Question 822632: On an assembly line an average of 15 products are boxed every minute. In any randomly chosen minute, what is the probability that:
a. More than 7 products are boxed?
b. Less than 8 products are boxed?

Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
 
Hi,
POISSON Distribution P(x; μ) = (e^(-μ) (μ^x) / x! where μ is the average number of successes
x is the actual number of successes that result from the experiment, e approximately equal to 2.71828.
for ex: μ = 15 P(x = 7) = e%5E%28-15%29%2815%5E7%29%2F7%21
Recommend using Your TI calculator for cumulative probabilities.
and stattrek.com as an excellent reference.
On an assembly line an average of 15 products are boxed every minute.
In any randomly chosen minute, what is the probability that:
a. More than 7 products are boxed? P(x>7) = 1- poissioncdf(15, 7)
b. Less than 8 products are boxed? P(x< 8) = poissioncdf(15, 7)