SOLUTION: Dr. Zivkov has developed a new procedure that he believes can correct a life-threatening medical condition. If the success rate for this procedure is 40 % and the procedure is trie
Algebra ->
Probability-and-statistics
-> SOLUTION: Dr. Zivkov has developed a new procedure that he believes can correct a life-threatening medical condition. If the success rate for this procedure is 40 % and the procedure is trie
Log On
Question 1203054: Dr. Zivkov has developed a new procedure that he believes can correct a life-threatening medical condition. If the success rate for this procedure is 40 % and the procedure is tried on 8 patients, what is the probability that at least 2 of them will show improvement?
The probability is:
(Round your answer to 3 decimal places.) Answer by ikleyn(52874) (Show Source):
You can put this solution on YOUR website! .
Dr. Zivkov has developed a new procedure that can correct a life-threatening
medical condition. If the success rate for this procedure is 40 % and the procedure is
tried on 8 patients, what is the probability that at least 2 of them will show improvement?
~~~~~~~~~~~~~~~~~
It is a typical problem on binomial distribution probability.
The number of trials is n= 8;
the probability of success of each individual trial is p= 0.4;
the successful trials indexes are 2 or 3 or 4 or 5 or 6 or 7 or 8 patients
So, P = P(2) + P(3) + P(4) + P(5) + P(6) + P(7) + P(8).
Having so many calculations to do, it is better (more economic and more efficient way)
to transform the formula equivalently
P = 1 - P(0) - P(1) = =
= = 0.8936 (rounded). ANSWER