Question 787524
The graduate selection committee wants to select the top 10% of applicants. On a standardized test with a mean of 500 and a standard deviation of 100, what would be the cutoff score for selecting the top 10% of applicants, assuming that the standardized test is normally distributed? 
-------------------------
Find the z-score with a 90% left-tail.
invNorm(0.9) = 1.2816
------
Find the corresponding score value
You want the score 1.2816 standard deviations above the mean.
-----
x = 1.2816*100 + 500
x = 128.16 + 500
x = 628.16
-------------------
Cheers,
Stan H.
---------------