document.write( "Question 1170489: The number of accidents on a particular highway averages 4.4 per year. Assume that the number of accidents follows a Poisson distribution.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "What is the probability that there are more than three accidents next year?
\n" ); document.write( "

Algebra.Com's Answer #795550 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
probability of 0 1 2 3
\n" ); document.write( "for 0 e^(-4.4)
\n" ); document.write( "for 1, it is e^(-4.4)*4.4^1/1!
\n" ); document.write( "for 2 it is e^(-4.4)*4.4^2/2!
\n" ); document.write( "for 3 it is e^(-4.4)*4.4^3/6
\n" ); document.write( "These are 0.0123+0.0540+0.1188+0.1743=0.3594
\n" ); document.write( "the answer is the complement of that or 0.6406
\n" ); document.write( "also calculator 1-poissoncdf(4.4,3)ENTER=0.6406
\n" ); document.write( "the 1- is needed, because the calculator calculates left tail probability, and here we want the right tail.
\n" ); document.write( "
\n" );