document.write( "Question 87624This question is from textbook DISCOVERING STATISTICS
\n" );
document.write( ": 7. The number of violent crimes committed in a large city follows a Poisson distribution with an average rate of 10 per month.
\n" );
document.write( "a. Find the expected number of violent crimes committed in a 3 month period
\n" );
document.write( "b. Find the standard deviation of the number of violent crimes committed in a 3 month period
\n" );
document.write( "c. Find the probability that at least 45 violent crimes will be committed in a 3 month period
\n" );
document.write( "d. Find the probability that between 25 and 40 violent crimes will be committed in a 3 month period
\n" );
document.write( "e. Find the probability that less than 20 violent crimes will be committed in a 3 month period
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #63557 by stanbon(75887)![]() ![]() ![]() 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. \n" ); document.write( "a. Find the expected number of violent crimes committed in a 3 month period \n" ); document.write( "# = 3*10 = 30 \n" ); document.write( "------------------- \n" ); document.write( "b. Find the standard deviation of the number of violent crimes committed in a 3 month period \n" ); document.write( "# = sqrt(30) \n" ); document.write( "-------------- \n" ); document.write( "c. Find the probability that at least 45 violent crimes will be committed in a 3 month period \n" ); document.write( "P(45,30) = e^-30*30^45/45! = 0.0023 \n" ); document.write( "--------------------- \n" ); document.write( "d. Find the probability that between 25 and 40 violent crimes will be committed in a 3 month period \n" ); document.write( "P(45,30)-P(24,30) = poissoncdf(30,45)-Poissoncdf(30,24)=0.8388... \n" ); document.write( "----------------------- \n" ); document.write( "e. Find the probability that less than 20 violent crimes will be committed in a 3 month period \n" ); document.write( "Poissoncdf(30,19)=0.02187... \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |