document.write( "Question 1132891: A telephonist claims that he gets 10 calls every five minutes. To demonstrate this to his boss he makes a tape lasting five minutes. What are the probabilities that he gets:
\n" );
document.write( "a. no calls in the five minutes
\n" );
document.write( "b. less than three calls; and
\n" );
document.write( "c. exactly 10 calls? \n" );
document.write( "
Algebra.Com's Answer #750129 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Poisson with parameter 10 \n" ); document.write( "p(0)=e^(-10)*10^0/0!=e^(-10) or 0.00005 \n" ); document.write( "p(1)=e^(-10)*10^1/1!=0.0005 \n" ); document.write( "p(2)=e^(-10)*10^2/2!=0.0023 \n" ); document.write( "probability of fewer than 3 calls is 0.0029 \n" ); document.write( "p(10)=e^(-10)*10^10/10!=0.1251 \n" ); document.write( " |