document.write( "Question 629073: Given that a population of scores is normally distributed with the mean equal 110 and standard deviation equal to 8, determine the following:
\n" );
document.write( "a)The percen tile rank of a score of 120
\n" );
document.write( "b)the percentile of scores that are below a score of 99. \n" );
document.write( "
Algebra.Com's Answer #396068 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given that a population of scores is normally distributed with the mean equal 110 and standard deviation equal to 8, determine the following: \n" ); document.write( "a)The percentile rank of a score of 120 \n" ); document.write( "z(120) = (120-110)/8 = 1.25 \n" ); document.write( "%ile rank of 120 = %ile rank of z = 1.25: \n" ); document.write( "Ans: normalcdf(-100,1.25) = 0.8944 \n" ); document.write( "Round up to 90%ile \n" ); document.write( "-------------------------------------------------------------- \n" ); document.write( "b)the percentile of scores that are below a score of 99. \n" ); document.write( "z(99) = (99-100)/8 = -1/8 \n" ); document.write( "P(x < 99) = P(z < -1/8) = normalcdf(-100,-1/8) = 0.4503 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |