document.write( "Question 460443: at a hospital maternity ward,
\n" );
document.write( " the hospital staff wants a probability distribution for the number of babies arriving each hour.
\n" );
document.write( "what is the probability exactly 7 babies are born during the next hour?
\n" );
document.write( "what is the probability than fewer than 3 babies are born during the next hour? \n" );
document.write( "
Algebra.Com's Answer #315825 by Tatiana_Stebko(1539)![]() ![]() You can put this solution on YOUR website! If the expected number of occurrences in this interval is a, then theprobability that there are exactly k occurrences is equal to \n" ); document.write( " \n" ); document.write( "e is the base of the natural logarithm (e = 2.71828...) \n" ); document.write( "k is the number of occurrences of an event — the probability of which is given by the function \n" ); document.write( "k! is the factorial of k \n" ); document.write( "a is a positive real number, equal to the expected number of occurrences during the given interval. \r \n" ); document.write( "\n" ); document.write( "Babies arrive at an average of 8 babies per hour, so \n" ); document.write( "1) what is the probability exactly 7 babies are born during the next hour? \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "2) what is the probability that fewer than 3 babies are born during the next hour? \n" ); document.write( "Fewer than 3 - means that 0 babies (k=0) or 1 baby (k=1) or 2 babies (k=2) are born during the next hour \n" ); document.write( " \n" ); document.write( " |