Answer on Question#39191 - Math - Statistics and Probability
Car security alarms go off at a mean rate of 4.0 per hour in a large Costco parking lot.
Find the probability that in an hour there will be (Round your answers to 4 decimal places.)
Probability
(a) no alarms
(b) fewer than five alarms
(c) more than seven alarms
Solution
We can assume ξ has a Poisson distribution. The poisson distribution formula is
P(k)=Pr(ξ=k)=k!e−λλk,k=0,1,2,…
where P(k) is the probability of the event that a random variable ξ takes on the value k,e is the constant 2.718... , λ (usually written as the Greek letter lambda) is the average number of events
(in our case, λ=4 )
a) k=0
P(0)=0!e−k40=e−4≈0.0183
b) ξ<5
P(ξ<5)=∣additivity of probability∣=P(ξ=0)+P(ξ=1)+P(ξ=2)+P(ξ=3)+P(ξ=4)==0!e−k40+1!e−k41+2!e−k42+3!e−k43+4!e−k44≈0.6288
c) ξ>7
P(ξ>7)=∣probability of the complementary events∣=1−{P(ξ=0)+P(ξ=1)+P(ξ=2)+P(ξ=3)++P(ξ=4)+P(ξ=5)+P(ξ=6)+P(ξ=7))=0.0511
Comments