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?
---------------
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.
=====================