Question 690351: a telemarketer makes a sale on 48% of his calls. if he makes a total of 12 calls in one hour, what is the probability he will make exactly seven sales?
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! a telemarketer makes a sale on 48% of his calls. if he makes a total of 12 calls in one hour, what is the probability he will make exactly seven sales?
----
Binomial Problem with n = 12 ; p(make sale) = 0.48
---------------------
P(x = 7) = 12C7(0.48)^7*0.52^5 = binompdf(12,0.48,7) = 0.1768
=====================
Cheers,
Stan H.
==================
|
|
|