document.write( "Question 1131373: Kindergarten children have heights that are approximately normally distributed about a mean of 38.3 inches and a standard deviation of 1.6 inches. If a random sample of 27 is taken, what is the probability that the sample of kindergarten children has a mean height of less than 40.5 inches? \n" ); document.write( "
Algebra.Com's Answer #748039 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
use z since sd known
\n" ); document.write( "z<(40.5-38.3)/1.6/sqrt(27)
\n" ); document.write( "z<2.2* sqrt(27)/1.6
\n" ); document.write( "z<7.14
\n" ); document.write( "probability is essentially 100%.
\n" ); document.write( "
\n" );