SOLUTION: A sales person has 10 percent chance of making a sale to any customer who is called upon. If 20 calls are made, what is the chance that (i) fewer than three sales are made (ii) At
Algebra.Com
Question 824479: A sales person has 10 percent chance of making a sale to any customer who is called upon. If 20 calls are made, what is the chance that (i) fewer than three sales are made (ii) At least one sale is made (iii) More than five are made?
Answer by stanbon(75887) (Show Source): You can put this solution on YOUR website!
A sales person has 10 percent chance of making a sale to any customer who is called upon. If 20 calls are made,
----
Binomial Problem with n = 20 and p(sale) = 0.1
---------------
What is the chance that:
-----
(i) P(fewer than three sales are made)
= P(0<= x <=2)
= binomcdf(20,0.1,2)
= 0.6769
----------------------------
(ii) P(At least one sale is made)
= 1 - P(x = 0)
= 1-0.9^20
= 0.8784
----------------------------
(iii) P(More than five are made)
= P(6<= x <=20)
= 1-binomcdf(20,0.1,5)
= 0.0113
----------------
Cheers,
Stan H.
================
RELATED QUESTIONS
A salesperson has a 20% chance of making a sale to any customer who is called upon. If 6... (answered by stanbon)
A salesperson has a 50% chance of making a sale to any customer called upon. If 4 calls... (answered by ewatrrr)
A salesperson has 18% chance of making a sale to any customer called upon. If 6 calls... (answered by Boreal)
A salesperson has a 18% chance of making a sale to any customer called upon. If 6 calls... (answered by Boreal)
a sales man has a 60% chance of making a sale to any one customer.The behaviour of... (answered by oscargut)
a salesman has 60% chance of making a sale to anyone customer. the behaviour of... (answered by oscargut)
a salesman has 60% chance of making sale to a customer . i a given hour there 3... (answered by Boreal)
you work for a small corporation which has 3 field representatives A,B,C who telephone... (answered by edjones)
1. A salesperson has 65 percent chance of making a sale to a customer. The behavior of... (answered by ikleyn)