document.write( "Question 378075: Suppose the heights of 18-year-old men are approximately normally distributed, with mean 69 inches and standard deviation 2 inches. \r
\n" ); document.write( "\n" ); document.write( "(a) What is the probability that an 18-year-old man selected at random is between 68 and 70 inches tall?\r
\n" ); document.write( "\n" ); document.write( "(b) If a random sample of sixteen 18-year-old men is selected, what is the probability that the mean height x is between 68 and 70 inches?
\n" ); document.write( "

Algebra.Com's Answer #268702 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "a)probability that an 18-year-old man selected at random is between 68 and 70 inches tall
\n" ); document.write( " \"z+=+blue%28x+-+mu%29%2Fblue%28sigma%29\"
\n" ); document.write( " \"z+=+blue%2870+-+69%29%2Fblue%282%29\"= .5 NORMSDIST(.5) = .6915
\n" ); document.write( "\"z+=+blue%2868+-+69%29%2Fblue%282%29\"= -.5 NORMSDIST(-.5) = .3085
\n" ); document.write( "P(-.5 < z > .5) = .6915 - .3085 = .3829 Or 39.29%\r
\n" ); document.write( "\n" ); document.write( "b)random sample of sixteen 18-year-old men is selected
\n" ); document.write( "test statistic = \"z+=blue+%28X+-+mu%29%2Fblue%28sigma%2Fsqrt%28n%29%29\"
\n" ); document.write( " z= 1/(2/4) = 2 NORMSDIST(2) = .6915 = .9773
\n" ); document.write( " z = -1/(2/4)= -2 NORMSDIST(-2) = .6915 = .0228
\n" ); document.write( "P(-2 < z > 2) = .9973 - .0228 = .9545 Or 95.45%
\n" ); document.write( " \n" ); document.write( "
\n" );