document.write( "Question 841318: Given that X has a poisson distribution with u=9 what is the probability that x=5 \n" ); document.write( "
Algebra.Com's Answer #506782 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "POISSON Distribution
\n" ); document.write( "P(x; μ) = \"e%5E%28-mu%29%28%28mu%29%5Ex%29%2Fx%21\" where μ is the average number of successes
\n" ); document.write( "P(x = 5) = \"e%5E%28-9%29%28%289%29%5E5%29%2F0%21=+.0607\" 6.07%
\n" ); document.write( "0r TI: poissonpdf(mean, x-value)= poissonpdf(9,5) \n" ); document.write( "
\n" );