document.write( "Question 904991: A company manufactures hockey sticks. It is known that the length of these hockey sticks is normally distributed with mean 92cm and a standard deviation 4cm.
\n" ); document.write( "A sample of 30 hockey sticks is drawn. Calculate the probability that the sample mean will be between 91cm and 93 cm?
\n" ); document.write( "

Algebra.Com's Answer #548957 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
z1 = (91-92)/4/sqrt(30)
\n" ); document.write( "z2 = (93-92)/4/sqrt(30)
\n" ); document.write( "P(91 >xbar< 93) = normalcdf(smaller z, larger z) = normalcdf(z1, z2)
\n" ); document.write( "
\n" );