document.write( "Question 230971: statistics show that 80% of crimes are never solved.suppose a neighborhood district in a large city suffers repeated crimes the police are investigating 6 property crime cases in this district.\r
\n" );
document.write( "\n" );
document.write( "a) what is the probability that none will ever be solved
\n" );
document.write( "b0probability at least one will be solved
\n" );
document.write( "c0expected # of crimes that will be solved and what is the standard deviation \n" );
document.write( "
Algebra.Com's Answer #171040 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! statistics show that 80% of crimes are never solved.suppose a neighborhood district in a large city suffers repeated crimes the police are investigating 6 property crime cases in this district. \n" ); document.write( "a) what is the probability that none will ever be solved \n" ); document.write( "0.8^6 = 0.2621 \n" ); document.write( "--------------------------- \n" ); document.write( "b) probability at least one will be solved \n" ); document.write( "P(at least one solved) = 1 - P(none solved) = 1-0.2621 = 0.737856... \n" ); document.write( "-------------------------------------- \n" ); document.write( "c) expected # of crimes that will be solved and what is the standard deviation \n" ); document.write( "-------------- \n" ); document.write( "Expected number = np \n" ); document.write( "Expected number = 6*0.8 = 4.8 \n" ); document.write( "Std = sqrt(6*0.8*0.2) = 0.9798 \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |