document.write( "Question 1175145: The maternity ward at Dr. Jose Fabella Memorial Hospital in Manila in the Philippines is one of the busiest in the world with an average of 62 births per day. Let X = the number of births in an hour. What is the probability that the maternity ward will deliver.
\n" );
document.write( "a. exactly 6 babies in one hour. \r
\n" );
document.write( "\n" );
document.write( "b. exactly 9 babies in one hour. \n" );
document.write( "
Algebra.Com's Answer #800785 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 62 births per day is 2.583 births per hour. \n" ); document.write( "Poisson is used when it is proportional to time \n" ); document.write( "so with parameter 2.583, what is probability 6 babies will be born. \n" ); document.write( "e^*-2.583*2.583^6/6!=0.0312. \n" ); document.write( "for 9 it would be e^(-2.583)*2.583^9/9!=0.0011 \n" ); document.write( " |