document.write( "Question 571892: Assume that the population of heights of female college students is approximately normally distributed with mean m of 66 inches and standard deviation s of 4.00 inches. Show all work.
\n" );
document.write( "(A) Find the proportion of female college students whose height is greater than 65 inches.
\n" );
document.write( "(B) Find the proportion of female college students whose height is no more than 65 inches\r
\n" );
document.write( "\n" );
document.write( "*Where do I begin. I have been working on this problem since 5 and can't figure it out. PLEASE HELP :O( \n" );
document.write( "
Algebra.Com's Answer #368263 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Assume that the population of heights of female college students is approximately normally distributed with mean m of 66 inches and standard deviation s of 4.00 inches. Show all work. \n" ); document.write( "--- \n" ); document.write( "Comment: You measure table length with a tape measure. You measure \n" ); document.write( "probabilities with a z-scale. \n" ); document.write( "------ \n" ); document.write( "(A) Find the proportion of female college students whose height is greater than 65 inches. \n" ); document.write( "z(65) = (65-66)/4 = -0.2500 \n" ); document.write( "P(x > 65) = P(z > -0.2500) = normalcdf(-0.25,100) = 0.5987 \n" ); document.write( "---------------------------------- \n" ); document.write( "(B) Find the proportion of female college students whose height is no more than 65 inches \n" ); document.write( "This is the complement of Problem \"A\": \n" ); document.write( "P(x <= 65) = 1-0.5987 = 0.4013 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |