document.write( "Question 943868: A new surgery is successful 85% of the time. If the results of 7 such surgeries are randomly sampled, what is the probability that more than 4 of them are successful?
\n" );
document.write( "Carry your intermediate computations to at least four decimal places, and round your answer to at least two decimal places. \n" );
document.write( "
Algebra.Com's Answer #575495 by stanbon(75887) ![]() You can put this solution on YOUR website! A new surgery is successful 85% of the time. If the results of 7 such surgeries are randomly sampled, what is the probability that more than 4 of them are successful? \n" ); document.write( " Carry your intermediate computations to at least four decimal places, and round your answer to at least two decimal places. \n" ); document.write( "------ \n" ); document.write( "Binomial Problem with n = 7 and p(successful) = 0.85 \n" ); document.write( "----- \n" ); document.write( "P(x >= 4) = 1 - binomcdf(7,0.85,3) = 1 - 0.0121 \n" ); document.write( "---- \n" ); document.write( "= 0.9879 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |