You can
put this solution on YOUR website!You are correct so far as you have gone.
Now do the same procedure for exactly 2, 1 and 0 students.
Find the sum of the 4 probabilities and subtract it from 1 and you have your answer.
.
Ed
You can
put this solution on YOUR website!Suppose that the probability that a new medication will cause a bad side effect is 0.03. If this medication is given to 150 people, what is the probability that more than three of them will experience a bad side effect? Round answer to 4 decimal places.
I think I know how to compute for "exactly three students," but I cannot figure out how to do "more than three students"
---------------------
You should have or you need a cumulative binomial chart or a calculators
with a Stat function.
------
Your problem:
Binomial with n = 150, p = 0.03, 4 <= x <= 150
------------------
Your problem:
P(4 <= x <= 150) = 1 - P(0 <= x <= 3)
= 1 - [P(x= 0) + P(x=1) + P(x=2) + P(x=3)]
= 1 - [0.01037 + 0.048106..+ 0.110843 + 0.16912...)
= 1 - [0.33844
= 0.66156...
========================
Stan H.