document.write( "Question 1157344: Hospital records show that 20% of the cases of a certain disease are fatal. Find the probability that out of 5 patients admitted with this disease
\n" );
document.write( "a. all will recover
\n" );
document.write( "b. exactly 2 will recover
\n" );
document.write( "c. at least 2 will recover \n" );
document.write( "
Algebra.Com's Answer #780211 by VFBundy(438) You can put this solution on YOUR website! a. all will recover \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "----------------------------------------------------- \n" ); document.write( " \n" ); document.write( "b. exactly 2 will recover \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "----------------------------------------------------- \n" ); document.write( " \n" ); document.write( "c. at least 2 will recover \n" ); document.write( " \n" ); document.write( "Find the probability that exactly one will recover AND the probability that none will recover. Add these together and subtract that result from 1. \n" ); document.write( " \n" ); document.write( "Probability exactly one will recover: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Probability none will recover: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Probability exactly one will recover PLUS probability none will recover: \n" ); document.write( " \n" ); document.write( "0.0064 + 0.00032 = 0.00672 \n" ); document.write( " \n" ); document.write( "Probability at least two will recover: \n" ); document.write( " \n" ); document.write( "1 - 0.00672 = 0.99328 |