document.write( "Question 1026698: The heights of men in the Canada are normally distributed with a mean of 68 inches and a standard deviation of 4 inches.
\n" );
document.write( "a) What is the probability that a randomly selected man is taller than 70 inches?
\n" );
document.write( "b) A random sample of five men is selected. What is the probability that the sample mean is greater than 70 inches?
\n" );
document.write( "c) What is the probability that the mean height of a random sample of 36 men is greater than 70 inches? \n" );
document.write( "
Algebra.Com's Answer #642064 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The heights of men in the Canada are normally distributed with a mean of 68 inches and a standard deviation of 4 inches. \n" ); document.write( "a) What is the probability that a randomly selected man is taller than 70 inches? \n" ); document.write( "z(70) = (70-68)/4 = 1/2 \n" ); document.write( "P(x < 70) = P(z > 1/2) = normalcdf(1/2,100) = 0.3085 \n" ); document.write( "---------------------------------------------- \n" ); document.write( "b) A random sample of five men is selected. What is the probability that the sample mean is greater than 70 inches? \n" ); document.write( "t(70) = (70-68)/[4/sqrt(5)] = 2sqrt(5)/4 = 1.1180 \n" ); document.write( "P(x-bar > 70) = P(t > 1.1180 when df = 4) = tcdf(1.1180,100,4) = 0.1631 \n" ); document.write( "------------------------------------------------- \n" ); document.write( "c) What is the probability that the mean height of a random sample of 36 men is greater than 70 inches? \n" ); document.write( "z(70) = (70-68)/4/(sqrt(36)) = 2*6/4 = 3 \n" ); document.write( "---- \n" ); document.write( "P(x-bar > 70) = P(z > 3) = normalcdf(3,100) = 0.0013 \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |