document.write( "Question 1159168: Assume that the heights of men are normally distributed with a mean of 68.9 inches and a standard deviation of 2.8 inches. If 64 men are randomly selected, find the probability that they have a mean height greater than 68.5 inches. \n" ); document.write( "
Algebra.Com's Answer #782435 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
this probability is z>(68.5-68.9)/2.8/sqrt(64), basically the difference from the mean divided by some measure of the variance, here the std deviation/ sqrt of sample size.\r
\n" ); document.write( "\n" ); document.write( "z> -0.4*8/2.8
\n" ); document.write( "z>-3.2/2.8 or -1.143
\n" ); document.write( "that probability is 0.8735
\n" ); document.write( "
\n" );