4 Jeremy sells a magazine which is produced in order to rais
4. Jeremy sells a magazine which is produced in order to raise money for homeless people. The probability of making a sale is, independently , 0.20 for each person he approaches. Given that he approaches 15 people,
a) find the probability that he will make:
i) 2 or fewer sales
ii) exactly 4 sales
iii) more than 3 sales
b) find the mean number of sales he will make.
c) what is the standard deviation
Solution
Binomial Distribution
PMF of B.D is = f ( k ) = ( n k ) p^k * ( 1- p) ^ n-k
Where
k = number of successes in trials
n = is the number of independent trials
p = probability of success on each trial
a)
P( X < = 2) = P(X=2) + P(X=1) + P(X=0) +
= ( 15 2 ) * 0.2^2 * ( 1- 0.2 ) ^13 + ( 15 1 ) * 0.2^1 * ( 1- 0.2 ) ^14 + ( 15 0 ) * 0.2^0 * ( 1- 0.2 ) ^15 +
= 0.398
b)
P( X = 4 ) = ( 15 4 ) * ( 0.2^4) * ( 1 - 0.2 )^11
= 0.1876
c)
Mean ( np ) =15 * 0.2 = 3
d)
Standard Deviation ( npq )= 15*0.2*0.8 = 1.5492
