document.write( "Question 702770: A new surgical operation procedure is said to be successful 85% of the time. If the procedure is performed on 8 patients independently, what is the probability that at least 6 operations are successful?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #433138 by stanbon(75887) ![]() You can put this solution on YOUR website! A new surgical operation procedure is said to be successful 85% of the time. If the procedure is performed on 8 patients independently, what is the probability that at least 6 operations are successful? \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 8 ; p(success) = 0.85 \n" ); document.write( "---- \n" ); document.write( "P(6<= x <=8) = 1-P(x<= 5) = 1 - binomcdf(8,0.85,5) = 0.8948 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |