document.write( "Question 940211:
\n" );
document.write( "Suppose 40% of the restaurants in a certain part of a town are in violation of the health code. A health inspector randomly selects eight of the restaurants for inspection. (Round your answers to four decimal places.)
\n" );
document.write( "(a) What is the probability that none of the restaurants are in violation of the health code?
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "(b) What is the probability that one of the restaurants is in violation of the health code?
\n" );
document.write( "]
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "(c) What is the probability that at least two of the restaurants are in violation of the health code?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #573013 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(in violation) = .40, n = 8 \n" ); document.write( ".... \n" ); document.write( "x the number in violation \n" ); document.write( "P(x = 0) = (.60)^8 \n" ); document.write( "p(x = 1) = binompdf(8,.40,1) \n" ); document.write( "P(x ≥ 2) = 1 - binomcdf(8,.40,1) \n" ); document.write( " |