document.write( "Question 204718: The diameter of Ping-Pong balls manufactured at a large factory is expected to be approximately normally distributed with a mean of 1.30 inches and a standard deviation of 0.04 inches. What is the probability that a randomly selected Ping-Pong ball will have a diameter of:
\n" );
document.write( "
\n" );
document.write( "a. Between 1.28 and 1.30 inches?
\n" );
document.write( "b. Between 1.31 and 1.33 inches?
\n" );
document.write( "c. Between what two values will 60% of the Ping-Pong balls fall (in terms of the diameter)?\r
\n" );
document.write( "\n" );
document.write( " If random samples of 16 Ping-Pong balls were selected,
\n" );
document.write( "d. What proportion of the sample means would be between 1.31 and 1.33 inches? \r
\n" );
document.write( "\n" );
document.write( " If random samples of 100 Ping-Pong balls were selected,
\n" );
document.write( "e. What proportion of the sample means would be between 1.31 and 1.33 inches?
\n" );
document.write( "
\n" );
document.write( "f. Compare your results in (b), (d) and (e).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #154586 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The diameter of Ping-Pong balls manufactured at a large factory is expected to be approximately normally distributed with a mean of 1.30 inches and a standard deviation of 0.04 inches. \n" ); document.write( "--- \n" ); document.write( "If you don't have software or a calculator you will have to do these using \n" ); document.write( "z-values and a z-chart. My answers are based on using a TI calculator. \n" ); document.write( "-----------\r \n" ); document.write( "\n" ); document.write( " What is the probability that a randomly selected Ping-Pong ball will have a diameter of: \r \n" ); document.write( "\n" ); document.write( "a. Between 1.28 and 1.30 inches? \n" ); document.write( "Ans: normalcdf(1.28,1.30,1.30,0.04) = 0.1915 \n" ); document.write( "--------------------------------------\r \n" ); document.write( "\n" ); document.write( "b. Between 1.31 and 1.33 inches? \n" ); document.write( "Ans: normalcdf(1.31,1.33,1.30,0.04) = 0.1747 \n" ); document.write( "--------------------------------------\r \n" ); document.write( "\n" ); document.write( "c. Between what two values will 60% of the Ping-Pong balls fall (in terms of the diameter)? \n" ); document.write( "You need the z-value that is 30% to the right and 30% to the left of the \n" ); document.write( "mean. That value is InvNorm(0.20) = 0.8416 \n" ); document.write( "Then you have to use x = u + z*sugma to find the correct x-values \n" ); document.write( "------------------------------------------\r \n" ); document.write( "\n" ); document.write( "If random samples of 16 Ping-Pong balls were selected, \n" ); document.write( "d. What proportion of the sample means would be between 1.31 and 1.33 inches? \n" ); document.write( "If random samples of 100 Ping-Pong balls were selected, \n" ); document.write( "--- \n" ); document.write( "The standard deviation has changed to 0.04/sqrt(16) = 0.01 because of \n" ); document.write( "the Central Limit Theorem. \n" ); document.write( "Ans: normalcdf(1.31,1.33,1.3,0.01) = 0.1573 \n" ); document.write( "------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "I'll leave the rest to you. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========================================== \n" ); document.write( " \n" ); document.write( "e. What proportion of the sample means would be between 1.31 and 1.33 inches?\r \n" ); document.write( "\n" ); document.write( "f. Compare your results in (b), (d) and (e). \n" ); document.write( " \n" ); document.write( " |