document.write( "Question 457143: The recovery rate from a flu is 0.9. If 4 people have this flu, what is the probability that:\r
\n" );
document.write( "\n" );
document.write( "a) all will recover?
\n" );
document.write( "b) at least 2 will recover?
\n" );
document.write( "c) exactly 2 will recover?\r
\n" );
document.write( "\n" );
document.write( "Assume independence.\r
\n" );
document.write( "\n" );
document.write( "Thanks so much for your help! \n" );
document.write( "
Algebra.Com's Answer #313659 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The recovery rate from a flu is 0.9. If 4 people have this flu, what is the probability that: \n" ); document.write( "a) all will recover? \n" ); document.write( "Ans: (0.9)^4 = \n" ); document.write( "-------------------------- \n" ); document.write( "b) at least 2 will recover? \n" ); document.write( "Ans: P(2<= x <=4) \n" ); document.write( "= 1 - P(0<= x <=2) \n" ); document.write( "= 1-binomcdf(4,0.9,2) \n" ); document.write( "= 1-0.0523 \n" ); document.write( "= 0.9477 \n" ); document.write( "==================== \n" ); document.write( "c) exactly 2 will recover? \n" ); document.write( "Ans: P(x = 2) = 4C2(0.9)^2(0.1)^2 = binompdf(4,0.9,2) = 0.048600 \n" ); document.write( "==================================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " \n" ); document.write( " |