document.write( "Question 1029720: Suppose the weight of cereal in a box is labeled to contain 20 oz and is distributed with mean 20.1 oz. and standard deviation .2 oz. Y is the weight of cereal in a random box.\r
\n" );
document.write( "\n" );
document.write( "How much do the heaviest 4% of boxes weigh?(calculate 96th percentile of distribution of Y)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Suppose that 300 samples are selected with a 95% confidence interval for the population mean. How many intervals are expected to contain the value of the population mean?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #644693 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose the weight of cereal in a box is labeled to contain 20 oz and is distributed with mean 20.1 oz. and standard deviation .2 oz. Y is the weight of cereal in a random box. \n" ); document.write( "How much do the heaviest 4% of boxes weigh?(calculate 96th percentile of distribution of Y) \n" ); document.write( "====== \n" ); document.write( "x = z*s + u \n" ); document.write( "z = invNorm(0.96) = 1.7507 \n" ); document.write( "x = 1.7507*0.2 + 20.1 \n" ); document.write( "x = 20.45 oz \n" ); document.write( "------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( "Suppose that 300 samples are selected with a 95% confidence interval for the population mean. How many intervals are expected to contain the value of the population mean? \n" ); document.write( "Check you text book. This question is is testing your interpretation \n" ); document.write( "of the meaning of a 95% confidence interval. \n" ); document.write( "------------ \n" ); document.write( " \n" ); document.write( " |