document.write( "Question 1162309: A manufacturer produces piston rings for an automobile engine. It is known that ring diameter is Normally Distributed with σ = 0.001 millimeters. A random sample of 15 rings has a mean diameter of 74.036 millimeters. Test if the true mean ring diameter is significantly greater than 74.035 millimeters. \n" ); document.write( "
Algebra.Com's Answer #786711 by Boreal(15235) You can put this solution on YOUR website! With usual assumptions of normality and sd sigma this is a z-test \n" ); document.write( "if alpha 0.05 (not stated) want |z| <1.96 \n" ); document.write( "z=((74.036-74.035)/0.001/sqrt(15) \n" ); document.write( "=sqrt(15)=3.87 \n" ); document.write( "reject Ho for ring diameter's being 74.036. It is larger. \n" ); document.write( "p-value <0.0001 \n" ); document.write( " \n" ); document.write( " |