document.write( "Question 257391: The heights of 1000 girls at East High School were measured, and the mean was found to be 64 in., with a standard deviation of 2 in. If the heights are approximately normally distributed, about how many of the girls are between 60 and 64 in. tall?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #189320 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The heights of 1000 girls at East High School were measured, and the mean was found to be 64 in., with a standard deviation of 2 in. If the heights are approximately normally distributed, about how many of the girls are between 60 and 64 in. tall? \n" ); document.write( "------------------------------ \n" ); document.write( "Find the z-scores of 60 and 64. \n" ); document.write( "--- \n" ); document.write( "z(60) = (60-64)/2 = -4/2 = -2 \n" ); document.write( "z(64) = (64-64)/2 = 0 \n" ); document.write( "----- \n" ); document.write( "P(60 < x < 64) = P(-2 < z < 0) = 0.4772... \n" ); document.write( "-------------------------------------------- \n" ); document.write( "# of girls between 60 and 64 is approx 0.4772*1000 = 477 \n" ); document.write( "=========================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |