a) The average demand on a factory store for a certain electric motor is 8 per week.
When the storeman places an order for these motors, delivery takes one week.
If the demand for motors has a Poisson distribution, how low can the storeman
allow his stock to fall before ordering a new supply if he wants to be at least
95% sure of meeting all requirements while waiting for his new supply to arrive?
[6 marks]
b) A bank has 175 000 credit card holders. During one month the average
amount spent by each card holder totalled $192,50 with a standard deviation
of $60,20. Assuming a normal distribution, determine the number of card holders
who spent more than $250.
a) The average demand is 8 motors per week.
Demand~pois(8)
For a poisson distribution,;
from the series n=13
The minimum number of motors should be 13.
b) n=175000
X~
P(X>250)=P(z> )
=P(z>0.96)
=0.1685 from the z tables.
Number of credit card holders=175000*0.1685
=29488
Comments