document.write( "Question 1121037: Given that x has a Poisson distribution with u=6, what is the probability that x=5?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #736967 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The formula is e^(-lambda)* lambda^x/x!, where x is the random variable (5) and lambda is the mean (6) \n" ); document.write( "e^(-6)*6^5/5!=0.1606 \n" ); document.write( " |