document.write( "Question 868585: A company averages 2.4 walkins per hour. Using the Poisson distribution,what is the probability that on a randomly selected hour, the company will receive fewer than two calls? \n" ); document.write( "
Algebra.Com's Answer #523643 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "

\n" ); document.write( "Hi
\n" ); document.write( "average is 2.4
\n" ); document.write( "P(x < 2) = poissoncdf(2.4, 1) = .3084 \n" ); document.write( "
\n" );