document.write( "Question 1172750: If a random sample of eight 18-year-old men is selected, what is the probability that the mean height x is between 70 and 72 inches? (Round your answer to four decimal places.)
\n" );
document.write( "Suppose the heights of 18-year-old men are approximately normally distributed, with mean 71 inches and standard deviation 1 inches.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #797943 by VFBundy(438)![]() ![]() You can put this solution on YOUR website! Probability the mean height is less than 72 inches: \n" ); document.write( " \n" ); document.write( "z1 = \n" ); document.write( " \n" ); document.write( "A z-score of 2.83 is 0.9977. This means there is a 0.9977 probability the mean height will be below 72 inches. \n" ); document.write( " \n" ); document.write( "Probability the mean height is less than 70 inches: \n" ); document.write( " \n" ); document.write( "z2 = \n" ); document.write( " \n" ); document.write( "A z-score of -2.83 is 0.0023. This means there is a 0.0023 probability the mean height will be below 70 inches. \n" ); document.write( " \n" ); document.write( "To find the probability the mean height will be between 70 and 72 inches, simply subtract these two probabilities from one another: \n" ); document.write( " \n" ); document.write( "0.9977 - 0.0023 = 0.9954 \n" ); document.write( " \n" ); document.write( "There is a 0.9954 probability the mean height will be between 70 and 72 inches. |