document.write( "Question 1182137: According to the growth chart that doctors use as a reference, the heights of two-year-old boys are normally distributed with mean 34.5 inches and standard deviation 1.3 inches. If six two-year old boys are selected, what is the probability that their average height will be between 34.1 and 35.2 inches.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #812129 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
this is a z-test
\n" ); document.write( "z=(x bar-mean)/sigma/sqrt(n)
\n" ); document.write( "=(34.1-34.5)/1.3/sqrt(6)
\n" ); document.write( "=-0.4*sqrt(6)/1.3
\n" ); document.write( "=-0.753
\n" ); document.write( "and similarly, z=0.7*sqrt(6)/1.3=1.319
\n" ); document.write( "the probability z is between those two values is 0.6806
\n" ); document.write( "or
\n" ); document.write( "calculator 2ndVARS2nnormal cdf(34.1,35.2,34.5,(1.3/sqrt(6)))
\n" ); document.write( "=0.6809 (less rounding so slightly more accurate. Find out whether the z-value is to 2,3, or more decimal places.
\n" ); document.write( "
\n" );