document.write( "Question 1116664: In a given year, 24% of the people in a community use the emergency room at the local hospital.
\n" );
document.write( "A random sample of 26 people is selected.
\n" );
document.write( "A researcher wishes to know the probability that a fixed number of individuals in the sample will have used the emergeny room in the last year. \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " a) Explain why this situation will involve a binomial probability distribution. \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " b) Find the probability that in a sample of 26, exactly 9 people used the emergency room.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " c) Find the probability that in a sample of 26, 9 or fewer people used the emergency room. \n" );
document.write( "
Algebra.Com's Answer #731579 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a given year, 24% of the people in a community use the emergency room at the local hospital. \n" ); document.write( "A random sample of 26 people is selected. \n" ); document.write( "A researcher wishes to know the probability that a fixed number of individuals in the sample will have used the emergeny room in the last year. \n" ); document.write( "----------------------- \n" ); document.write( "a) Explain why this situation will involve a binomial probability distribution. \n" ); document.write( "An \"event\" is the selection of a person. \n" ); document.write( "The event results are independent. \n" ); document.write( "Prob of \"success\" for each event is the same,0.24 \n" ); document.write( "Each event is either a success or a failure. \n" ); document.write( "------------------\r \n" ); document.write( "\n" ); document.write( "b) Find the probability that in a sample of 26, exactly 9 people used the emergency room. \n" ); document.write( "P(x = 9) = 26C9*0.24^9*0.76^17 = binompdf(26,0.24,9) = 0.0777 \n" ); document.write( "-----------\r \n" ); document.write( "\n" ); document.write( "c) Find the probability that in a sample of 26, 9 or fewer people used the emergency room. \n" ); document.write( "P(0<= x <=9) = binomcdf(26,0.24,9) = 0.9279 \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |