document.write( "Question 658345: A surgical technique with 0.70 chance of success is performed on seven patients. find the probability that the surgery is successful for (a) exactly five patients, (b) at least five patients and (c) less than five patients. list all assumptions used to construct the binomial distribution \n" ); document.write( "
| Algebra.Com's Answer #410277 by stanbon(75887)      You can put this solution on YOUR website! A surgical technique with 0.70 chance of success is performed on seven patients. find the probability that the surgery is successful for \n" ); document.write( "(a) P(exactly five patients) = 7C5(0.7)^5(0.3)^2 = binompdf(7,0.7,5) = 0.3177 \n" ); document.write( "--------------------------------------- \n" ); document.write( "(b) P(at least five patients) = 1 - binomcdf(7,0.7,4) = 0.6471 \n" ); document.write( "--------------------------------------- \n" ); document.write( "(c) P(less than five patients) = binomcdf(7,0.7,4) = 0.3529 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \r \n" ); document.write( "\n" ); document.write( "------------------------------------ \n" ); document.write( " |