SOLUTION: Suppose that 30% of all telephone calls at work are for personal reasons. If a random sample of 15 is taken what is the probability that 4 or fewer are for personal reasons?

Algebra ->  Probability-and-statistics -> SOLUTION: Suppose that 30% of all telephone calls at work are for personal reasons. If a random sample of 15 is taken what is the probability that 4 or fewer are for personal reasons?       Log On


   



Question 742864: Suppose that 30% of all telephone calls at work are for personal reasons. If a random sample of 15 is taken what is the probability that 4 or fewer are for personal reasons?

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Suppose that 30% of all telephone calls at work are for personal reasons. If a random sample of 15 is taken what is the probability that 4 or fewer are for personal reasons?
----
Binomial Problem with n = 15 and p(personal) = 0.30
-----
P(0<= x <=4) = binomcdf(15,0.30,4) = 0.5155
=======================
Cheers,
Stan H.