document.write( "Question 867257: The probability that a person driving an automobile does not have insurance is 12%. What is the probability that a police officer will find at most 6 drivers do not have insurance if he/she randomly stops 28 drivers? \n" ); document.write( "
Algebra.Com's Answer #522884 by ewatrrr(24785) You can put this solution on YOUR website! p(ins) = .12, n = 28 \n" ); document.write( "P(x ≤ 6) = binomcdf(28, .12, 6) = .9565 \n" ); document.write( " |