document.write( "Question 867236: According to industry statistics, 8% of all DVD players distributed by an electronics company are shipped with no instruction packet.\r
\n" );
document.write( "\n" );
document.write( "What is the probability that fewer than six randomly selected DVD players from a sample of 150 DVD players will not have an instruction packet?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #522867 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(no IP) = .08, n = 150 \n" ); document.write( "P(x < 6) = binomcdf(150, .08, 5) = .0169 \n" ); document.write( " |