document.write( "Question 962269: The diameter of a brand of Ping Pong balls is approximately normally distributed, with a mean of 1.31 inches and a standard deviation of 0.08 inches. A random sample of 4 balls is selected. \r
\n" );
document.write( "\n" );
document.write( "-The probability is 50% that the sample mean will be between what two values, symmetrically distributed around the population mean?\r
\n" );
document.write( "\n" );
document.write( "Lower bound: __ inches
\n" );
document.write( "Upper bound: __ inches\r
\n" );
document.write( "\n" );
document.write( "I'm pretty sure I need to start by finding a Z score, but am having a hard time figuring which formulas I need to use, for that and to finish the problem. Thanks. \n" );
document.write( "
Algebra.Com's Answer #587860 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The diameter of a brand of Ping Pong balls is approximately normally distributed, with a mean of 1.31 inches and a standard deviation of 0.08 inches. A random sample of 4 balls is selected. \n" ); document.write( " -The probability is 50% that the sample mean will be between what two values, symmetrically distributed around the population mean? \n" ); document.write( "----- \n" ); document.write( "Looks like you want a 50% confidence interval. \n" ); document.write( "---- \n" ); document.write( "sample mean = x-bar = 1.31 \n" ); document.write( "Margin of Error = ME = z*s/sqrt(n))= 0.6745*0.08/sqrt(4) = 0.0270 \n" ); document.write( "------ \n" ); document.write( "50%CI:: 1.31-0.0270 < u < 1.31+0.0270 \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " Lower bound: 1.2831 inches \n" ); document.write( " Upper bound: 1.3369 inches \n" ); document.write( " \n" ); document.write( " |