document.write( "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:
\n" ); document.write( "a. More than 7 products are boxed?
\n" ); document.write( "b. Less than 8 products are boxed?
\n" ); document.write( "

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