document.write( "Question 909943: the probability that a randomly selected patient who visits the ER will die within 1 year of the visit is 0.05.
\n" );
document.write( "what us the probability that exactly 1 of 10 randomly selected visitors to the ER will dies within one year \n" );
document.write( "
Algebra.Com's Answer #552134 by ewatrrr(24785) You can put this solution on YOUR website! p(die) = .05, n = 10 \n" ); document.write( "P(x=1) = binompdf(10, .05, 1) \n" ); document.write( " |