document.write( "Question 469405: Can someone please show me how to solve this statistic? Thank you!\r
\n" );
document.write( "\n" );
document.write( "Does crime pay? The FBI Standard Survey of Crimes showed that for about 80% of all property crimes (burglary, larceny, car theft, etc.), the criminals are never found and the case is never solved. Suppose a neighborhood district in a large city suffers repeated property crimes, not always perpetuated by the same criminals. The police are investigating three property crime cases in this district.\r
\n" );
document.write( "\n" );
document.write( "1.What is the probability that none of the crimes will ever be solved? (Use 3 decimal places.)\r
\n" );
document.write( "\n" );
document.write( "2.What is the probability that at least one crime will be solved? (Use 3 decimal places.)\r
\n" );
document.write( "\n" );
document.write( "3.What is the expected number of crimes that will be solved? What is the standard deviation? (Use 2 decimal places.)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #322070 by ccs2011(207)![]() ![]() You can put this solution on YOUR website! ********************************* \n" ); document.write( "1. Each crime has 20% chance of being solved \n" ); document.write( "They want you to use Binomial Theorem: \n" ); document.write( "P(x) = nCx*p^x*(1-p)^n-x \n" ); document.write( "where p is probability of solving crime, n is number of crimes, and x is theoretical number of crimes solved \n" ); document.write( "p = 0.2 \n" ); document.write( "n = 3 \n" ); document.write( "x = 0 \n" ); document.write( "P(0) = (0.8)^3 = 0.512 \n" ); document.write( "************************************ \n" ); document.write( "2. Similar to above, \n" ); document.write( "Find P(x>0) = P(1)+P(2)+P(3) \n" ); document.write( "To save time, note that all possible probabilities must sum to 1 \n" ); document.write( "So P(x>0) = 1 - P(0) = 1 - .512 = .488 \n" ); document.write( "*********************************** \n" ); document.write( "3. E(X) = n*p \n" ); document.write( "V(X) = n*p*(1-p) \n" ); document.write( "where E(X) is mean or expected value and V(X) is variance \n" ); document.write( "Standard deviation is just the square root of variance \n" ); document.write( "n=3 \n" ); document.write( "p=0.2 \n" ); document.write( "E(X) = 3*.2 = 0.6 \n" ); document.write( "sqrt(V(X)) = sqrt(3*.2*.8) = 0.693 \n" ); document.write( " \n" ); document.write( " |