SOLUTION: 7. The number of violent crimes committed in a large city follows a Poisson distribution with an average rate of 10 per month. a. Find the expected number of violent crimes commit

Algebra ->  Probability-and-statistics -> SOLUTION: 7. The number of violent crimes committed in a large city follows a Poisson distribution with an average rate of 10 per month. a. Find the expected number of violent crimes commit      Log On


   



Question 87624This question is from textbook DISCOVERING STATISTICS
: 7. The number of violent crimes committed in a large city follows a Poisson distribution with an average rate of 10 per month.
a. Find the expected number of violent crimes committed in a 3 month period
b. Find the standard deviation of the number of violent crimes committed in a 3 month period
c. Find the probability that at least 45 violent crimes will be committed in a 3 month period
d. Find the probability that between 25 and 40 violent crimes will be committed in a 3 month period
e. Find the probability that less than 20 violent crimes will be committed in a 3 month period
This question is from textbook DISCOVERING STATISTICS

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
7. The number of violent crimes committed in a large city follows a Poisson distribution with an average rate of 10 per month.
a. Find the expected number of violent crimes committed in a 3 month period
# = 3*10 = 30
-------------------
b. Find the standard deviation of the number of violent crimes committed in a 3 month period
# = sqrt(30)
--------------
c. Find the probability that at least 45 violent crimes will be committed in a 3 month period
P(45,30) = e^-30*30^45/45! = 0.0023
---------------------
d. Find the probability that between 25 and 40 violent crimes will be committed in a 3 month period
P(45,30)-P(24,30) = poissoncdf(30,45)-Poissoncdf(30,24)=0.8388...
-----------------------
e. Find the probability that less than 20 violent crimes will be committed in a 3 month period
Poissoncdf(30,19)=0.02187...
=============
Cheers,
Stan H.