document.write( "Question 1166969: b.Hospital records show that 75% of the patients will recover from a certain disease.
\n" );
document.write( "i. What is the probability that 2 of the 6 patients selected at random will die from a certain disease?
\n" );
document.write( "ii. What is the probability that 4 of the 6 patients selected at random will recover from a certain disease?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #791526 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Part ii: \n" ); document.write( "6C4*0.75^4*0.25^2=0.2966 \n" ); document.write( "That is the same probability that 2 will die from the disease, which is 6C2*0.25^2*0.75^4, or the same terms. \n" ); document.write( " |