document.write( "Question 905928: The verbal part of the Graduate Record Exam (GRE) has a mean of 500 and a standard deviation of 100. Use the normal distribution to answer the following questions:\r
\n" ); document.write( "\n" ); document.write( "a. If you wanted to select only students at or above the 90th percentile, what verbal GRE score would you use as a cutoff score?
\n" ); document.write( "b. What verbal GRE score corresponds to a percentile rank of 15%?
\n" ); document.write( "c. What’s the percentile rank of a GRE score of 628?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #549513 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
a. z = invNorm(.90) = (X-500)/100
\n" ); document.write( "100invNorm(.90) + 500 = X, score would you use as a cutoff score
\n" ); document.write( "b.
\n" ); document.write( "100invNorm(.15) + 500 = X, verbal GRE score corresponds to a percentile rank of 15%
\n" ); document.write( "z = (628-500)/100 = 128/100 = 1.28
\n" ); document.write( "normalcdf(-100, 1.28)
\n" ); document.write( "
\n" );