document.write( "Question 1156934: Suppose the number of babies born each hour at a hospital follows a Poisson distribution with a mean of 5. Find the probability during a randomly selected hour.
\n" );
document.write( "a. Exactly 6 babies will be born in this hospital
\n" );
document.write( "b fewer than 3 babies will be born in this hospital
\n" );
document.write( "c. Find the mean and standard deviation for this distribution \n" );
document.write( "
Algebra.Com's Answer #779725 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! exactly 6 babies is e^(-5)5^6/6!=0.1462 \n" ); document.write( "fewer than 3 would be 0, 1,2 \n" ); document.write( "for 0 it is e^-5 or 0.0067 \n" ); document.write( "for 1 it is e^-5*5^1/1! or 5 times the above or 0.0337 \n" ); document.write( "for 2 it will be e^(-5)*5^2/2!=0.0842 \n" ); document.write( "The sum is the answer or 0.1246 (calculator rounds to 0.1247 which picks up rounding error from by hand.\r \n" ); document.write( "\n" ); document.write( "the mean is 5 the variance is 5 and the sd is sqrt(5) (exact) or 2.236 \n" ); document.write( " |