document.write( "Question 1033895: A company claims that 99% of its cereal boxes have at least as
\n" );
document.write( "much cereal by weight as the amount stated on the box.\r
\n" );
document.write( "\n" );
document.write( "At a quality control checkpoint, one box out of a random sample of ten
\n" );
document.write( "boxes falls short of its stated weight. What is the probability of this
\n" );
document.write( "happening due to chance variation in box weights? \n" );
document.write( "
Algebra.Com's Answer #648512 by stanbon(75887) ![]() You can put this solution on YOUR website! A company claims that 99% of its cereal boxes have at least as \n" ); document.write( "much cereal by weight as the amount stated on the box. \n" ); document.write( "At a quality control checkpoint, one box out of a random sample of ten \n" ); document.write( "boxes falls short of its stated weight. What is the probability of this \n" ); document.write( "happening due to chance variation in box weights? \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n = 10 ; p(not standard) = 0.01 \n" ); document.write( "------ \n" ); document.write( "P(x = 1) = 10C1*(0.01)*(0.99)^9 = 10*(1/100)*0.9135 = 0.0914 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " \n" ); document.write( " |