document.write( "Question 696632: A survey was conducted to measure the height of men. In the survey, respondents were grouped by age. In the 20-29 group the groups were normally distributed, with a mean of 68.4 inches and a standard deviation of 4 inches. A study participant is randomly selected. Complete parts a through c
\n" );
document.write( "a. Find the probability that his height is less than 66 inches
\n" );
document.write( "b. FInd the probability that the height is between 66 and 71 inches
\n" );
document.write( "c. Find the probability that the height is more than 71 inches \n" );
document.write( "
Algebra.Com's Answer #429185 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A survey was conducted to measure the height of men. In the survey, respondents were grouped by age. In the 20-29 group the groups were normally distributed, with a mean of 68.4 inches and a standard deviation of 4 inches. A study participant is randomly selected. Complete parts a through c \n" ); document.write( "a. Find the probability that his height is less than 66 inches \n" ); document.write( "z(66) = (66-68.4)/4 = -0.6 \n" ); document.write( "P(x < 66) = P(z < -0.6) = normalcdf(-100,-0.6) = 0.2743 \n" ); document.write( "---------------------------------------------------------------- \n" ); document.write( "b. FInd the probability that the height is between 66 and 71 inches \n" ); document.write( "z(71) = (71-68.4)/4 = 0.65 \n" ); document.write( "P(66< x <71) = P(-0.6< z <0.65) = normalcdf(-0.6,0.65) = 0.4675 \n" ); document.write( "------------------------------------ \n" ); document.write( "c. Find the probability that the height is more than 71 inches \n" ); document.write( "P(x > 71) = P(z > 0.65) = normalcdf(0.65,100) = 0.2578 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |