SOLUTION: If a salesman makes a sale on 70% of his sales calls. If he calls four potential clients, what is the probability he makes exactly 3 sales? What is the probability he makes exactly

Algebra ->  Probability-and-statistics -> SOLUTION: If a salesman makes a sale on 70% of his sales calls. If he calls four potential clients, what is the probability he makes exactly 3 sales? What is the probability he makes exactly      Log On


   



Question 522239: If a salesman makes a sale on 70% of his sales calls. If he calls four potential clients, what is the probability he makes exactly 3 sales? What is the probability he makes exactly 4 sales?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
If a salesman makes a sale on 70% of his sales calls. If he calls four potential clients, what is the probability he makes exactly 3 sales? What is the probability he makes exactly 4 sales?
---------------
Binomial Problems with n = 4 and p(sale) = 0.7
-------
P(x = 3) = 4C3*0.7^3*0.3 = 0.4116
----
P(x = 4) = 4C4*0.7^4 = 0.2401
====================
Cheers,
Stan H.
=====================