Question 724238
Gary schwartz is the top saleman for his company. records indicate that he makes a sale on 70% of his calls. If he calls on four potential clients, what it the probability that he makes exactly 3 sales? What is the probability that he makes exactly 4 sales?
-------
Binomial Problem with n = 4 and p(sale) = 0.7 ; p(no sale) = 0.3
---
P(x = 3) = 4C3*0.7^3*0.3 = 4*0.343*0.3 = 0.4116
==================================
cheers,
Stan H.