document.write( "Question 765218: Suppose in the United States, 60% of murders are committed with a firearm. Suppose 15 murders are randomly selected. Find the probability that between 10 and 12 murders, inclusive, are committed with a firearm. \r
\n" );
document.write( "\n" );
document.write( "Hope you can help me set this problem up and solve. Thanks. \n" );
document.write( "
Algebra.Com's Answer #466009 by stanbon(75887) ![]() You can put this solution on YOUR website! Suppose in the United States, 60% of murders are committed with a firearm. Suppose 15 murders are randomly selected. Find the probability that between 10 and 12 murders, inclusive, are committed with a firearm. \n" ); document.write( "------------------------ \n" ); document.write( "Binomial Problem with n = 15 and p(with gun) = 0.60 \n" ); document.write( "------------------------ \n" ); document.write( "P(10<= x <=12) = binomcdf(15,0.6,12)-binomcdf(15,0.6,9) = 0.3761 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |