SOLUTION: You are told that 9 out of 10 doctors recommend Ngaya's pill. Assuming this is true, suppose you choose a doctor at random. What is the probability that no more than two of these 4
Algebra ->
Probability-and-statistics
-> SOLUTION: You are told that 9 out of 10 doctors recommend Ngaya's pill. Assuming this is true, suppose you choose a doctor at random. What is the probability that no more than two of these 4
Log On
Question 1118651: You are told that 9 out of 10 doctors recommend Ngaya's pill. Assuming this is true, suppose you choose a doctor at random. What is the probability that no more than two of these 4 doctor will recommend Ngaya's pill Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! You are told that 9 out of 10 doctors recommend Ngaya's pill. Assuming this is true, suppose you choose a doctor at random. What is the probability that no more than two of these 4 doctor will recommend Ngaya's pill
-----
P(will recommend) = 0.9
P(will not recommend) = 0.1
-----
P(0<= x <=2) = binomcdf(10,0.9,2) = 0.0000003736..
----
Cheers,
Stan H.
-----------