document.write( "Question 874808: 21. Given that x has a Poisson distribution with μ = 0.1, what is the probability that x = 4? \n" ); document.write( "
Algebra.Com's Answer #527756 by ewatrrr(24785)    You can put this solution on YOUR website! poisson, average = .1 \n" ); document.write( "P(4) = poissonpdf(.1, 4) = .000004 \n" ); document.write( "  |