document.write( "Question 1095995: There are reports of 8.1 cases of typhoid fever per week, on average, in United States. Assuming that the report follows a Poisson distribution, find the probability that there will be between 2 and 4 inclusive cases in the next week.\r
\n" );
document.write( "\n" );
document.write( "So far, I've tried finding the P(4) and P(2), which I found were 0.054443 and 0.009957, respectively. Then I subtracted, P(4) -P(2) and got 0.044486. Am I doing this right? \n" );
document.write( "
Algebra.Com's Answer #710453 by Boreal(15235) You can put this solution on YOUR website! Poisson is discrete, so one needs P(2), P(3), and P(4)\r \n" ); document.write( "\n" ); document.write( "e^(-8.1)*8.1^2/2!=0.001 \n" ); document.write( "e^(-8.1)*8.1^3/6=0.027 \n" ); document.write( "e^(-8.1)*8.1*4/24=0.054 \n" ); document.write( "This equals 0.082 \n" ); document.write( " |