SOLUTION: Given that a population of scores is normally distributed with the mean equal 110 and standard deviation equal to 8, determine the following: a)The percen tile rank of a score of

Algebra ->  Probability-and-statistics -> SOLUTION: Given that a population of scores is normally distributed with the mean equal 110 and standard deviation equal to 8, determine the following: a)The percen tile rank of a score of       Log On


   



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:
a)The percen tile rank of a score of 120
b)the percentile of scores that are below a score of 99.

Answer by stanbon(75887) About Me  (Show Source):
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:
a)The percentile rank of a score of 120
z(120) = (120-110)/8 = 1.25
%ile rank of 120 = %ile rank of z = 1.25:
Ans: normalcdf(-100,1.25) = 0.8944
Round up to 90%ile
--------------------------------------------------------------
b)the percentile of scores that are below a score of 99.
z(99) = (99-100)/8 = -1/8
P(x < 99) = P(z < -1/8) = normalcdf(-100,-1/8) = 0.4503
==========================
Cheers,
Stan H.