document.write( "Question 509791: For a normal distribution with mean of 100 and standard deviation of 20, find the following:
\n" );
document.write( " a) The score that separates the lower 20% of the cases from the upper 80%
\n" );
document.write( " b) The number of cases that fall between the values of 110 and 120.
\n" );
document.write( " c) The number of cases that fall between 90 and 120.
\n" );
document.write( " d) The number of cases that fall above a score of 80. \n" );
document.write( "
Algebra.Com's Answer #341615 by stanbon(75887) ![]() You can put this solution on YOUR website! For a normal distribution with mean of 100 and standard deviation of 20, find the following: \n" ); document.write( "a) The score that separates the lower 20% of the cases from the upper 80% \n" ); document.write( "Find the z-score with a left tail of 0.20 \n" ); document.write( "invNorm(0.2) = -0.8416 \n" ); document.write( "--- \n" ); document.write( "Find the corresponding raw score value: \n" ); document.write( "x = z*s+u \n" ); document.write( "x = -0.8416*20+100 = 83.17 \n" ); document.write( "=============================\r \n" ); document.write( "\n" ); document.write( "b) The percent of cases that fall between the values of 110 and 120. \n" ); document.write( "Find the corresponding z-values. \n" ); document.write( "Then find the percentage between those z-values. \n" ); document.write( "Ans: 0.1499 \n" ); document.write( "----------------- \n" ); document.write( "c) The percent of cases that fall between 90 and 120. \n" ); document.write( "Ans: 0.5328 \n" ); document.write( "----------------- \n" ); document.write( "d) The percent of cases that fall above a score of 80. \n" ); document.write( "Ans: 0.8413 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |